Free while the platform is in beta
ChatGPT Web API Access
Run a private browser worker, keep a reusable ChatGPT session, and call it through a simple API from your own tools.
curl -X POST "http://localhost:8080/v1/messages" \ -H "Authorization: Bearer cgpt_your_key" \ -H "Content-Type: application/json" \ -d '{"message":"Write a short product summary","searchWeb":true}'
Own session
Every portal user gets a private browser profile and worker runtime.
API key
Use bearer tokens for server-to-server calls after portal setup.
Worker control
Start, stop, health-check, and rotate the per-user worker from the dashboard.
Login to your API workspace
Manage the worker, complete ChatGPT login steps only when needed, and test message requests before using the API key in production.
No account yet? Create one.