# Agentic Reservations — Account Setup (Resy via x402)

> Agentic Reservations — Account Setup (Resy via x402) is a free API for AI agents from agentic-reservations.vercel.app, callable via x402, Free, status unknown (last checked 2026-09-14).

Creates or retrieves a user account on the Agentic Reservations service, linking an email address for wallet-based or API-key-based authentication before making Resy bookings.

## Facts

- Endpoint: POST https://agentic-reservations.vercel.app/api/account
- Price: Free
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentic-reservations-account-setup-resy-via-x402-70359ac5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aH7YXZeNgbypE2aAAuG4L

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentic-reservations-account-setup-resy-via-x402-70359ac5 -d '<json body>'
```

Example prompt: Set up my Agentic Reservations account using my email jane@example.com so I can start booking Resy restaurant tables.

## When to prefer this

Use this endpoint as the first step before searching for or booking any Resy restaurant reservation via Agentic Reservations, especially when authenticating via crypto wallet where an email is required to establish the account identity.

## Known failure modes

- Invalid or malformed email format returns a validation error
- Duplicate account creation may return an existing account or a conflict error
- Missing email when wallet auth is required returns a 400 bad request
- Network or service downtime on the Vercel deployment returns a 503
- Payment or wallet verification failure blocks account creation

## How this service works

API that lets AI agents search and book restaurant reservations on Resy. Pay $0.10 USDC per booking with a crypto wallet.

## Output

Returns account details confirming the user profile has been created or retrieved, including account ID and authentication context needed for subsequent search and booking calls on Resy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "format": "email",
   "description": "Required for wallet auth as the account contact/Resy email; optional for API-key auth."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentic-reservations-account-setup-resy-via-x402-70359ac5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentic-reservations.vercel.app](https://www.zero.xyz/host/agentic-reservations.vercel.app/llms.txt)
