How to authenticate your API requests
Authorization
header of every request:
orch_
Authorization
header:
401 Unauthorized
response:
Invalid API Key Format
Invalid API key format
Solution: Ensure your API key starts with orch_
and is exactly 45 characters long.API Key Not Found
API key not found
Solution: Verify the API key exists in your dashboard and hasn’t been deleted.Missing Authorization Header
Expired JWT Token
Token expired
Solution: Refresh your browser session or use an API key for programmatic access.