Assistant
Add a tool to an assistant
Enable a tenant tool for the assistant.
post/assistants/{assistant_id}/tools/{tool_id}
Path parameters
assistant_idinteger required
tool_idinteger required
ID of the tool to enable.
ID of the tool to enable.
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-16T08:00:00Z",
"assistant_id": 1,
"tool_id": 1
}