Update agent name
Update the name of an agent you own.
Authorizations
Supabase JWT token in Authorization: Bearer header
Path Parameters
Agent identifier (e.g. smolt-abc123)
Body
New agent name. 2-32 characters, alphanumeric and hyphens only.
2 - 32^[a-zA-Z0-9][a-zA-Z0-9-]{0,30}[a-zA-Z0-9]$Response
Updated agent record
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