Skip to main content
POST
/
ai
/
agents
/
{agent_id}
/
knowledge-bases
/
{kb_id}
Attach knowledge base to agent
curl --request POST \
  --url https://api.wacht.dev/ai/agents/{agent_id}/knowledge-bases/{kb_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Path Parameters

agent_id
string
required
kb_id
string
required

Response

200 - application/json

Attached knowledge base

The response is of type object.