Supported credential headers
APIPod management tokens are a separate credential type and cannot be used on model APIs.
Store keys safely
- Read keys from an environment variable or secret manager on your server.
- Never embed a key in browser JavaScript, mobile binaries, public repositories, logs, or URLs.
- Use separate keys for development, staging, and production.
- Revoke and replace a key immediately if it may have been exposed.
- Configure expiration, model or feature permissions, quota limits, rate limits, and an IP allowlist when appropriate.