/
DE
desplega-ai
/
Agent Swarm API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-26
Details
Filter operations
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
get
Cookie-gated proxy to the swarm API (used by db-backed page iframes)
put
Cookie-gated proxy to the swarm API (PUT)
post
Cookie-gated proxy to the swarm API (POST)
delete
Cookie-gated proxy to the swarm API (DELETE)
patch
Cookie-gated proxy to the swarm API (PATCH)
get
List pages
post
Create a new page
get
Get a page by ID
put
Update an existing page
delete
Delete a page (and all version history)
get
Resolve a page by slug
post
Launch a page session (issues HttpOnly cookie)
get
List JSON-page action allowlist (with param JSON Schemas)
get
List version snapshots for a page
get
Get a single page-version snapshot
get
Render a page (HTML inline; JSON redirects to SPA)
get
Page metadata + body as JSON (used by SPA renderer)
Poll
2
Pricing
6
PromptTemplates
10
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
Pages
Get a single page-version snapshot
get
/api/pages/{id}/versions/{version}
Path parameters
id
string
required
version
integer
required
Response
Version snapshot
PageVersion
required
id
string
required
pageId
string
required
version
integer
required
snapshot
PageSnapshot
required
changedByAgentId
string
createdAt
string
required
Changes