Docs

Consumer quickstart

  1. Open the catalog and pick an API.
  2. Sign in from the dashboard (GitHub OAuth, or Dev sign-in when enabled).
  3. Create an appmint a keysubscribe Free.
  4. Call the gateway with your hub key:
curl -sS "https://gateway.apibroker.dev/v1/finance/v1/health" \
  -H "X-ApiBroker-Key: apb_…"

Hosts and headers

Error codes

CodeMeaning
401Missing or invalid hub key
403No active subscription / not entitled for this listing
429Quota or rate limit exceeded for the plan
502Origin upstream error or unreachable through the gateway

MCP

Tool discovery and invoke live on the MCP worker. Authenticated tool calls use POST /v1/mcp with X-ApiBroker-Key (see mcp.apibroker.dev). Public lists: GET /v1/tools and GET /v1/registry.

Providers

To publish your own OpenAPI-backed API, use Provider Studio — create a draft, submit for review, and await curated approval.