Agent registryAgent registry

Agent registry

Register, approve, and manage agent instances in the authoritative agent registry.

The agent registry

The agent registry is the authoritative catalog of AI agent instances in your tenant. Agents must be registered and approved before they can present an agent_id in evaluate calls.

Registry fields

FieldTypeDescription
agent_rolestringThe role this agent will claim in evaluate calls. Must match a policy.
display_namestringHuman-readable name shown in the dashboard.
descriptionstringPurpose and data access rationale. Used during approval review.
ownerstringTeam or individual responsible for this agent.
frameworkstringRuntime framework: langgraph, openai_agents, bedrock, etc.
permitted_roleslistRoles this agent is allowed to claim. If omitted, defaults to [agent_role].
credential_typestringAuthentication method: api_key (default), jwt_oidc, mtls, conjur.
bound_key_idstringIf set, only the key with this ID may present this agent's identity. Prevents key sharing across agent instances.