Backend API
Associate a tool with an agent
cURL
curl --request POST \ --url https://api.wacht.dev/ai/agents/{agent_id}/tools/{tool_id} \ --header 'Authorization: <api-key>'
API key authentication (format: Bearer {api_key})
AI Agent ID
AI Tool ID
Tool attached
Was this page helpful?