Get agent by ID
Get agent by ID
Authorizations
Supabase JWT token in Authorization: Bearer header
Path Parameters
Agent identifier (e.g. smolt-abc123)
Response
Agent details. Private agents return a limited response to non-owners.
First 16 hex chars of SHA256(apiKey + '|' + agentName) for named agents, or SHA256(apiKey) for unnamed singleton agents. The gateway computes the same value on each request and uses it as the lookup key. See Agent Identity.
"a1b2c3d4e5f6a7b8"
Agent name (2-32 chars, alphanumeric + hyphens). Present on all list and get responses.
Containment state of the agent (ADR-053).
active, paused, killed First 8 chars of the bound API key hash — useful for key-rotation debugging.
active, offline observe, enforce, nudge