> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Control Plane API

> Control Plane API groups for users, billing, support, observability, and admin workflows.

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](/tensormesh-api/pagination-and-retries).

If you want task-oriented entry points before dropping into the raw reference, start with [SDK Control Plane Guide](/sdk/guides/control-plane) for Python workflows or [CLI Control Plane Workflows](/cli/guides/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
* work with billing, products, or Stripe-backed flows
* access support and user-level observability endpoints

Recommended starting groups below are a starter list, not a complete catalog:

* [Users](/tensormesh-api/user/v1/user_service)
* [Admin Users](/tensormesh-api/user/v1/admin_user_service)
* [Activities](/tensormesh-api/activity/v1/activity_service)
* [Transactions](/tensormesh-api/billing/v1/billing_transaction_service)
* [Balances](/tensormesh-api/billing/v1/user_balance_service)
* [Pricing](/tensormesh-api/billing/v1/pricing_service)
* [Products](/tensormesh-api/billing/v1/product_service)
* [Support](/tensormesh-api/support/v1/support_service)
* [Stripe](/tensormesh-api/billing/v1/stripe_service)
* [Observability](/tensormesh-api/observability/v1/observability_service)

If you are looking for inference requests, use the **Inference API** tab instead. This section is for Control Plane management APIs.
