Manage & deploy
Ship confidently on the hosted API or your own SDK deployment. Control what each key can do, stay within rate limits, handle errors agents can act on, and follow security and launch checklists before you go live.
Operations
Day-to-day controls for keys, traffic, and failures.
# least privilege
connect · accounts.read
sdk.invoke · realtime
→ scope per key
API scopes
Restrict each API key to the operations it actually needs.
# rate limits
429 + Retry-After
quota headers
→ backoff in agents
Rate limiting
Understand limits, headers, and how to retry safely.
application/problem+json
type · code
retryable · detail
→ RFC 9457 errors
Errors
Structured problem details your app and agents can parse.
Launch
Checklists before you point real creators and traffic at your integration.