Quickstart
- Open the catalog and pick an API.
- Sign in from the dashboard (GitHub OAuth, or dev-login until OAuth app is wired).
- Create an app → mint a key → subscribe to Free.
- Call the gateway:
curl -sS "https://gateway.apibroker.dev/v1/finance/v1/health" \
-H "X-ApiBroker-Key: apb_…" Also supported: https://{slug}.p.apibroker.dev/… with the same key header.