Open Standard · Apache 2.0
The /ai Standard
Make your service instantly readable by AI agents. One endpoint. Structured JSON. No more scraping.
3
Registered services
1.0
Spec version
10min
To implement
How it works
01
Implement /ai
Add GET /ai to your service returning structured JSON with your capabilities. 10 lines of code.
02
Register & validate
Submit your URL. We fetch and validate your spec, scoring it 0–100. Pass to get an AI-Ready badge.
03
AI agents connect
Any agent queries the registry, discovers your service, and instantly knows how to call it.
Minimal /ai response
GET /ai → 200 OK · application/jsonValidate your /ai →
{
"aiendpoint": "1.0",
"service": {
"name": "My Service",
"description": "Concise description for AI agents",
"category": ["productivity"]
},
"capabilities": [
{
"id": "search_items",
"description": "Search items by keyword",
"endpoint": "/api/search",
"method": "GET",
"params": { "q": "keyword (string, required)" },
"returns": "items[] with id, name, price"
}
]
}Recent services
View all →DemoWeather
✓ verifiedGet current weather and forecasts for cities worldwide.
weatherdata
No Authaiendpoint-demo-weather.up.railway.app
DemoFX
✓ verifiedGet currency exchange rates. Supports 10 major currencies.
financedata
No Authdemo-fx.aiendpoint.workers.dev
DemoNews
✓ verifiedSearch and retrieve recent news articles by keyword or category.
newssearch
No Authaiendpoint-demo-news.up.railway.app