Base URLs
All API calls (except agent traffic) go through a single gateway host. Deployed-agent and sandbox traffic use separate subdomain endpoints.Path prefixes
Authentication
Every request requires a Bearer token obtained from the STS. Exchange your API key or OAuth client credentials for a short-lived token (valid 15 minutes):Error responses
Each service returns a consistent error body, but the exact shape varies by product:Rate limits
Exceeding a limit returns
429. The response includes X-RateLimit-Limit, X-RateLimit-Remaining, and Retry-After headers where applicable.

