Skip to content
API reference

API

Every documented route with its headers, request body and response, ready to copy into your own client.

These are the documented shapes of each route. Nothing on this page issues a request — copy a body into your own client and point it at your tenancy.

Routes

GET /v1/agents

List agents

Every agent the calling token can see, with its current configuration and quota position.

Headers
Authorization Bearer nx_live_…
Accept application/json
Response
{
  "data": [
    {
      "id": "agt_8fk2",
      "name": "DataPulse",
      "model": "nexus-dense-70b",
      "status": "ready",
      "quota": { "used": 4120311, "limit": 120000000 }
    }
  ],
  "has_more": false
}

Replace the bearer token with one issued from your own workspace. Tokens are scoped per agent and revocable individually.