Skip to main content
Create project API keys in Arc Studio under project settings, API. The full key is shown once. Store it in a secrets manager or environment variable.
export ARC_STUDIO_API_KEY="YOUR_API_KEY"
Send the key with every request:
Authorization: Bearer YOUR_API_KEY
Missing or invalid keys return an error response with type: "authentication_error".