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
Adminare 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
- Stripe webhook delivery and other internal-only routes are intentionally omitted from the public reference and SDK surface
- 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
- Users
- Admin Users
- Activities
- Models
- Admin Models
- Transactions
- Balances
- Pricing
- Products
- Support
- Reserved Deployments
- Stripe
- Observability

