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.

AreaLimit
Visibility prompts per matrix run100
Visibility platforms per matrix run4
Visibility probes per run400
Visibility prompt length500 characters
Visibility competitors10
List endpoint page size100
Page serialization max_chars25,000

No public fixed request-per-minute limit is currently exposed in the API.

Sleepwalker may still reject abusive or unsafe traffic.