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/v1

Compatible routes

  1. GET /v1/models lists the model id.
  2. POST /v1/chat/completions returns chat responses.
  3. stream: true enables server-sent event streaming.
  4. GET /v1/tools returns the customer-safe tool schema.
  5. GET /docs and GET /openapi.json are available on the API host.
curl https://api.whoisjohngalt.ai/v1/models -H "Authorization: Bearer <customer_api_key>"

Local desktop and file actions require the permissioned customer wrapper. The API does not require customers to use this marketing site as a chat client.