List agent identity records — inventory of every Orbit AI agent as a non-human identity
Return the org’s AI-agent identities paged (name, lifecycle status, sponsor = creator, created / last modified, and the per-channel concurrency caps that say what each agent can touch right now). Backed by the same tenant agents table the SCIM /Agents resource surface inventories — the session-authenticated half of the estate-level NHI lifecycle (the SCIM surface is the IdP-driven half). Owner/admin only.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Query Parameters
Narrow by lifecycle status (e.g. draft, active, suspended).
Narrow to one sponsor (creator) user id.
Case-insensitive substring over agent name/description.
x >= 11 <= x <= 100Response
Successful response.