atproto-deploy
Installation
SKILL.md
Deploy: atproto-agent-network
⚠️ CRITICAL: Two Separate Workers
This project has two independent Cloudflare Workers. Deploying one does NOT deploy the other.
| Worker | Location | URL | Serves |
|---|---|---|---|
| network | apps/network/ |
agent-network.joelhooks.workers.dev |
API, Agent DOs, Relay, WebSocket |
| dashboard | packages/dashboard/ |
highswarm.com (highswarm.joelhooks.workers.dev) |
Static dashboard SPA |
Quick Deploy
# Get CF token
export CLOUDFLARE_API_TOKEN=$(secrets lease "atproto-agents::cloudflare_api_key" --raw --ttl 10m --client-id "deploy")
# Deploy network worker (API + agents)
cd apps/network && npx wrangler deploy