Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterscope.org/llms.txt

Use this file to discover all available pages before exploring further.

Every API key carries a set of scopes — the operations it is permitted to perform. Scopes are assigned when a key is minted and enforced server-side on every request. A request whose key lacks the required scope returns 403 with an error code of insufficient_scope (see Errors). Most read scopes are available on every tier, including Free. A handful of advanced market-intelligence scopes (full regime history, flow forecasts, and live WebSocket deltas) require a higher tier; those are marked in the Tier column below.

Read scopes

ScopeUnlocksTier
read:yieldRead yield opportunities, universe, timeseriesAll
read:yield:detailRead detailed opportunity data (risk factors, scenarios)All
read:watchlistRead your watchlistAll
read:screensRead saved screensAll
read:alertsRead alert rules and eventsAll
read:portfolioRun portfolio analyticsAll

Market-intelligence scopes

ScopeUnlocksTier
read:regimeRead current market regime + last-7-day historyAnalyst+
read:regime:fullRead full regime history beyond the 7-day clampTeam+
read:regime:transitionsRead the regime transition-probability matrixTeam+
read:regime:wsSubscribe to live regime WebSocket deltasEnterprise
read:flowsRead current capital flows + last-7-day timeseriesAnalyst+
read:flows:forecastRead GNN flow forecasts and full timeseries historyTeam+
read:flows:wsSubscribe to live capital-flow WebSocket deltasEnterprise

Write scopes

ScopeUnlocks
write:watchlistModify your watchlist
write:screensCreate or modify screens
write:alertsCreate or modify alert rules
write:executionPrepare, continue, simulate, or execute transactions
write:rebalanceSimulate or execute portfolio rebalances
write:agentsCreate or mutate agent tasks and sessions

MCP scopes

These gate Model Context Protocol tool invocation. mcp:deploy:mainnet is the highest-privilege scope.
ScopeUnlocks
mcp:readCall read-only MCP tools (graph queries, regime, risk scoring read)
mcp:backtestCall MCP backtest_strategy + replay_cascade_event
mcp:simulateCall MCP simulate_strategy
mcp:deploy:testnetCall MCP deploy_to_testnet
mcp:deploy:mainnetCall MCP promote_to_mainnet (highest privilege)
mcp:eval:writeSubmit results to the MCP public eval leaderboard

Admin scopes

ScopeUnlocks
admin:keysMint and manage API keys for the organization
Tier names (Free, Analyst, Team, Enterprise) follow the live plan definitions. If you hold an older key issued under a previous tier name, your entitlements are unchanged — what a key can do is governed by its scopes, not its tier label.