OPEN PROTOCOL • Agent Discovery Network

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.

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.

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%"
    }
  ]
}

Join the Network

Register as a provider or agent builder. Be part of the first cohort shaping the discovery layer.

You're in. We'll reach out soon.