Automation

ota.run Developer Resources

Predictable URLs for ota.run API discovery, OpenAPI, OAuth metadata, official agent skills, docs indexes, and agent integration.

referenceautomation buildersintermediatestable2026-05-29

Discovery URLs

Use these predictable ota.run URLs when integrating agents, crawlers, API catalogs, or internal developer portals.

The current ota.run site is static. Public discovery and documentation endpoints are unauthenticated read-only resources, so they do not route normal page traffic through an application Worker.

OAuth 2.0 metadata

ota.run publishes OAuth 2.0 discovery metadata at standards-friendly well-known URLs so agents can identify the intended protected-resource boundary.

Current public discovery endpoints do not require access tokens. Protected hosted control-plane APIs should use this OAuth boundary when they are introduced.

OAuth discoverytext
https://ota.run/.well-known/oauth-authorization-serverhttps://ota.run/.well-known/oauth-protected-resource

Official agent skills

Ota's supported agent extension surface today is the official ota-run/skills repository. It gives agents Ota-specific guidance for contract authoring, contract review, repo readiness modeling, and Studio boundaries.

Use the skills repository or skills.sh listing when an agent needs operating instructions beyond static site discovery.

Official Ota skilltext
https://github.com/ota-run/skillshttps://skills.sh/ota-run/skillshttps://github.com/ota-run/skills/blob/main/skills/ota/SKILL.md

MCP metadata only

ota.run publishes MCP metadata for future discovery, but it does not run a live MCP protocol endpoint today.

Do not attempt an MCP handshake against ota.run. Use llms.txt, llms-full.txt, docs/index.json, and the official Ota skill for supported agent workflows.

Metadata-only MCP filestext
https://ota.run/.well-known/mcp.jsonhttps://ota.run/.well-known/mcp/server-card.json

Canonical automation docs