Step 1. Create an API key
In the dashboard, go to Tokens → Create token.- Name: anything for your own reference, e.g.
local-dev. - Expiry: leave “Never” unless you need otherwise.
- Spend limit: you can cap the token at a USD amount.
sk-.... It’s best to save it right away, but if you lose it you can always return to the Tokens page in the dashboard and reveal it via the eye icon, or use “Copy key” to copy the full key again.
Step 2. First request
FortAPI is OpenAI-compatible. Use your favourite SDK and just swap thebase_url:
your-model-name with any model name from the pricing page on the main site.
Step 3. Switch models
To switch to Claude, Gemini, Grok or any other provider, change only themodel parameter:
What’s next
- Got questions? support@fortapi.com
