Skip to main content
POST
/
org
/
{org_id}
/
agents
/
{agent_id}
/
tools
Add tool to agent
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/{agent_id}/tools \
  --header 'Content-Type: application/json' \
  --data '
{
  "tool_id": "<string>",
  "config_override": {},
  "is_enabled": true
}
'
{}

Path Parameters

org_id
string
required

Organization ID

agent_id
string
required

Agent ID

Body

application/json

Tool configuration

tool_id
string
required
config_override
object
is_enabled
boolean

Response

OK

{key}
string