Cakewalk · AsyncAPI Specification

Cakewalk Webhooks

Version

View Spec View on GitHub CompanyAccess ManagementIdentity GovernanceIGAAI AgentsSecurityAccess ControlMCPProvisioningSaaS ManagementAuthenticationAsyncAPIEvents

AsyncAPI Specification

cakewalk-webhooks.yml Raw ↑
generated: '2026-07-18'
method: searched
spec_type: Webhooks
source: https://www.cakewalk.security/docs/open-api-and-mcp/webhooks
docs:
  webhooks: https://www.cakewalk.security/docs/open-api-and-mcp/webhooks
  signature_verification: https://www.cakewalk.security/docs/open-api-and-mcp/webhooks/webhooks-signature-verification
delivery:
  envelope: >-
    The request body is a JSON array. Each element is an object with eventType
    (discriminator) and data (event-specific payload); multiple events may be
    delivered in one request.
registration:
  fields: [target_url, events, secret]
  notes: A webhook is registered with a target URL, the events to subscribe to, and a secret.
signature:
  header: X-SIGNATURE
  algorithm: SHA256withRSA
  encoding: base64
  padding: PKCS1v15
  method: >-
    Cakewalk signs the SHA-256 hash of the raw request body with its RSA private
    key. Consumers fetch Cakewalk's public key from
    https://open-api.getcakewalk.io/api/Keys (with API credentials), base64-decode
    the X-SIGNATURE header, and verify the signature against the raw payload.
    Verification operates on the exact raw body with no normalization.
  public_key_endpoint: https://open-api.getcakewalk.io/api/Keys
events:
- type: test
  description: Validates that the webhook URL accepts events during the verification flow.
- type: action_task.actionable
  description: >-
    Triggered when an action step is ready for execution after review completion
    (an actionable task).

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/cakewalk-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.