Catalog, govern, and discover your internal AI agents — with the same A2A protocol-aware trust scoring that powers the public registry.
From sign-up to full agent discovery in minutes — no infrastructure to manage.
Sign up, get an API key, start registering agents in seconds.
Add agents with metadata: team ownership, environment (prod/staging/dev), categories, and tags.
Our trust engine scans your agents for A2A Agent Cards and assigns trust tiers automatically.
Built for platform teams who need visibility and control across their AI agent fleet.
Full REST API with X-API-Key auth. Integrate into your CI/CD pipeline.
Automatic scanning of /.well-known/agent.json endpoints for all your private agents.
Same trust tier system (Verified, Basic, Unverified) applied to your internal agents.
Tag agents by team, environment, and category for clear organizational visibility.
Separate production, staging, and development agents with environment labels.
Dashboard view of your private registry: agent counts by tier, environment, and status.
Start free. Scale when you're ready.
Three API calls to go from zero to a fully discoverable private agent registry.
# Create your registry curl -X POST https://api.agentry.com/api/orgs \ -H "Content-Type: application/json" \ -d '{"name": "Acme Corp", "email": "admin@acme.com"}' # Register an agent curl -X POST https://api.agentry.com/api/orgs/{org_id}/agents \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{"name": "Support Bot", "url": "https://support.acme.com", "environment": "production", "owner_team": "engineering"}' # Trigger A2A discovery scan curl -X POST https://api.agentry.com/api/orgs/{org_id}/agents/{agent_id}/discover \ -H "X-API-Key: your_api_key"
No credit card required. Get your API key instantly.
Your private registry is ready. Save your credentials below — you'll need them to authenticate API requests.
—
—