v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Agent Tools

Create tool

Create a new tool for an agent. Tools allow the agent to call external webhooks.

post/v1/senders/{senderId}/agent/tools

Path parameters

senderIdstring required

Request body

namestring required
descriptionstring required
webhookUrlstring uri required

Must be HTTPS.

webhookSecretstring

Optional secret for webhook signature verification.

enabledboolean

Response

Tool created.

Example response

{
  "tool": {
    "name": "get_order_status"
  }
}