TinyFish · AsyncAPI Specification

Tinyfish Agent Webhooks

Version

View Spec View on GitHub CompanyArtificial IntelligenceAI AgentsWeb AutomationWeb ScrapingSearchBrowser AutomationMCPData ExtractionAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.tinyfish.ai/webhooks
spec_type: Webhooks
summary: >-
  The TinyFish Agent (Automation) API delivers run-lifecycle webhooks. A run is
  subscribed by passing an HTTPS `webhook_url` to any run-creation endpoint
  (/v1/automation/run, /run-async, /run-sse, /run-batch). No published AsyncAPI
  document; this is the documented webhook catalog.
transport: https-post
content_type: application/json
registration:
  field: webhook_url
  applies_to: [run, runAsync, runSse, runBatch]
  requirement: HTTPS URL required
delivery:
  attempts: 4
  policy: 1 initial + 3 retries
  backoff_seconds: [1, 2, 4]
  timeout_seconds: 10
  retry_on: [5xx, network-error]
  no_retry_on: [4xx]
signature_verification: not documented
payload_shape:
  event: string
  run_id: string
  status: enum [COMPLETED, FAILED, CANCELLED]
  data:
    started_at: ISO timestamp
    finished_at: ISO timestamp
    result: extracted data or null
    error: error details or null
    steps: array of agent actions
events:
  - name: run.completed
    status: COMPLETED
    description: A run finished successfully.
  - name: run.failed
    status: FAILED
    description: An infrastructure error occurred during the run.
  - name: run.cancelled
    status: CANCELLED
    description: A run was manually cancelled.

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/tinyfish-agent-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.