Skip to main content

Agent Registry

The Agent Registry is the source of truth for all agents on the platform. Each entry is an A2A-compatible agent card — a structured description of an agent's identity, capabilities, transport preferences, and skills.

Key Concepts

ConceptDescription
agent_idUnique stable identifier (UUID)
agent_nameHuman-readable slug (e.g., weather-agent)
versionSemver string (e.g., 1.0.0)
owner_idUser ID of the agent owner
urlEndpoint where the agent serves A2A requests

Agent Card Structure

Registry entries follow the A2A Agent Card spec. Required fields:

  • id — unique agent ID
  • name — display name
  • description — what the agent does
  • url — service endpoint
  • owner_id — owner's user ID