Skip to main content
Use this section for management operations authenticated with a Control Plane bearer token. Cross-cutting behavior such as pagination shape, 429 handling, and Retry-After is documented in Pagination And Retries. If you want task-oriented entry points before dropping into the raw reference, start with SDK Control Plane Guide for Python workflows or CLI Control Plane Workflows for operator commands. If you are starting from the CLI flow, run tm auth login, then use tm auth print-token --yes-i-know in a controlled shell when you need to lift the current bearer token into raw HTTP requests. Use the group labels as a first hint, not a hard security boundary:
  • groups with Admin are admin-only variants for the same resource families
  • some groups mix standard and admin routes when the published reference keeps one resource family together
  • when in doubt, check the route prefix directly: /v1/admin/... is the admin path
Intentional omissions:
  • Stripe webhook delivery and other internal-only routes are intentionally omitted from the public reference and SDK surface
Use it when you need to:
  • inspect or update user and admin resources
  • browse models and related inventory
  • work with billing, products, or Stripe-backed flows
  • access support, logs, metrics, and observability endpoints
Recommended starting groups below are a starter list, not a complete catalog: If you are looking for inference requests, use the Inference API tab instead. This section is for Control Plane management APIs.