/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21m ago · Updated 1mo ago
Details
Filter operations
Admin
15
Agent
16
Auth
5
Codex Browser Sessions
1
Codex Tokens
3
Connectors
5
Exec-Audit
10
IM Channels
9
MCP PATs
4
Misc
18
Sandboxes
8
get
Get a sandbox by id
delete
Delete a sandbox
patch
Rename a sandbox
post
Pause a sandbox (cloud sandboxes only)
post
Resume a paused sandbox (cloud sandboxes only)
get
Get sandbox usage stats
get
List sandboxes in a workspace
post
Create a sandbox in a workspace
Workspace API Keys
4
Workspaces
14
Sandboxes
Get a sandbox by id
get
/api/sandboxes/{id}
Path parameters
id
string
required
Sandbox id
Response
OK
Sandbox
required
agent_info
AgentInfo
claudecode_url
string
cpu
integer
created_at
string
required
custom_url
string
id
string
required
idle_timeout
integer
im_bindings
IMBinding[]
is_local
boolean
required
jupyter_url
string
last_activity_at
string
nullable
last_heartbeat_at
string
memory
integer
metadata
object
name
string
required
openclaw_url
string
opencode_url
string
paused_at
string
nullable
short_id
string
status
string
required
type
string
required
weixin_bindings
IMBinding[]
workspace_id
string
required
Changes