Skip to content

Limits

Sleepwalker is designed for agent and API reliability.

Some clients have practical response-size limits. Sleepwalker returns compact payloads by default.

Large artifacts are exposed through summaries and drilldowns:

  • Run summaries return compact counts and IDs.
  • Prompt responses are fetched one at a time.
  • Page serialization returns bounded chunks.
  • Status endpoints avoid embedding oversized result payloads.

Run bulk AI Visibility work as one queued batch action, not hundreds of separate tool calls.

Good:

Create one run with 100 prompts x 4 platforms.

Bad:

Call the tool 400 times from an agent loop.

If a user requests more probes than their current credits can fund, Sleepwalker can still run the funded probes and mark the rest as not run because of insufficient credits.

The response shows what ran, what did not run, and why.

Area Limit
Distinct visibility prompts per run 100
Distinct visibility platforms per run 4
Visibility probes per run 400
Visibility prompt length 500 characters
Visibility competitors 10
Visibility/content run list page size 100
Activity page size 100
Saved-test list page size 50
Reports-by-URL recent runs per matched test 20
Usage telemetry rows 100
Page serialization max_chars 25,000
Prompt suggestions returned 5
Content trends returned 5
Content trend citations returned 10
Content score recommendations returned 3
Visibility results returned per paged status request 400

API keys have a default limit of 300 authenticated requests per hour.

If the API key exceeds the limit, Sleepwalker returns 429 rate_limited. Sleepwalker may also reject abusive or unsafe traffic.