Skip to main content
POST
Run all agents in a space

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Path Parameters

spaceId
integer<int32>
required

The ID of the space

Body

Optional run parameters

Request model for running all agents in a space

inputParameters
string | null

Optional JSON string of input parameters to pass to all agents

parallelism
integer<int32> | null

Parallelism level for each agent run (default: 1)

isExclusive
boolean

Whether to run exclusively

proxyPoolId
integer<int32> | null

Optional proxy pool ID to route agent traffic through. Values of 0 or less are treated as unset.

logLevel
enum<string>

0 = Fatal; 1 = Error; 2 = Warning; 3 = Info

Available options:
Fatal,
Error,
Warning,
Info
logMode
enum<string>

0 = Text; 1 = TextAndHtml

Available options:
Text,
TextAndHtml

Response

Returns the results of starting each agent

Result of running all agents in a space

spaceId
integer<int32>
spaceName
string | null
totalAgents
integer<int32>
agentsStarted
integer<int32>
agentsFailed
integer<int32>
results
object[] | null