Momento · AsyncAPI Specification

Momento Webhooks

Version

View Spec View on GitHub CompanyAI InfrastructureCachingServerlessCachePub-SubMessagingEvent BusLeaderboardsReal-TimegRPCDeveloper ToolsAsyncAPIEvents

AsyncAPI Specification

momento-webhooks.yml Raw ↑
generated: '2026-07-20'
method: derived
source:
  - grpc/momento-webhook.proto
  - grpc/momento-cachepubsub.proto
  - https://docs.momentohq.com/topics/develop/webhooks
spec_type: Webhooks
summary: >-
  Momento's event surface is Momento Topics — a serverless, best-effort multicast
  publish/subscribe event bus scoped to a cache. Webhooks let an external HTTPS
  destination (AWS Lambda, EventBridge, Slack, Discord, etc.) subscribe to the
  messages published on a Topic, so events flow out of Momento without a persistent
  gRPC subscriber.
event_bus:
  name: Momento Topics
  model: best-effort multicast pub/sub, per-topic ordering by topic_sequence_number
  delivery: server-streaming gRPC (Subscribe) or webhook fan-out
  message_kinds: [item, discontinuity, heartbeat]
  value_types: [text, binary]
webhooks:
  management:
    operations:
      - PutWebhook
      - DeleteWebhook
      - ListWebhooks
      - GetWebhookSecret
      - RotateWebhookSecret
    source: grpc/momento-webhook.proto
  binding:
    scoped_to: [cache_name, topic_name]
    destination: external HTTPS endpoint (commonly AWS Lambda; also Slack, Discord, EventBridge)
  security:
    signing: Each webhook has a rotatable secret used to sign delivered payloads so
      the receiver can verify authenticity (GetWebhookSecret / RotateWebhookSecret).
  payload:
    body: The published Topic value (text or binary) plus topic/sequence metadata.

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/momento-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.