Skip to content
Cloud infrastructure/devops

vercel.com

Vercel sandbox and mock API

Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
112
Collections
-
Event types
-
example request
curl https://your-vercel.slurry.io/edge-config \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.0.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 112.

  • GET/edge-config
  • POST/edge-config
  • GET/edge-config/{edgeConfigId}
  • PUT/edge-config/{edgeConfigId}
  • DELETE/edge-config/{edgeConfigId}
  • GET/edge-config/{edgeConfigId}/item/{edgeConfigItemKey}
  • GET/edge-config/{edgeConfigId}/items
  • PATCH/edge-config/{edgeConfigId}/items
  • POST/edge-config/{edgeConfigId}/token
  • GET/edge-config/{edgeConfigId}/token/{token}
  • GET/edge-config/{edgeConfigId}/tokens
  • DELETE/edge-config/{edgeConfigId}/tokens