Skip to main content
Use the Control Plane SDK surface when you are managing Tensormesh resources instead of sending inference requests. Common tasks include:
  • reading the current user profile or API keys
  • checking balance, transactions, and support tickets
  • accessing admin or observability APIs from application code
The control-plane SDK surface lives under client.control_plane. Use it with a control-plane bearer token:
When you compare this guide to the generated Control Plane reference, remember that some mixed resource families include both standard and admin routes, and some internal-only routes such as Stripe webhook delivery are intentionally omitted from the public SDK surface.

Start With Common Read-Only Tasks

Check Billing And Support

Stripe Billing Flows

Auto-Pagination

Use auto_paging_iter(...) on paged resources when you want items instead of manual page handling.

Async Control Plane Usage

Use the Control Plane API tab in the docs navigation for generated management API reference.