Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.

Body

application/json
seeds
string[]

Verified domains to start from. When omitted, the run starts from every verified domain. If you supply the list, each entry must be a valid, verified domain. Strix rejects an empty or malformed list with status 422.

Required array length: 1 - 25 elements
org_names
string[]

Legal or brand names of the organization. The agent uses them to pivot through certificate subjects and WHOIS data.

Maximum array length: 10
Maximum string length: 120
instructions
string

Extra instructions for the agent, for example known hosting providers or brands to include.

Maximum string length: 2000

Response

A run was already in progress. The response returns that run.

run
object
required
reused
boolean
required

True when a run was already in progress and the response returns that run.