/
CA
casemark
/
Case.dev API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3mo ago
Details
Filter operations
Agents
23
get
List agents
post
Create agent
get
Get agent
delete
Delete agent
patch
Update agent
post
Create interactive chat session
delete
End chat session
post
Cancel active chat generation
get
List session files
get
Download session file
post
Send chat message (synchronous)
post
Reply to agent question
post
Respond to chat message (streaming)
get
Stream chat events
post
Execute ad-hoc agent
get
List runs
post
Create run
post
Cancel run
get
Get run details
get
Stream run events
post
Execute run
get
Get run status
post
Watch run
Applications Deployments
11
Applications Domains
3
Applications Env Vars
3
Applications Projects
5
Compute
18
Database
9
Format
5
Legal
14
LLMs
5
Memory
7
OCR
4
Privilege
1
Search
7
Skills
2
SuperDoc
3
System
3
Translation
3
Vaults
37
Voice
10
Agents
Get agent
Retrieves a single agent definition by ID.
get
/agent/v1/agents/{id}
Path parameters
id
string
required
Agent ID
Response
Agent details
object
required
id
string
name
string
description
string
nullable
instructions
string
model
string
vaultIds
string[]
nullable
enabledTools
string[]
nullable
disabledTools
string[]
nullable
sandbox
object
nullable
isActive
boolean
createdAt
string
date-time
updatedAt
string
date-time
Changes