/
DE
desplega-ai
/
Agent Swarm API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 4h ago
Details
Filter operations
Active Sessions
8
Agents
13
API Keys
8
ApprovalRequests
4
Apps
20
Assets
6
Budgets
5
Config
7
Core
2
Debug
1
Ecosystem
1
Events
4
External APIs
1
Favorites
2
FS
9
Heartbeat
2
Inbox State
2
Integrations
2
KV
10
MCP OAuth
8
MCP Servers
8
Memory
12
Metrics
9
OAuth
6
Pages
17
Poll
2
Pricing
6
PromptTemplates
10
Repos
5
Schedules
7
Script Connections
21
Script Runs
10
get
List script workflow runs
post
Launch a durable script workflow run
get
Get a script workflow run with journal
delete
Cancel a script workflow run
get
Get a script run journal step
post
Write a script run journal step
post
Record a script run heartbeat
post
Update script run status from subprocess
post
Execute a raw LLM call for a script workflow
post
Create or wait for a script workflow agent task step
Scripts
16
Session Data
7
Sessions
2
Skills
17
Stats
6
Status
2
Tasks
23
Trackers
14
Users
13
Webhooks
5
Workflows
19
Script Runs
Create or wait for a script workflow agent task step
post
/api/internal/script-runs/{runId}/agent-task
Path parameters
runId
string
uuid
required
Request body
object
required
stepKey
string
required
template
string
task
string
agentId
string
tags
string[]
priority
integer
offerMode
boolean
dir
string
vcsRepo
string
model
string
parentTaskId
string
uuid
requestedByUserId
string
outputSchema
object
Response
Agent task completed
object
required
taskId
string
required
taskOutput
string
nullable
required
Changes