Clawvisor · AsyncAPI Specification
Clawvisor Callbacks Webhooks
Version
View Spec
View on GitHub
AI AgentsAuthorizationSecurityIdentityAccess ControlMCPCredential ManagementGovernanceDeveloper ToolsAsyncAPIEvents
AsyncAPI Specification
generated: '2026-07-18'
method: searched
spec_type: Webhooks
source: github.com/clawvisor/clawvisor README (Callbacks section)
description: >-
Clawvisor publishes no AsyncAPI document, but it documents a real outbound
webhook/callback surface: when a caller supplies a callback_url (on a task or a
gateway request), Clawvisor POSTs a JSON callback as those resolve. This
captures that webhook catalog. No streaming/AsyncAPI event bus is published, so
no AsyncAPI spec is asserted (not penalized).
delivery:
transport: http-post
trigger: caller supplies callback_url on POST /api/tasks or POST /api/gateway/request
discriminator: type
webhooks:
- name: request-callback
type: request
fires_when: A pending gateway request resolves (approved and executed, or fails).
payload:
type: request
request_id: string
status: executed | blocked | restricted | error
result: { summary: string, data: any }
audit_id: string
- name: task-callback
type: task
fires_when: A task is approved, denied, expanded, has an expansion denied, or expires.
payload:
type: task
task_id: string
status: approved | denied | scope_expanded | scope_expansion_denied | expired
notes: >-
Callbacks are an alternative to long-polling (?wait=true / GET
/api/tasks/{id}). See conventions/clawvisor-conventions.yml.
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.
Call it yourself
curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/clawvisor-callbacks-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.