Skip to main content
POST
Create Agent Endpoint

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
Example:

"Customer Support Agent"

description
string
Example:

"Handles level 1 customer inquiries."

agent_role
string
agent_instructions
string
agent_goal
string
agent_context
string
agent_output
string
examples
string
features
string[]
tools
string[]
tool_usage_description
string
llm_credential_id
string
response_format
object
provider_id
string
Example:

"openai"

model
string
Example:

"gpt-4o"

top_p
number<float>
Example:

1

temperature
number<float>
Example:

0.7

managed_agents
object[]
tool_configs
object[]
store_messages
boolean
default:true
file_output
boolean
default:false
a2a_tools
object[]
voice_config
object
additional_model_params
object
image_output_config
object
max_iterations
integer
default:25
git_agent
object
proxy_config
object

Response

Agent created successfully.

agent_id
string

The unique identifier of the created agent.

Example:

"654b9d3d451c1aeefd800xyz"