Skip to main content
Every request authenticates with a single bearer key issued from your AI Reserve workspace (Profile → My API Keys; you’ll be asked to sign in first) — keys look like aireserve_api_… (older audacity_api_… keys keep working). There is no region, no credential chain, no IAM role, and no signing. The SDKs resolve the key the way the AWS SDKs resolve credentials, in priority order: If no key can be resolved, the SDK fails fast with a clear client-side error (MissingApiKeyError or the language equivalent) — before any network call is made. Keep keys in a secret manager or environment variable; never commit them.

Get an API key

Sign in to the portal and create a key under Profile → My API Keys.