This guide takes you to your first successful request to OpenAI / Claude / Gemini through FortAPI in 3 steps.Documentation Index
Fetch the complete documentation index at: https://docs.fortapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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-.... Save it immediately, you won’t be able to view the full key again later (only the last 4 characters).
Step 2. First request
FortAPI is OpenAI-compatible. Use your favourite SDK and just swap thebase_url:
Step 3. Switch models
To switch to Claude or Gemini, change only themodel parameter:
What’s next
- Got questions? support@fortapi.com
