Skip to main content
Every request to Forii requires an API key via the Authorization header. API Key Management

API keys

API keys start with forii_sk_ and are created in the Dashboard.

Key types

API keys are shown only once at creation time. Store them securely — in environment variables, not in source code.

Using your API key

Environment variable

Python (OpenAI SDK)

JavaScript (OpenAI SDK)

cURL

Key management

Create a key

List keys

Revoke a key

Currently, all keys have full access. Scoped keys (read-only, inference-only) are coming soon.

Rate limits

Forii is on the Free Plan today. Paid tiers are on the roadmap. Rate limit headers are included in every response:
When you exceed rate limits, the API returns 429 Too Many Requests with a Retry-After header.