API Keys
Create and manage your API keys. Keys authenticate requests to the Windfall inference gateway.
Your API key works as a drop-in replacement for OpenAI. Set
OPENAI_BASE_URL to windfallrouter.xyz/v1 and use your key as OPENAI_API_KEY. Every request is carbon-routed automatically.
API Key Created
Save this key now. It will not be shown again.
Quick Start
Shell
# Set your environment
export OPENAI_BASE_URL=https://windfallrouter.xyz/v1
export OPENAI_API_KEY=wf_xxxxx...
# Test it
curl $OPENAI_BASE_URL/chat/completions \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-chat","messages":[{"role":"user","content":"hello"}]}'
Create New Key
Active Keys
| Key Prefix | Label | Created | Last Used | Status | Actions |
|---|---|---|---|---|---|
| Loading... | |||||