API ACCESS
Use John Galt through compatible API clients.
Use this API base URL with a paid access token after checkout has completed.
https://api.whoisjohngalt.ai/v1Compatible routes
GET /v1/modelslists admitted model ids.POST /v1/chat/completionsreturns chat responses.stream: trueenables server-sent event streaming.GET /v1/jobslists admitted job classes (authenticated).POST /v1/agent-runscreates a run; pollGET /v1/agent-runs/{run_id}.GET /v1/toolsreturns the customer-safe tool schema with per-tool status (availableornot_configured).GET /v1/protocol/capabilitiesis the live protocol capabilities surface (opaque envelope; authenticated).GET /v1/capabilitiesis not a customer catalog (opaque not-found).POST /v1/sandbox-jobsaccepts admission-gated creates when Phase Two is on; validation errors and runner-admission outcomes are first-class (not silent auth failures).GET /docsandGET /openapi.jsonare available on the API host.
curl https://api.whoisjohngalt.ai/v1/models -H "Authorization: Bearer <customer_api_key>"Contract details, migration samples, and the error catalog live under Docs, Migrate, and Errors. Local desktop and file actions require the permissioned customer wrapper.