I Nearly Double-Paid
Claude Code caught my attention. Call Claude from the terminal. Read and write files directly. Understand an entire codebase and make fixes across it.
"I need this," I thought, and opened the Anthropic website. Claude Console, API keys, usage-based billing... "So it's a separate subscription on top of Pro," I assumed. $20/month plus API charges. I hesitated.
A few days later, I re-read the official docs and spotted this:
Pro and Max plans now include access to both Claude on web, desktop, and mobile apps, as well as Claude Code in the terminal, all under one unified subscription.
It was included in the Pro plan ($20/month). No additional contract needed. No API key required.
This article is for Claude Pro subscribers. If you're interested in practical Claude Code workflows, I wrote about that too:
Claude Code x Obsidian: Turning AI Work Logs into a Knowledge Base
Installation Is 3 Lines
If you have Node.js 18+, there are exactly three things to do:
npm install -g @anthropic-ai/claude-code # Install
claude # Launch (opens auth on first run)
# -> Log in with your Pro plan account. That's it.
No API key generation. No Console configuration. Just log in with your Pro account and start using it.
Anticlimactically easy.
When You Hit the Limit, Don't Press "YES"
The Pro plan has usage caps. If you're using Claude Code heavily, you'll eventually see this:
You've reached your usage limit. Use API credits to continue?
If you press YES, you switch to usage-based billing.
At first I thought, "I don't have an API key, so I'm safe." Wrong.
Pressing YES triggers the Claude Console (API management) sign-up flow. If you proceed, usage-based billing starts even without an explicit API key. And Auto-reload (automatic credit purchase when balance runs low) may be on by default.
In other words, there's a path from "hit limit -> YES -> sign up -> surprise charges."
| Scenario | What Happens When You Press YES |
|---|---|
| No Console account | Redirected to sign-up flow. No charges if you don't complete it |
| Console exists, Auto-reload off | Consumes existing credit balance only |
| Console exists, Auto-reload on | Balance depleted -> auto-purchase -> charges start |
How to Stay Safe
- When the limit prompt appears, choose "No" (just wait for the reset)
- As a precaution, visit console.anthropic.com/settings/billing and turn Auto-reload off
That's it. No charges beyond $20/month.
Curious what you can build with Claude Code? I built the developer tool suite PureMark from Phase 0 through Phase 4 entirely with Claude Code.
Claude Desktop vs. Claude Code
"If I already have Claude Desktop, why do I need Claude Code?" I had the same question. Here's what I found:
| Claude Desktop | Claude Code | |
|---|---|---|
| File access | Upload or paste into chat | Reads and writes local files directly |
| Codebase awareness | Feed files one at a time | Automatically understands the entire project |
| Git operations | Not available | Commit, push — end to end |
| MCP integration | Available with config | Available with config |
| Interface | GUI chat | Terminal CLI |
The biggest difference: whether it can directly touch your files. With Claude Desktop, you manually feed files into the conversation. Claude Code uses Read, Edit, and Write tools to operate on local files directly. Because it understands the full codebase, it figures out "that other file needs to change too" on its own.
Takeaways
Before:
- Assumed Claude Code required a separate API contract
- Was mentally prepared for $20/month + API usage fees
- Kept putting off the setup as a result
After:
- Pro plan ($20/month) includes Claude Code — no extras
- Installation is 3 lines; authentication is just logging in with your Pro account
- As long as you say "No" at the usage limit prompt, no additional charges
Claude Code is easier to get started with than you'd think. If you know someone hesitating because of the API pricing page, tell them: "It's already in your Pro plan."
PureMark — Zero-click simplicity for developers.
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.