/
JU
julep-ai
/
Julep Agents API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
julep-ai
Julep Agents API
post
Create Agent
v44
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-07-11
67
290
343.1 KB
agents
Create Agent
post
/agents
Request body
CreateAgentRequest
required
Payload for creating a agent (and associated documents)
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