API Reference · Control Plane
The control plane's state in one read
Whether AI is connected, 24-hour intake counters (alerts, drift checks, resource events, agent actions), the effective signal rules, recent policy blocks, held resources, each resource's agent-access mode, the pending-proposal count and the workspace's inbound webhook URL.
GET/v1/tenants/{name}/master/overview
Authorization
x-api-keystringrequired
Your per-workspace API key, e.g. llc_AbC123…. Also accepted as Authorization: Bearer <key>. Mint keys on your workspace's API keys page — each key belongs to one workspace.
Path parameters
namestringrequired
Workspace (tenant) name.
Response
200 — The overview.
curl https://api.live-llm.com/v1/tenants/acme/master/overview \ -H "x-api-key: $LIVELLM_KEY"
Try itGEThttps://api.live-llm.com/v1/tenants/{name}/master/overview
Fill required path param: name.
Example response200
The overview.