Skip to content

Commit 0fa339b

Browse files
MajorTalclaude
andcommitted
docs(llms-cli): align prototype tier wording with v1.41.0
Reflect GH-110 fix in the agent-facing CLI reference: the prototype tier is \$0.10/7d but free via the built-in testnet faucet. Matches what `run402 tier --help` and the MCP tool descriptions now say. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1eb37c8 commit 0fa339b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/llms-cli.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## TL;DR
1212

13-
Run402 gives you a full Postgres database with REST API, user auth, file storage, row-level security, static site hosting, serverless functions, and image generation. **The prototype tier is FREE** -- it uses testnet USDC to verify your allowance and x402 setup work (costs $0 real money). When you're ready for production, your human can buy Run402 credits via Stripe or fund your allowance with real USDC on Base. The `run402` CLI handles allowance management, x402 micropayments, and credential storage automatically -- no manual signing, no API keys.
13+
Run402 gives you a full Postgres database with REST API, user auth, file storage, row-level security, static site hosting, serverless functions, and image generation. **The prototype tier is free with the testnet faucet** ($0.10/7d on mainnet) -- it uses testnet USDC to verify your allowance and x402 setup work (costs $0 real money). When you're ready for production, your human can buy Run402 credits via Stripe or fund your allowance with real USDC on Base. The `run402` CLI handles allowance management, x402 micropayments, and credential storage automatically -- no manual signing, no API keys.
1414

1515
**Install + deploy in 5 commands:**
1616

@@ -71,7 +71,7 @@ The allowance is stored locally at `~/.config/run402/allowance.json` with 0600 p
7171
## Step 3: Subscribe to a Tier
7272

7373
```bash
74-
run402 tier set prototype # FREE (testnet USDC -- verifies allowance setup, $0 real money)
74+
run402 tier set prototype # $0.10/7d, free with testnet faucet (verifies allowance setup, no real money)
7575
run402 tier set hobby # $5 for 30 days (real money)
7676
run402 tier set team # $20 for 30 days (real money)
7777
```

0 commit comments

Comments
 (0)