Securely create and manage your API keys to integrate TeraAI into your applications.
Below are your active API keys. Keep them secret — treat them like passwords. You can revoke any key at any time.
Generate a new key for a specific environment or project. Choose a descriptive name and limited permissions where possible.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.teraai.example/v1/generate \
-d '{"prompt":"Hello"}'
Always keep requests over HTTPS and rotate keys regularly.
Each key can be scoped to specific rate limits and IP allowlists. For security-sensitive usage, we recommend creating a separate key per service and applying minimized permissions.