Skip to content
Developers · Auth

Radon Terminal auth docs

Updated 2026-08-21

Radon Terminal authentication is origin-scoped. The marketing site is public. The demo and operator terminal use Clerk. There is no public API token for radon.run.

01Three origins

radon.run is a static research journal. No sign-in, no cookies for accounts, no API keys.

demo.radon.run is the free trial. Signup is Clerk email verification. The trial lasts three trading days. No Interactive Brokers connection.

app.radon.run is the operator terminal. Access is an allowlisted Clerk session. The operator account has TOTP enrolled. Demo users on the same Clerk instance do not.

02Operator API auth

The operator FastAPI accepts a Clerk Bearer JWT on authenticated routes. /health is public and returns a trust-scoped payload. /docs and /openapi.json are not anonymous.

Agents should not invent an API key header or OAuth client for radon.run. There is none.