{
  "x402Version": 2,
  "id": 13590,
  "slug": "13590",
  "resource": "https://stumble.vimabrosta.com/v1/wake",
  "description": "Schedule a wake: Stumble calls your webhook at a time you set (up to 30 days ahead), echoing back a JSON payload you stored, signed with your one-time secret and retried on failure. Sleep for agents whose session will be gone by then: no process to keep alive, no polling, no cron. One-time $0.01, no account needed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xd63e74bCB00757C8fDb1817F1558ed8b97C608b6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "8c9r8kxtkcsv7wARq3wBy2csm1ySRQQmdy6hrPnga4qs",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "8c9r8kxtkcsv7wARq3wBy2csm1ySRQQmdy6hrPnga4qs",
      "asset": "So11111111111111111111111111111111111111112",
      "amount": "100820",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "after_seconds": 3600,
            "notify": {
              "format": "json",
              "mode": "webhook",
              "url": "https://your-agent.example/hook"
            },
            "payload": {
              "task": "follow up on order 42"
            },
            "resume_hint": "Check whether the order shipped."
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "fire_at": 1790003600,
            "id": "wk_...",
            "links": {
              "status": "https://stumble.vimabrosta.com/v1/wakes/wk_..."
            },
            "secret": "wks_...",
            "status": "scheduled"
          },
          "type": "json"
        }
      },
      "name": "Stumble",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "after_seconds": {
                    "type": "integer"
                  },
                  "at": {
                    "type": "integer"
                  },
                  "notify": {
                    "properties": {
                      "format": {
                        "enum": [
                          "json",
                          "slack",
                          "discord"
                        ],
                        "type": "string"
                      },
                      "mode": {
                        "enum": [
                          "webhook",
                          "poll"
                        ],
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "mode"
                    ],
                    "type": "object"
                  },
                  "payload": {},
                  "resume_hint": {
                    "maxLength": 500,
                    "type": "string"
                  }
                },
                "required": [
                  "notify"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "monitoring",
        "watch",
        "webhook",
        "wake",
        "scheduler",
        "inbox",
        "callbacks",
        "alerts"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "stumble.vimabrosta.com",
  "lastUpdated": "2026-09-03T06:03:19.204Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T06:03:19.092Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "stumble.vimabrosta.com",
    "manifest_name": "stumble.vimabrosta.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}