Skip to content
Developers · Index

Radon Terminal developer resources

Updated 2026-08-21

Machine-readable Radon Terminal surfaces live on predictable URLs. This index is the public developer map. The operator FastAPI OpenAPI at app.radon.run is not anonymous and is not published here.

01Public machine-readable files

llms.txt at https://radon.run/llms.txt is the agent index, including when-to-use guidance.

OpenAPI at https://radon.run/openapi.json describes the public radon.run developer surface.

Sitemap at https://radon.run/sitemap.xml lists every public HTML URL.

Agent instructions at https://radon.run/agent-instructions name the jobs Radon is right for and how an agent should call it.

02Named developer docs

Radon Terminal OpenAPI spec: https://radon.run/developers/openapi and https://radon.run/openapi.json.

Radon Terminal auth docs: https://radon.run/developers/auth.

Radon Terminal MCP server: https://radon.run/developers/mcp.

Radon Terminal webhooks: https://radon.run/developers/webhooks.

03Markdown negotiation

Request any HTML page with Accept: text/markdown to receive text/markdown; charset=utf-8. The same page is also at the .md suffix. Responses set Vary: Accept, Accept-Encoding.

Unknown paths return HTTP 404 with a short markdown recovery body that points at the sitemap, llms.txt, and this index.

04What is not a public API

There is no public order-placement API, no anonymous FastAPI /docs, and no hosted HTTP MCP URL. Live routing stays on the operator terminal behind Clerk.

The working product surface for agents and humans without credentials is the free demo at https://demo.radon.run.