latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-19184193611.6 KB

4dacdff2adf8

Agent Tools

Update tool

Update a tool.

patch/v1/senders/{senderId}/agent/tools/{toolId}

Path parameters

senderIdstring required
toolIdstring required

Request body

namestring
descriptionstring
webhookUrlstring uri
webhookSecretstring nullable
enabledboolean

Response

Tool updated.

Example response

{
  "tool": {
    "name": "get_order_status",
    "webhookSecret": "whsec_abc123..."
  }
}