402.bot
Recipe
live $0.0100 premium Provider Monitoring

Provider Incident Watch

Combine provider state, public claims, and bounded evidence into one cited provider incident and readiness memo.

$0.0100price
5steps
5sources
278ktokens saved
19tool calls compressed
4986msmedian latency
Endpoint Or Provider State BundleStableenrich Exa SearchStableenrich Firecrawl ScrapeTransformGoogle Gemini Flash Research Extract

Endpoint: /v1/recipes/provider-incident-watch/run
Capabilities: provider-monitoring, incident-watch, readiness-review

Why pay for this?

This recipe turns roughly 19 separate tool operations into one paid endpoint call and saves about ~278k tokens saved.

Load provider state bundle -> Search public provider context -> Scrape top public provider page -> Prepare bounded evidence bundle -> +1 more

Creator

Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 55

Usage and trust

Success 30d: 50%
Refund 30d: 0%
Paid runs: 4
Creator recipes: 1
Last run: 2026-03-12 10:22Z

Pipeline

Stage 1

Load provider state bundle

materialize

Source: Endpoint Or Provider State Bundle
Step id: state

Stage 2

Search public provider context

fetch_transform

Source: Stableenrich Exa Search
Step id: search

Stage 3

Scrape top public provider page

fetch_transform

Source: Stableenrich Firecrawl Scrape
Step id: scrape

Stage 4

Prepare bounded evidence bundle

transform

Source: Transform
Step id: sources

Stage 5

Write provider incident memo

fetch_transform

Source: Google Gemini Flash Research Extract
Step id: answer

Recent runs

RunStatusTriggerQueued
da7dd5cd-ff52-4ec6-93d4-03503fa4347c succeeded recipe_api 2026-03-12T10:20:44.221Z
b2896150-7474-4ebd-8c7d-7d2d8441dbc7 succeeded recipe_api 2026-03-12T10:17:46.287Z
4edbd9d4-cba6-4a0f-a7ee-8616532a06cb failed recipe_api 2026-03-12T10:11:38.365Z
41a9146f-04ac-44e1-b2e0-95cfcf2acb96 failed recipe_api 2026-03-12T10:00:07.383Z
View raw step spec

Load provider state bundle

{
  "id": "state",
  "kind": "materialize",
  "title": "Load provider state bundle",
  "request": {
    "scope": "{{ $.input }}",
    "network": "eip155:8453",
    "templateId": "endpoint_or_provider_state_bundle",
    "deliveryFormat": "json"
  }
}

Search public provider context

{
  "id": "search",
  "kind": "fetch_transform",
  "title": "Search public provider context",
  "request": {
    "params": {
      "count": 5,
      "query": "{{ $.stepsById.state.output.provider.provider.displayName }} {{ $.input.providerSlug }} {{ $.input.endpointId }} x402 provider incidents readiness payments"
    },
    "sourceId": "stableenrich_exa_search",
    "deliveryFormat": "json"
  }
}

Scrape top public provider page

{
  "id": "scrape",
  "kind": "fetch_transform",
  "title": "Scrape top public provider page",
  "request": {
    "params": {
      "url": "{{ $.stepsById.search.output.results[0].url }}",
      "formats": [
        "markdown",
        "text"
      ],
      "onlyMainContent": true
    },
    "sourceId": "stableenrich_firecrawl_scrape",
    "deliveryFormat": "json"
  }
}

Prepare bounded evidence bundle

{
  "id": "sources",
  "kind": "transform",
  "title": "Prepare bounded evidence bundle",
  "request": {
    "mode": "clean_json",
    "source": {
      "kind": "json",
      "value": {
        "sources": [
          {
            "id": "provider_state_bundle",
            "url": "https://402.bot/recipes/provider-incident-watch",
            "text": "Bundle type is {{ $.stepsById.state.output.bundleType }} and the target slug is {{ $.stepsById.state.output.provider.provider.slug }} with display name {{ $.stepsById.state.output.provider.provider.displayName }}.",
            "title": "Provider state bundle"
          },
          {
            "id": "provider_public_result",
            "url": "{{ $.stepsById.search.output.results[0].url }}",
            "text": "Search result title: {{ $.stepsById.search.output.results[0].title }}. Search result snippet: {{ $.stepsById.search.output.results[0].snippet }}.",
            "title": "{{ $.stepsById.search.output.results[0].title }}"
          },
          {
            "id": "provider_scrape",
            "url": "{{ $.stepsById.scrape.output.url }}",
            "text": "Title: {{ $.stepsById.scrape.output.title }}. Description: {{ $.stepsById.scrape.output.description }}.",
            "title": "{{ $.stepsById.scrape.output.title }}"
          }
        ]
      }
    }
  }
}

Write provider incident memo

{
  "id": "answer",
  "kind": "fetch_transform",
  "title": "Write provider incident memo",
  "request": {
    "params": {
      "sources": "{{ $.stepsById.sources.output.data.sources }}",
      "question": "Assess current incident and readiness risk for provider {{ $.stepsById.state.output.provider.provider.displayName }} using the supplied platform state and public evidence.",
      "maxCitations": 6,
      "maxHighlights": 6
    },
    "sourceId": "google_gemini_flash_research_extract",
    "deliveryFormat": "json"
  }
}