runner: connecting…
leash · playground

The identity layer for AI agents.

One control room for agent identities, proof receipts, sellers, buyers, and the schemas they share.

Kill-switch

checking…

Runner endpoint

LEASH_RUNNER_URL

Network

Solana devnet

Jump in

Get up & running

1Run the runner
pnpm --filter @leashmarket/runner start

Exposes /health, /pause, and /a/:mint/receipts.jsonl on :8787.

2Run a seller
pnpm --filter @leashmarket/seller-demo start

Or use the built-in seller playground which exposes /api/seller/echo.

3Drive a buyer

Build a RulesV1 doc in the buyer playground and fire a request. The returned receipt mirrors what the runner stores.