aiendpoint.dev
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 →