Every request to the Alterscope Developer API authenticates with an API key. Keys are issued in the Developer Portal under your organization’s API Keys settings, and are prefixedDocumentation Index
Fetch the complete documentation index at: https://docs.alterscope.org/llms.txt
Use this file to discover all available pages before exploring further.
sk_live_.
Sending the key
Send the key as a bearer token in theAuthorization header:
?token= query parameter on connect instead — that is the only other accepted form.
Rotation and revocation
Create a new key in the Developer Portal before retiring an old one, switch your application to the new key, then revoke the old key. A revoked or expired key fails closed: requests return401 with an error code of revoked_key or expired_key. See Errors for the full status mapping.
What a key can access
A key carries a set of scopes (what it may call) and is bound to a plan tier (how much and how often). A request that lacks the required scope returns403 with code insufficient_scope. Org admins can mint keys with a subset of scopes using a key that holds admin:keys.
Next steps
Scopes
The permissions a key can hold.
Rate limits
Per-tier request and quota limits.