Agentcard · AsyncAPI Specification

Agentcard Webhooks

Version 2.0.0

Event notifications Agentcard delivers to destinations you register in the dashboard. Every delivery is a POST with a signed envelope { id, type, created, livemode, data }. Verify the AgentCard-Signature header (HMAC-SHA256 of "{t}.{raw_body}" with your whsec_ secret) against the raw body and dedupe on id. This document is generated from the published event catalog; Agentcard does not publish its own AsyncAPI.

View Spec View on GitHub CompanyPaymentsVirtual CardsCard IssuingAI AgentsAgentic CommerceMCPFintechWalletsVisaAsyncAPIEventsWebhooks

Channels

events
The single destination endpoint that receives every subscribed event.

Messages

Event
Agentcard webhook event

Servers

https
webhook
Your registered webhook destination (mode-scoped; sandbox receives only livemode=false).

AsyncAPI Specification

Raw ↑
asyncapi: 3.0.0
# generated: '2026-07-17'
# method: generated
# source: https://docs.agentcard.sh/companies/webhooks.md (webhook catalog -> AsyncAPI by API Evangelist; no provider AsyncAPI is published)
info:
  title: Agentcard Webhooks
  version: 2.0.0
  description: >-
    Event notifications Agentcard delivers to destinations you register in the dashboard.
    Every delivery is a POST with a signed envelope { id, type, created, livemode, data }.
    Verify the AgentCard-Signature header (HMAC-SHA256 of "{t}.{raw_body}" with your whsec_
    secret) against the raw body and dedupe on id. This document is generated from the
    published event catalog; Agentcard does not publish its own AsyncAPI.
  contact:
    name: Agentcard Support
    email: support@agentcard.sh
    url: https://docs.agentcard.sh/companies/webhooks
defaultContentType: application/json
servers:
  webhook:
    host: your-app.example.com
    protocol: https
    description: Your registered webhook destination (mode-scoped; sandbox receives only livemode=false).
components:
  messageTraits:
    signed:
      headers:
        type: object
        properties:
          AgentCard-Signature:
            type: string
            description: 't=<unix>,v1=<hex-hmac>; HMAC-SHA256 of "{t}.{raw_body}" keyed with the whsec_ secret.'
  schemas:
    Envelope:
      type: object
      required: [id, type, created, livemode, data]
      properties:
        id: {type: string, description: Unique event id (dedupe on this), example: evt_123}
        type: {type: string, description: Event type, example: transaction.authorized}
        created: {type: integer, description: Unix timestamp}
        livemode: {type: boolean, description: false for sandbox deliveries}
        data: {type: object, description: Event-specific payload}
  messages:
    Event:
      name: Event
      title: Agentcard webhook event
      contentType: application/json
      traits: [{$ref: '#/components/messageTraits/signed'}]
      payload: {$ref: '#/components/schemas/Envelope'}
channels:
  events:
    address: /webhooks/agentcard
    description: The single destination endpoint that receives every subscribed event.
    messages:
      event: {$ref: '#/components/messages/Event'}
operations:
  receiveEvent:
    action: receive
    channel: {$ref: '#/channels/events'}
    summary: Receive a signed Agentcard webhook event.
    description: >-
      Event types delivered on this channel — card.created, card.updated, card.closed,
      cardholder.created, cardholder.updated, cardholder_onboarding_session.completed,
      transaction.authorized, transaction.cleared, transaction.declined, transaction.voided,
      identity.verification.updated, balance.low, merchant.connected, card_flow.started,
      card_flow.failed, transfer.approved, transfer.initiated, transfer.completed,
      transfer.failed, transfer.released, wallet.funded, wallet.balance.low.

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/agentcard-webhooks-asyncapi"
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.