Agent Tools
Rotate a tool's webhook secret
Generate a new signing secret for this tool. The previous one stops working on the next call, with no overlap, so update your endpoint first. The tool keeps its id, so flows that reference it by name are unaffected.
post/v1/senders/{senderId}/agent/tools/{toolId}/webhook/secret
Path parameters
senderIdstring required
toolIdstring required
Response
New secret generated.
Example response
{
"secret": "whsec_abc123..."
}