Batch and tool completion
When you create a tool batch you may passwebhookUrl and, optionally, webhookSecret:
webhookUrl is optional. When set, results are POSTed there on completion. When webhookSecret is set, Cargo signs every delivery with HMAC-SHA256 in the X-Cargo-Signature header (sha256=<hex>). Verify the signature before trusting a delivery:

