Skip to main content
The Partner API is deployed on Cloudflare as two isolated environments. Partners call the gateway only. Domain workers (auth, ingest, consent, read, catalog, projection) are internal and are not public API hosts.

Base URLs

Discovery on any host:
The issuer in that document is the gateway origin you called. Custom domains (for example api.swapnice.com) can be attached later; until then, use the gateway URLs above.
Do not send live user traffic to Development. Do not reuse Development client_id, client_secret, or APP_REGISTRATION_KEY in Production.

What is isolated

Each remote environment has its own Workers, Durable Objects, D1 database, and archive queue. OAuth tokens, consent receipts, events, and profiles created in Development never appear in Production.

Configure the client

Playground and testing

Use Development in the API reference playground and for the request walkthrough. Production credentials are issued after the testing checklist passes. Next: sandbox and testing process.