Loading video player...
One rule decides whether your Claude Max subscription survives the year, or gets you INSTA-BANNED. Cross it and you lose access to the best models on the planet. One human, one subscription, one beneficiary. Memorize that line. š VIDEO REFERENCES: - Step by Step Codebase: https://github.com/disler/max-your-cc-sub - Claude Code Legal and Compliance: https://code.claude.com/docs/en/legal-and-compliance - Authentication and Credential Use (Feb 2026 clarification): https://code.claude.com/docs/en/legal-and-compliance#authentication-and-credential-use - Authentication Precedence Chain: https://code.claude.com/docs/en/authentication#authentication-precedence - Anthropic Usage Policy: https://www.anthropic.com/legal/aup - Anthropic Consumer Terms of Service: https://www.anthropic.com/legal/consumer-terms - Contact Anthropic Sales: https://www.anthropic.com/contact-sales - OpenClaw gets unbanned?: https://docs.openclaw.ai/providers/anthropic š„ Tweet/X Storms - https://x.com/trq212/status/2024212378402095389 - https://x.com/bcherny/status/2040206440556826908 - https://x.com/bcherny/status/2041035127430754686 - https://x.com/steipete/status/2042615534567457102 āļø Master Agentic Coding - Tactical Agentic Coding: https://agenticengineer.com/tactical-agentic-coding In this video we cut through the back and forth around the claude code subscription, the claude max subscription, and the claude pro subscription, and lay out exactly how to use what you already pay for. No tweet hunting, no guessing, just the rules and the receipts. THE THREE TIERS OF USAGE Safe: personal scripts on your own laptop, cron jobs, dotfiles, the claude agent sdk running your own agents, CI on your own repo with the CLAUDE_CODE_OAUTH_TOKEN set, claude code on your work machine. One human, one subscription, one beneficiary. Controversial: agency or contractor work running through your personal token, slack bots, daily reports for multiple humans, open source CLIs that ship with your token baked in, internal team tools sharing one Pro or Max seat. The honest move here is claude code vs api key, just switch to the api key and stop guessing. Bannable: shipping a product on your OAuth token, multi tenant SaaS logging into Claude on your behalf, splitting one seat across a team with no enterprise plan, reselling Claude, extracting tokens from your keychain. This is instant ban territory. WHAT YOU WILL LEARN - The exact one rule from the anthropic terms that decides claude api vs subscription - How claude oauth vs apikey actually works inside the agent sdk and the CLI - How to run `claude setup-token`, grab your claude code oauth token, and bill against your subscription instead of the api - The big gotcha with ANTHROPIC_API_KEY silently overriding your OAuth token (and the one line of code that fixes it) - How to verify in the raw event stream that you are actually hitting your claude code billing and not your api spend - The current state of third party agent harnesses, OpenClaude, and the anthropic oauth flip flop happening on Twitter If you are an engineer trying to maximize compute, ship agentic workflows, and not torch your access to frontier intelligence over a few hundred dollars, this is the playbook. The companion repo gives you a clean Just file with side by side examples of api key usage and OAuth usage so you can see, in the ndjson stream, exactly which credentials are paying for each request. Stay focused, keep building, and do not trade your access to the most important technology of our lifetime for a clever shortcut. #claudecode #anthropic #agenticengineering