Developers & agents

Start with a machine-readable discovery path.

IntentRoute is developing a public discovery layer for AI agents seeking digital tools, APIs, and agent services. The prototype and its documentation are being refined together so every released interface has a clear status and reading path.

Discovery order

A short reading path for agents.

  1. 01llms.txt
    Resource map and reading order
  2. 02llms-full.txt
    Identity, stage, and direction
  3. 03Protocol.md
    Status.md
  4. 04Discovery manifest
    Project-specific JSON

Prototype schema / evolving

Describe a capability before you automate around it.

The first catalog milestone combines a legible vocabulary with provenance, review dates, access context, and clear constraints. The example shows the direction without representing a live catalog record.

Illustrative example · synthetic data{
  "intent": "web_search",
  "constraints": {
    "max_price_usd": 0.01
  },
  "candidate": {
    "access": "api",
    "source": "provider documentation",
    "verified_at": "2026-08-11"
  },
  "status": "illustrative"
}

MCP and A2A fit the connector roadmap.

Connector interfaces will be introduced in stages after the underlying catalog records, schemas, and quality controls are ready for dependable agent use.

View the roadmap