feat(ecosystem): add x402-anthropic (TypeScript + Python)#185
Conversation
🟡 Heimdall Review Status
|
|
Did a quick public/code-only readiness pass on the two linked packages before this is listed as a client-side integration. I did not run wallet signing, payment headers, paid calls, or private endpoints. What looks good:
Patch notes I would address before/around listing:
I tried local tests but the cloned repos did not have dev deps installed in this environment ( |
|
Thanks for the detailed review @TateLyman — all three items addressed: P1: TypeScript P1: Python P2: Safety note — added to both READMEs: "use a dedicated wallet with limited funds and always set a |
Summary
Adds two ecosystem entries for x402-anthropic — client-side payment transports for the Anthropic SDK.
npm install x402-anthropicpip install x402-anthropic[evm]Both wrap the standard Anthropic client so HTTP 402 responses are automatically paid with USDC on EVM (Base, Ethereum) or SVM (Solana). Zero code changes needed beyond swapping the client class.
Category: Client-Side Integrations