docs(website): correct provider usage guidance

This commit is contained in:
Mohamed Boudra
2026-07-22 12:24:30 +02:00
parent 3a8d08ba91
commit 0afcc96370

View File

@@ -1,6 +1,6 @@
---
title: Claude Code
description: How Paseo runs Claude Code and how Anthropic's usage policy applies.
description: Run Claude Code in Paseo using your existing Claude plan.
nav: Claude Code
order: 23
category: Providers
@@ -8,54 +8,26 @@ category: Providers
# Claude Code
Paseo runs Claude Code through the official `claude` CLI using the same Claude Agent SDK that Claude Desktop uses internally.
Paseo runs Claude Code through the official `claude` CLI using the Claude Agent SDK.
## Anthropic's June 15, 2026 policy change
## Does Claude Code cost extra in Paseo?
Starting June 15, 2026, Anthropic splits Claude Code usage into two buckets. This is documented in their official support article: ["Use the Claude Agent SDK with your Claude plan"](https://support.claude.com/en/articles/15036540-use-the-claude-agent-sdk-with-your-claude-plan).
No. Claude Code usage in Paseo counts against your normal Claude plan limits. It does not require a separate pool of Agent SDK credits.
**Interactive usage** — draws from your main subscription limits:
You still need a Claude plan that includes Claude Code, and your plan's usual usage limits apply.
- Claude Code in your terminal
- Claude Code in VS Code, JetBrains, and other IDEs
- Claude Desktop (Anthropic's own app)
- Claude chat on web, mobile, and desktop
## Getting started
**Programmatic usage** — draws from a separate monthly credit pool:
Install and sign in to the Claude Code CLI on the machine running Paseo. Paseo uses that existing installation and account when you start a Claude Code agent.
- `claude -p` (non-interactive/scripting mode)
- Claude Agent SDK usage in your own projects
- Claude Code GitHub Actions integration
- Third-party apps that authenticate through the Agent SDK
## Use Claude Code in the Paseo terminal
Credit amounts per month: Pro ($20), Max 5x ($100), Max 20x ($200), Team Standard ($20/seat), Team Premium ($100/seat). Credits don't roll over. After they run out, additional usage flows to pay-as-you-go API rates (if you have usage credits enabled).
Claude Code also works great inside the Paseo terminal. If you prefer the standard CLI experience, open a terminal in your workspace and run `claude` as usual.
## Where Paseo fits
Paseo uses the **Claude Agent SDK** to run Claude Code — the exact same mechanism Claude Desktop uses under the hood. Claude Desktop is whitelisted by Anthropic and counts as interactive usage. Paseo is not.
Even though the usage is practically interactive — you type prompts, review output, and approve tool calls in real time — Anthropic classifies Paseo as "programmatic usage" because it is a third-party app that authenticates through the Agent SDK.
## What this means for you
- Your **interactive** Claude Code usage (terminal, IDE, Claude Desktop) continues to draw from your main subscription limits, unchanged.
- Your **Paseo chat** usage draws from the separate Agent SDK monthly credits.
- Using Claude Code inside a Paseo terminal draws from your main subscription limits, same as any terminal.
## You can still use the terminal
Paseo has first-class terminal support. You can run Claude Code in your terminal exactly as you always have, and Paseo will still give you:
- **Worktree management** — create and switch git worktrees from the app
- **Remote access** — connect to your daemon from mobile or web while your terminal session runs locally
- **Git diffs** — review changes in a visual diff viewer
- **GitHub integration** — commit, push, open PRs, watch checks, and merge from the app
- **Agent supervision** — see all running agents, send follow-up prompts, and review output history
- **Relay** — access your terminal session from anywhere without exposing your machine
You can use the terminal from Paseo's desktop, web, or mobile app while keeping access to your workspace, git changes, and other Paseo tools.
## See also
- [Anthropic: Use the Claude Agent SDK with your Claude plan](https://support.claude.com/en/articles/15036540-use-the-claude-agent-sdk-with-your-claude-plan)
- [Custom providers](/docs/custom-providers), for custom binaries, third-party endpoints, or multiple Claude profiles.
- [Supported providers](/docs/supported-providers), for other agents you can run alongside Claude Code.
- [Custom providers](/docs/custom-providers), for custom binaries, third-party endpoints, or multiple Claude profiles.
- [Paseo vs Claude Desktop](/alternatives/claude-desktop), for a feature comparison.