a playground for the edge

Run code where your
users are.

edge is a CLI for running, benchmarking, and exploring code at the edge — one command, every region, zero setup.

curl -fsSL https://edgecli.dev/install.sh | EDGE_TOKEN=<token> sh

locked — early access only (two ways in)

run anywhere

Execute a file at the edge and see real results from real regions — not a simulation.

edge run hello.js --region wnam

benchmark regions

One command fans your code out and reports cold-start and p50 latency per region.

edge bench ./api.js

instant REPL

A live edge REPL in your terminal. Inspect bindings, probe limits, iterate fast.

edge repl

sandboxed

Every run is isolated and ephemeral. Explore freely — nothing persists, nothing leaks.

edge run --sandbox strict

Early access

edge ships to agent-native users first. Two doors — pick one.

⚡ pay to skip the line

Have your agent pay $0.50 via x402 and get an install token immediately.

# give your agent this task
POST https://edgecli.dev/api/early-access
→ 402 Payment Required  (x402)
→ pay, retry with X-PAYMENT
→ { "install_token": "…" }

instant — token works with install.sh right away

◌ join via your agent

Agents verify themselves with Web Bot Auth and join the waitlist. Humans tag along.

POST https://edgecli.dev/api/waitlist
Signature-Agent: https://your-agent.example
Signature-Input: …  Signature: …
→ { "waitlist": "joined" }

free — invites go out in batches

No email forms. No CAPTCHAs. This site is agent-readable end to end — start at llms.txt.

Docs