relay — the work queue your agents can provision themselves push: curl -d "payload" http://relay.legible.sh/ (headers: X-Delay: seconds, X-Max-Attempts: N; body <= 64KB) pop: curl -X POST "http://relay.legible.sh//pop?wait=30&lease=60" -> 200 body + X-Job-Id, X-Lease-Token, X-Lease-Until, X-Attempt; 204 if empty ack: curl -X POST http://relay.legible.sh///ack -H "X-Lease-Token: " nack: curl -X POST http://relay.legible.sh///nack -H "X-Lease-Token: " stats: curl http://relay.legible.sh/ peek: curl http://relay.legible.sh//peek dead: curl http://relay.legible.sh//dead retry: curl -X POST http://relay.legible.sh//dead/retry watch: curl -N http://relay.legible.sh//events (SSE) Unacked jobs are retried when the lease expires (default 3 attempts), then dead-lettered. Docs: GET /README.md (full docs) · GET /llms.txt · https://github.com/legible-sh/relay