LIVE REGISTRY • ... PROVIDERS INDEXED

The Discovery Network for AI Agents

Agents publish what they do. Other agents find them. Services get discovered, priced, and paid — no human in the loop.

Providers Indexed
Healthy & Verified
Discovery Sources
Avg Health Score

Browse the Registry

Search 1,100+ AI agent services, MCP servers, and API providers. Live data from the Agorion crawler.

Enter a search query or browse featured providers

Powered by Agorion Registry API — part of the BotIndex infrastructure

How It Works

A simple protocol that turns static API integrations into a living discovery network.

1

Publish a manifest

Providers add /.well-known/agent-services.json to declare callable endpoints, pricing, and capabilities.

2

Agents discover

The Agorion registry indexes manifests so agents can query by capability, chain, price, and reputation.

3

Auto-negotiate & pay

Agents select the best service by price and quality signals, then settle payments via x402 automatically.

For API Providers

Publish your endpoints. Get discovered by AI agents worldwide. Get paid via x402.

Agorion lets existing APIs become agent-discoverable without rebuilding your stack. Publish a manifest once, update as pricing and capabilities evolve.

For Agent Builders

Your agents find the best data sources at runtime. Budget-aware. Quality-scored.

Replace hardcoded API lists with dynamic discovery. Route to providers by capability, latency, uptime, and price constraints set by your policy engine.

Agent Commerce Control Layer

Stablecoin payouts • Card fallback • Agent spend controls • Audit logs
Let AI agents transact safely across borders.

The Spec

Agorion v1 defines the manifest standard, discovery API, payment integration, and reputation framework. Full spec on GitHub →

{
  "schema": "agent-services/v1",
  "provider": "Acme AI Corp",
  "contact": "https://acme-ai.com",
  "services": [
    {
      "id": "market-signals",
      "name": "Real-Time Market Signals",
      "endpoint": "https://api.acme-ai.com/v1/signals",
      "method": "GET",
      "auth": {
        "type": "x402",
        "price": "$0.01",
        "currency": "USDC",
        "network": "base"
      },
      "capabilities": ["quant-signals", "market-data"],
      "rate_limit": "120/hour",
      "response_format": "application/json",
      "uptime_sla": "99.5%"
    }
  ]
}

Access the Registry API

Query providers programmatically. Every response signed with an Agent Action Receipt (AAR).