The /ai Standard
The web was built for human browsers.
AI agents are a fundamentally different client.
Every time an AI agent visits your site, it processes 10,000–50,000 tokens — HTML, scripts, styles, ads — just to find the few hundred tokens it actually needed./ai ends that.
robots.txt· don't gositemap.xml· go herellms.txt· context/ai· do this10k–50ktokens
varies by page complexity · mostly noise
~800tokens
pure signal · 0% noise
60× fewer tokens. Zero parsing. Instant, reliable access to exactly what the agent needs. Full story →
3.6K
Indexed services
1.0
Spec version
10min
To implement
Works on every website
Install the MCP server once. Your AI agent auto-discovers what any site can do — even if the site hasn't implemented /ai yet.
Direct check
Agent fetches site.com/ai directly. If the site implements the standard, done — ~800 tokens, 100% accurate.
Community registry
No /ai? Check if another agent already generated a spec. 100+ popular services are pre-indexed and growing.
Agent generates
Still nothing? Your agent analyzes the site and creates the spec. It's saved to the registry — every future agent benefits.
Your AI agent pays the generation cost once. The community shares the result forever. Learn more →
Start here
Choose what fits you best
I have a web service
Add /ai in 10 minutes →
Return structured JSON from /ai. Register. Get a badge. AI agents can find and call you instantly.
I'm building an AI agent
Install MCP & auto-discover →
Your agent checks /ai first, falls back to the registry, and auto-generates specs for unknown sites. Zero config.
I want to understand
Read why →
Why a new standard? How does it compare to MCP, OpenAPI, llms.txt? What problem does it actually solve?
Minimal /ai response
{
"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"
}
]
}Use with your AI agent
Auto-discover any website's capabilities from Claude, Cursor, or Claude Code.
Claude Desktop
{
"mcpServers": {
"aiendpoint": {
"command": "npx",
"args": ["-y",
"@aiendpoint/mcp-server"]
}
}
}Cursor
{
"mcpServers": {
"aiendpoint": {
"command": "npx",
"args": ["-y",
"@aiendpoint/mcp-server"]
}
}
}Claude Code
skills.sh ↗npx skills add aiendpoint/platform --skill aiendpoint
Adds /ai to your own service from inside Claude Code.
Open standard · Apache 2.0
The web got better when everyone added robots.txt.
It's happening again.
Every service that implements /ai reduces wasted tokens across the entire AI ecosystem — not for one company, but for everyone building with AI. The spec is open. Implementation takes 10 minutes.
Recent services
View all →DemoWeather
Get current weather and forecasts for cities worldwide. Live data from Open-Meteo.
War Thunder
Free-to-play military MMO game by Gaijin Entertainment with 80+ million players, featuring realistic combat with 2,000+ historical aircraft, tanks, ships, and helicopters across WWII to modern era conflicts. Available on PC, PlayStation, and Xbox.
ZOZO (ZOZOTOWN)
Japan's largest fashion ecommerce platform with 9+ million active buyers and 8,600+ brands including Japanese and international labels. Operated by ZOZO Inc. (SoftBank subsidiary), offering multi-brand shopping with virtual fitting technology and same-day delivery in Tokyo.
Wargaming
Belarusian video game publisher and developer with 400+ million registered accounts known for free-to-play military MMOs including World of Tanks, World of Warships, and World of Warplanes. Operates 17 offices worldwide with live service games and competitive esports.
Youku
China's leading online video platform (owned by Alibaba) with 500+ million monthly active users streaming licensed dramas, films, variety shows, anime, and original productions. One of the Big 3 Chinese video platforms alongside iQiyi and Tencent Video.
Weathernews Japan
Japan's largest private weather service company operating globally with 8,000+ observation points and 10+ million app users. Provides hyper-local weather forecasts, disaster warnings, and maritime weather for individual users and businesses in Japan and 175+ countries.