Scopes Reference
Scopes describe what a token or API key can do.
Standard API keys and MCP bearer tokens generated in the Sleepwalker app include the action surface by default. Turn off actions when a client should only read reports. MCP OAuth connections also request the action surface needed for the advertised tools. Older bearer tokens or custom-scoped keys may still carry a narrower set.
Read Scopes
Section titled “Read Scopes”| Scope | Allows |
|---|---|
tests:read | List and inspect owned tests. |
runs:read | Read owned run summaries, statuses, and results. |
Write Scopes
Section titled “Write Scopes”| Scope | Allows |
|---|---|
pages:content:serialize | Serialize page content. |
visibility:prompts:suggest | Generate visibility prompt ideas. |
visibility:runs:create | Queue and cancel AI Visibility runs. |
content_intelligence:trends:discover | Discover content trends. |
content_intelligence:content:score | Score content. |
content_intelligence:runs:create | Queue Content Intelligence runs. |
Scope Selection
Section titled “Scope Selection”Use this page to understand authorization errors, audit existing keys, or build custom scoped integrations.