Agentic Reservations

agentres.dev

agentres.dev

Category
Service
Network
Avg / request
$0.01
Endpoints
1

Service overview

What is Agentic Reservations?

Book a paid Resy reservation for the authenticated user using a slot config token.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://agentres.dev/api/book" \
  --method POST \
  --data '{
  "config_id": "{config_id}",
  "day": "{day}",
  "party_size": "{party_size}",
  "venue_id": "{venue_id}"
}'
What you get back
{
  "endpoint": "POST /api/book",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services