/
DE
desplega-ai
/
Agent Swarm API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 1d ago
View markdown
desplega-ai
Agent Swarm API
post
Full scope-aware template resolution with interpolation (used by workers via HTTP)
v
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-08
347
69
1.3 MB
Active Sessions
8
Agents
12
API Keys
8
ApprovalRequests
4
Apps
20
Assets
6
Budgets
5
Config
7
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
get
Resolve a prompt template for a given event type and scope chain
get
List all registered event types with their available variables
post
Dry-run render a template with provided variables
post
Full scope-aware template resolution with interpolation (used by workers via HTTP)
post
Checkout a specific version of a prompt template from history
post
Reset a prompt template to its code-defined default
get
Get a single prompt template with its version history
delete
Delete a prompt template override
get
List prompt templates with optional filters
put
Create or update a prompt template override
Repos
5
Schedules
7
Script Connections
21
Script Runs
10
Scripts
16
Session Data
6
Sessions
2
Skills
17
Stats
6
Status
2
Task Templates
1
Tasks
21
Trackers
14
Users
13
Webhooks
5
WorkflowEvents
2
Workflows
17
PromptTemplates
Full scope-aware template resolution with interpolation (used by workers via HTTP)
post
/api/prompt-templates/render
Request body
object
required
eventType
string
required
variables
object
agentId
string
repoId
string
Response
Fully resolved and interpolated template
object
required
text
string
required
templateId
string
scope
string
skipped
boolean
required
unresolved
string[]
required