1. Set your base URL
Use the production API base URL for all requests./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
4. Use a team-scoped endpoint
Many admin endpoints includeteam_id in the path.