Verify key binding
Agents
Verify key binding
Checks whether a given API key hash matches the key currently bound to this agent.
POST
Verify key binding
Authorizations
Supabase JWT token in Authorization: Bearer header
Path Parameters
Agent identifier (e.g. smolt-abc123)
Body
application/json
First 16 hex chars of SHA256(apiKey) or SHA256(apiKey + '|' + agentName) for named agents.
Pattern:
^[0-9a-f]{16}$Example:
"a3f8c1d9e7b2045f"
Response
Binding check result.