repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # Copy this to .dev.vars and fill in your values |
| #2 | # .dev.vars is gitignored and used by wrangler dev |
| #3 | |
| #4 | ANTHROPIC_API_KEY=sk-ant-... |
| #5 | |
| #6 | # Local development mode - skips Cloudflare Access auth and bypasses device pairing |
| #7 | DEV_MODE=false |
| #8 | |
| #9 | # Enable debug routes at /debug/* (optional) |
| #10 | DEBUG_ROUTES=false |
| #11 | |
| #12 | # Optional - set a fixed token instead of auto-generated |
| #13 | MOLTBOT_GATEWAY_TOKEN=dev-token-change-in-prod |
| #14 | |
| #15 | # Cloudflare Access configuration for /_admin and /api routes |
| #16 | # Required for admin UI and device pairing API in production |
| #17 | # CF_ACCESS_TEAM_DOMAIN=myteam.cloudflareaccess.com |
| #18 | # CF_ACCESS_AUD=your-application-audience-tag |
| #19 | |
| #20 | # Optional chat channels |
| #21 | # TELEGRAM_BOT_TOKEN=<redacted> |
| #22 | # DISCORD_BOT_TOKEN=optional |
| #23 | |
| #24 | # CDP (Chrome DevTools Protocol) configuration for browser automation |
| #25 | # CDP_SECRET=shared-secret-for-cdp-auth |
| #26 | # WORKER_URL=https://your-worker.example.com |
| #27 |