Concepts Account rotation Account rotation is the core mechanism that makes Power Claude useful: when one account is exhausted or rate-limited, the proxy hands the next requ… 27 May 2026 · 2 min read
Concepts License heartbeat and auto-resume When you activate your Power Claude license, the server returns a short-lived session token (NOT your license key itself). That token is what the p… 27 May 2026 · 2 min read
Concepts Pooled 5-hour budgets Anthropic enforces rate limits on a per-account 5-hour rolling window. Each account has its own budget that resets independently. When you stack ac… 27 May 2026 · 2 min read
Concepts Auto-Nudge Claude Code occasionally pauses mid-task to ask the user "should I continue?" — usually after a long sub-task or before a destructive operation. Fo… 27 May 2026 · 2 min read
Concepts Watchdog architecture The Power Claude proxy is a single Node.js process that listens on localhost:3456. By design, it does very little: parse incoming requests, pick an… 27 May 2026 · 3 min read