API keys
Every request to Tera authenticates with a bearer token. Keys look likesk-tera-<random> and are issued per-customer.
Authorization header for every request. The OpenAI SDKs handle this via api_key=... / apiKey: ....
Requesting access
Request a key by emailing hello@tera.gw with a one-line description of what you’re building.Errors
Returned when the
Authorization header is missing or the key is unknown or revoked.Some keys are scoped to specific models. Requests to other models return 403.