Skip to main content
This quickstart shows the basic platform-admin flow: log in, find a team, then list hubs.

1. Set your base URL

Use the production API base URL for all requests.
Use /api/v1 paths for current integrations. The older /api paths still work as a compatibility alias during the alpha period, but they are not the documented contract.

2. Log in as a platform user

Platform users are creator-side users: owners, admins, and staff.
The platform auth token endpoints currently return a flat token body. Most other endpoints return JSON:API documents.

3. List your teams

The response is a JSON:API document:

4. Use a team-scoped endpoint

Many admin endpoints include team_id in the path.

5. Use the API reference

Open the generated endpoint pages under API reference -> Generated endpoints for exact request bodies, path parameters, query parameters, and response schemas.