Skip to content

Admin Endpoints

These endpoints are available on the Control Plane and require operator-level authentication.

All admin endpoints require a valid JWT with operator role. Include in the Authorization: Bearer <token> header.

List all organizations with summary stats.

Get detailed organization info including workspaces, users, and billing status.

GET /api/admin/organizations/{org_id}/workspaces

Section titled “GET /api/admin/organizations/{org_id}/workspaces”

List workspaces for an organization.

System-wide health check — database, Redis, external dependencies.

List all connected agents with status, version, and capabilities.

Query the system-wide audit trail. Supports filtering by organization, action type, and date range.

Query Parameters:

  • organization_id (optional) — filter by org
  • action (optional) — filter by action type
  • since (optional) — ISO 8601 timestamp
  • limit (optional, default 50) — max results