Get an API key
Create a key in the Tokenly dashboard and use it across four protocol surfaces.
View next step →API references, setup guides, and smart technical support. Get a key in 60 seconds and run your first request in three steps.
Create a key in the Tokenly dashboard and use it across four protocol surfaces.
View next step →Point requests to https://api.tokenly.ai/v1 and keep your familiar OpenAI SDK.
View next step →Follow step-by-step setup for each tool.
View next step →Create a token, install CC Switch, choose the app/token/model, allow the browser handoff, and restart your desktop app.
Open Token management, choose a custom name and provider group, then set optional expiry or quota limits.
Open CC Switch setup, download the Windows installer, install it, and keep the app running.
The model list follows the selected token provider, so Gemini tokens show Gemini models and Claude tokens show Claude models.
Click Configure, choose Allow when prompted, save in CC Switch, then restart the desktop AI application.
The setup page previews the provider, endpoint, masked key, and model before handoff.
Use these links to move between the catalog, account, token controls, and logs without dead ends.
Compatible with mainstream OpenAI SDKs, plus Claude Messages and Gemini Generative.
# Replace only the model name curl https://api.tokenly.ai/v1/chat/completions \ -H "Authorization: Bearer $TOKENLY_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-5.6-sol","messages":[{"role":"user","content":"Hello"}]}'