/
JU
julep-ai
/
Julep Agents API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 26m ago · Updated 1y ago
View markdown
julep-ai
Julep Agents API
put
Update Agent
v44
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-07-11
67
290
343.1 KB
agents
13
get
List Models
get
List Agents
post
Create Agent
get
List Agent Tools
post
Create Agent Tool
get
Get Agent Details
put
Update Agent
post
Create Or Update Agent
delete
Delete Agent
patch
Patch Agent
put
Update Agent Tool
delete
Delete Agent Tool
patch
Patch Agent Tool
docs
12
executions
6
files
4
healthz
1
jobs
1
projects
2
secrets
4
sessions
10
tasks
6
temporal
1
users
7
agents
Update Agent
put
/agents/{agent_id}
Path parameters
agent_id
string
uuid
required
Request body
UpdateAgentRequest
required
Payload for updating a agent
metadata
object
nullable
name
string
required
project
string
nullable
canonical_name
string
nullable
about
string
model
string
instructions
union
default_settings
object
nullable
default_system_template
string
Response
Successful Response
Agent
required
id
string
uuid
required
metadata
object
nullable
created_at
string
date-time
required
updated_at
string
date-time
required
name
string
required
project
string
nullable
canonical_name
string
nullable
about
string
model
string
instructions
union
default_settings
object
nullable
default_system_template
string