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.

Path Parameters

chatId
string<uuid>
required

Chat id.

Body

application/json
test_user_ids
string<uuid>[]

Saved domain test users to attach; each must sit on a domain within the caller's access scope.

credentials
object[]

Credentials supplied for this chat only (not saved to a domain).

scan_ids
string<uuid>[]

Pentests whose stored credentials this chat should reuse; the caller must have access to each pentest's targets.

Response

Credentials armed.

credentials
object[]
required
delivered
boolean
required

False when the chat was still booting; the credentials are stored and handed to its orchestrator at launch.