/
JU
julep-ai
/
Julep Agents API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v44
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2025-07-11
67
290
343.1 KB
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