Token Authentication
Outbound API uses the standard Bearer Token mechanism for authentication.Header Format
Token Security Standards
1. Principle of Least Privilege
If you distribute the API Key to external partners, restrict the following for that Key in the console:- Model Scope: Only allow calls to specific models.
- Expiration Time: Set short-term expiration to reduce risk.
- IP Whitelist: Restrict the IP addresses of the caller.
2. No Client-Side Hardcoding
Never hard-code thesk- token in frontend JavaScript or mobile app code. All API calls should be proxied through a backend server, or use our secure distribution system to generate short-lived tokens.
