{
  "x402Version": 2,
  "id": 752,
  "slug": "752",
  "resource": "https://agentres.dev/api/book",
  "description": "Book a paid Resy reservation for the authenticated user using a slot config token.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x66717045858d9f598e2ebd046bf42a0b1063c0fa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 3600
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FCFgb8Z63uwim2QpDJW4TGwLqZoENjckwGosLmg26zBS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "config_id": "eyJ2ZXJzaW9uIjoiMS4yIi...",
            "day": "2026-05-01",
            "party_size": 2,
            "venue_id": "6194"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "kind": "booked",
            "reservation_id": 987654,
            "resy_token": "abc123token",
            "success": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "config_id": {
                    "description": "Slot config token from /api/availability",
                    "type": "string"
                  },
                  "day": {
                    "description": "Date in YYYY-MM-DD format",
                    "format": "date",
                    "type": "string"
                  },
                  "party_size": {
                    "description": "Number of guests",
                    "minimum": 1,
                    "type": "integer"
                  },
                  "venue_id": {
                    "description": "Resy venue ID",
                    "type": "string"
                  }
                },
                "required": [
                  "venue_id",
                  "config_id",
                  "party_size",
                  "day"
                ],
                "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": {
                "properties": {
                  "kind": {
                    "type": "string"
                  },
                  "reservation_id": {
                    "type": "integer"
                  },
                  "resy_token": {
                    "type": "string"
                  },
                  "success": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agentres.dev",
  "lastUpdated": "2026-09-11T16:02:10.692Z",
  "quality": {
    "calls30d": 10,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-11T16:02:10.404Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentres.dev",
    "manifest_name": "agentres.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}