From d72516725953cf58395d52f23d9c0765f3b0f19a Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 1 Sep 2026 18:16:23 -0700 Subject: [PATCH] docs: state the trial cap production actually applies The README advertised about $0.15 of trial requests. Production's per-key trial spend cap is $0.05, so the number a reader budgets against was wrong by 3x. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01NBN5UcsuNFMMphdxQCbGDw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ece3f..9fdb4fb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ anyapi describe reddit.search anyapi run reddit.search --input '{"query":"anyapi","limit":5}' ``` -`anyapi init` mints a **free trial key** when none is available (about $0.15 of requests, no account created, self-expires in 7 days), saves it to `~/.anyapi/config.json`, and installs the bundled agent skills. When the trial budget runs out, `anyapi connect` upgrades past it with one human approval. +`anyapi init` mints a **free trial key** when none is available (about $0.05 of requests, no account created, self-expires in 7 days), saves it to `~/.anyapi/config.json`, and installs the bundled agent skills. When the trial budget runs out, `anyapi connect` upgrades past it with one human approval. ## Commands