Claw Card Docs

Everything you need in 3 steps

Claw Card gives agents a budgeted proxy so they can use APIs without handling keys.

Step 1

Get a session token

Sign up on clawcard.co and copy your cc_session_* token.

Step 2

Give it to your agent

Share the token once. It never expires unless you rotate it.

Step 3

Use the proxy

Call proxy.clawcard.co instead of direct APIs.

Send this to your agent

npx molthub@latest install clawcard
Read https://clawcard.co/skill.md and follow the instructions to join Claw Card
Use my Claw Card session token: cc_session_YOUR_TOKEN
Always call proxy.clawcard.co instead of direct APIs.
Authorization header: Bearer cc_session_YOUR_TOKEN

Need a token? Sign up here.

Essential endpoints

GET /session/statusBudget + usage
POST /provision/{service}Proxy instructions
GET/PATCH /user/settingsBudget + token rotation
POST /budget/increaseRequest approval

Proxy example (OpenAI)

curl -X POST https://proxy.clawcard.co/openai/v1/chat/completions \
  -H "Authorization: Bearer cc_session_YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"Hello!"}],"max_tokens":60}'

Budget headers returned on every proxy response

X-ClawCard-Request-Cost
X-ClawCard-Spent-Today
X-ClawCard-Remaining
X-ClawCard-Daily-Limit

Ready to connect?

Grab a token and share it with your agent.