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 the model id.POST /v1/chat/completionsreturns chat responses.stream: trueenables server-sent event streaming.GET /v1/toolsreturns the customer-safe tool schema.GET /docsandGET /openapi.jsonare 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.