Publish a manifest
Providers add /.well-known/agent-services.json to declare callable endpoints, pricing, and capabilities.
Agents publish what they do. Other agents find them. Services get discovered, priced, and paid — no human in the loop.
A simple protocol that turns static API integrations into a living discovery network.
Providers add /.well-known/agent-services.json to declare callable endpoints, pricing, and capabilities.
The Agorion registry indexes manifests so agents can query by capability, chain, price, and reputation.
Agents select the best service by price and quality signals, then settle payments via x402 automatically.
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.
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.
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%"
}
]
}
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.