Skip to main content
POST
/
api
/
v1
/
agents
/
{agent_id}
/
tools
Add tools to an agent
curl --request POST \
  --url https://api.kupe.in/api/v1/agents/{agent_id}/tools \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '[
  {}
]'
{}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Path Parameters

agent_id
string<uuid>
required

Body

application/json

Response

200 - application/json

OK

Deployment-specific JSON (call sessions, billing views, tool defs). See prose on each operation and the Platform REST APIs guide page.