Radon Terminal developer resources
Updated 2026-09-05
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.
Developer recipes at https://radon.run/developers/recipes are one-paste agent prompts for Flow, Gates, CRI, GEX, the structure catalog, and fractional Kelly.
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.
Radon Terminal developer recipes: https://radon.run/developers/recipes.
03Agent prompt payload
Copy agent prompt on dossier and gate surfaces, and the recipe cards below, copy the same plain-markdown shape. Field order is stable: title, When to use, Hard nos, How to call, Parameters / constraints, Definition of done for the agent.
Hard nos always start with: not a broker and no Robinhood routing; no undefined-risk or naked shorts as the default path; live execution requires Interactive Brokers and operator rails. Then capability-specific nos.
How to call is always: read llms.txt; fetch the canonical URL with Accept: text/markdown or the .md suffix; open the demo deep link when one exists; use hosted MCP tools when they are public, otherwise markdown plus demo.
These prompts are free. They are not a public order API.
04Markdown 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.
05What is not a public API
There is no public order-placement API and no anonymous FastAPI /docs. Live routing stays on the operator terminal behind Clerk.
The hosted MCP at https://app.radon.run/mcp is read-only: public tools need no credentials, and demo and operator tools require the matching Clerk grant.
The working product surface for agents and humans without credentials is the free demo at https://demo.radon.run.