/
JU
julep-ai
/
Julep Agents API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 20m ago · Updated 1y ago
View markdown
julep-ai
Julep Agents API
post
Create Agent Tool
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
Create Agent Tool
post
/agents/{agent_id}/tools
Path parameters
agent_id
string
uuid
required
Request body
AgentsApiAutogenOpenapiModelCreateToolRequest
required
name
string
required
type
'function'
|
'integration'
|
'system'
|
'api_call'
|
'computer_20241022'
|
'text_editor_20241022'
|
'bash_20241022'
required
description
string
nullable
function
FunctionDef
Function definition
integration
union
system
SystemDef
System definition
api_call
ApiCallDefInput
API call definition
computer_20241022
Computer20241022Def
Anthropic new tools
text_editor_20241022
TextEditor20241022Def
bash_20241022
Bash20241022Def
Response
Successful Response
Tool
required
name
string
required
type
'function'
|
'integration'
|
'system'
|
'api_call'
|
'computer_20241022'
|
'text_editor_20241022'
|
'bash_20241022'
required
description
string
nullable
function
FunctionDef
Function definition
integration
union
system
SystemDef
System definition
api_call
ApiCallDefOutput
API call definition
computer_20241022
Computer20241022Def
Anthropic new tools
text_editor_20241022
TextEditor20241022Def
bash_20241022
Bash20241022Def
created_at
string
date-time
required
updated_at
string
date-time
required
id
string
uuid
required