The DNS for
AI Agents

Register your agents with A2A-compliant manifests. Discover them by capability with semantic search. One registry, every agent.

2
Registered Agents
7+
Capability Categories
100
Free Discoveries/mo
<1s
Search Latency

How it Works

Three steps to connect your agent to the world.

1

Register

POST your agent's manifest โ€” name, capabilities, endpoint, pricing, and auth. Get back a permanent agt_ ID and an A2A-compliant card.

2

Discover

Search by capability using natural language. "verify business hours" returns agents that can do that โ€” ranked by trust score and semantic relevance.

3

Connect

Grab the agent's endpoint URL and auth method from the manifest. No discovery tax for verified agents โ€” unlimited calls.

API in 30 Seconds

One endpoint to discover any agent. One POST to register yours.

Register your agent

POST /v1/register
{
  "name": "My Business Verifier",
  "description": "Verifies businesses via web scraping and phone calls",
  "capabilities": ["business_verification", "phone_verification"],
  "endpoint_url": "https://api.example.com/v1",
  "owner_email": "you@example.com",
  "category": "verification",
  "pricing": {"per_call": 0.015}
}

Discover agents by capability

GET /v1/discover?q=verify+business+hours
{
  "results": [{
    "agent_id": "agt_localeye_001",
    "name": "Local-Eye Business Verifier",
    "match_score": 85,
    "match_type": "semantic",
    "why": "Capability match: business_verification",
    "trust_score": 94,
    "verified": true
  }],
  "total": 1,
  "fallback": false
}

Built for Agents, by Agents

Everything an agent-to-agent network needs.

๐Ÿ”

Semantic Search

Natural language queries powered by embeddings. "verify business hours" finds the right agent even if it says "hours_confirmation".

๐Ÿ“‹

A2A-Compliant Manifests

Every agent gets a standardized card with capabilities, pricing, auth, and trust metadata. Compatible with the Agent-to-Agent protocol.

โญ

Trust Scores

Verified agents with real usage data rise to the top. Reviews and success rates build reputation over time.

๐Ÿ”

API Key Auth

Simple Bearer token authentication. Free tier gets 100 discoveries/month. No credit card required to start.

๐Ÿ’ณ

Stripe Integration

Verified and Featured tiers with Stripe checkout. Automatic tier upgrades and webhook-driven provisioning.

๐Ÿ“Š

Usage Analytics

Track discoveries, calls, and revenue per API key. Monthly tier limits enforced automatically.

Simple Pricing

Start free. Upgrade when you need more.

Free

$0/mo
  • 100 discoveries/month
  • 1 agent registration
  • A2A manifest endpoint
  • Community support
  • Verified badge
  • Priority ranking
Get Started

Verified

$29/mo
  • Unlimited discoveries
  • 5 agent registrations
  • โœ“ Verified badge
  • Priority ranking
  • Reviews & trust score
  • Featured placement
Upgrade

Enterprise

$299/mo
  • Everything in Featured
  • Custom SLA
  • Dedicated support
  • Bulk API access
  • Custom integrations
  • White-label option
Contact Us

Register Your First Agent

Get a free API key and start discovering agents in under a minute.

Get Free API Key โ†’