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
| Field | Type | Description |
|---|---|---|
agent_role | string | The role this agent will claim in evaluate calls. Must match a policy. |
display_name | string | Human-readable name shown in the dashboard. |
description | string | Purpose and data access rationale. Used during approval review. |
owner | string | Team or individual responsible for this agent. |
framework | string | Runtime framework: langgraph, openai_agents, bedrock, etc. |
permitted_roles | list | Roles this agent is allowed to claim. If omitted, defaults to [agent_role]. |
credential_type | string | Authentication method: api_key (default), jwt_oidc, mtls, conjur. |
bound_key_id | string | If set, only the key with this ID may present this agent's identity. Prevents key sharing across agent instances. |
Was this page helpful?