Documentation Index
Fetch the complete documentation index at: https://developer.alterscope.org/llms.txt
Use this file to discover all available pages before exploring further.
1. Create an API key
Sign in
Open the Developer Portal and sign in. New accounts get the Free tier automatically.
Create a key
Under API Keys, click New key. Give it a label (e.g.
local-dev) and select scopes. The default read:yield is enough for the first request.2. Make your first request
3. Read the response
The envelope is consistent across every endpoint:datais the operation payload (object or array, depending on the route).meta.request_idis what you cite in support tickets.meta._agentic.freshness.statustells your agent whether the data isfresh,approaching_stale,stale,unverifiable, ornot_applicable. Honor it.meta._agentic.quality_gateispassedorfailed. Treatfailedas soft-error and surface to the caller.
Next steps
Authentication
Scopes, key rotation, and how to revoke a leaked key.
Rate limits
Per-tier limits, response headers, and 429 retry guidance.
Recipes
Six runnable end-to-end flows.
API Reference
Every public operation with try-it-out.