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 →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"}]}'