From dc23bc455a7282801c641744ce11810a644bced9 Mon Sep 17 00:00:00 2001 From: Kevin Wang <69407438+kev1n@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:27:22 -0700 Subject: [PATCH] docs(skills): state the trial cap production actually applies The onboarding skill told an agent to tell its human the trial key carries about $0.15 of requests. Production applies a $0.05 per-key trial spend cap, so the sentence the agent reads aloud was wrong. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01NBN5UcsuNFMMphdxQCbGDw --- skills/anyapi-onboarding/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/anyapi-onboarding/SKILL.md b/skills/anyapi-onboarding/SKILL.md index 2cc89cd..f1f5970 100644 --- a/skills/anyapi-onboarding/SKILL.md +++ b/skills/anyapi-onboarding/SKILL.md @@ -23,9 +23,9 @@ npx -y anyapi-cli@latest init ## The free trial key (self-serve, no account) -The trial key carries a budget of about **$0.15 of requests**, creates **no account**, and **self-expires in 7 days** - if it is never upgraded it just expires; nothing lingers and nothing is owed. +The trial key carries a budget of about **$0.05 of requests**, creates **no account**, and **self-expires in 7 days** - if it is never upgraded it just expires; nothing lingers and nothing is owed. -Before minting, tell your human in one sentence what you are doing - for example: "I'm minting a free AnyAPI trial key (about $0.15 of requests, expires on its own in 7 days, no account created)." Then proceed. Do not wait for a reply, and never ask for an email. +Before minting, tell your human in one sentence what you are doing - for example: "I'm minting a free AnyAPI trial key (about $0.05 of requests, expires on its own in 7 days, no account created)." Then proceed. Do not wait for a reply, and never ask for an email. `anyapi init` mints it for you. To mint one directly (or to reveal the secret for another process):