Authentication
Get your API key
Use your API key
Authorization: Bearer gct_live_xxxxxxxxxxxx
## Key format
| Prefix | Environment |
|---|---|
| `gct_live_` | Production |
| `gct_test_` | Test (no real LLM calls) |
## Security
- Never commit API keys to source control
- Use environment variables: `GATECTR_API_KEY`
- Rotate keys in **Settings → API Keys** if compromised
- Your underlying LLM provider keys are AES-encrypted at rest — GateCtr never exposes themLast updated
Was this helpful?