at-run runner
Decentralized serverless execution on AT Protocol
Identity
DID
did:plc:p3cygo5s7wru2argeci6wfv6
Public Key
+yHux6s2fH1mPBkLQmsm6bh4ZGMNBL60ANO2n/7XcDY=
Uptime
8h 32m 11s
Mode
development
Job Scheduler
Status
running
Enabled Jobs
4
Pending Jobs
0
API Endpoints
GET/POST /bundle/:did/:name/:version/:endpoint
Execute a bundle by name. Use "latest" for version to get newest.
GET/POST /at://did/collection/rkey/endpoint
Execute by AT URI directly.
GET /health
Health check (returns "ok")
GET /jobs/status
Job scheduler status
POST /jobs/notify
Receive job notifications (from CLI)
Example
curl -X POST \
http://at-run.mainasara.dev/bundle/did:plc:xxx/my-bundle/latest/hello \
-H "Content-Type: application/json" \
-d '{"name": "world"}'
Resources
Powered by Bun + Deno sandbox