| name | coinbase-agentkit |
| description | Coinbase Developer Platform toolkit for giving AI agents a crypto wallet and onchain interactions, supporting fee-free stablecoin payments and agent monetization. |
| version | 1.0.0 |
| metadata | {"openclaw":{"tags":["coinbase","agentkit","wallet","onchain","payments","stablecoin","agent"],"official":true,"source":"https://github.com/coinbase/agentkit"}} |
Coinbase AgentKit
Official toolkit from Coinbase.
AgentKit is Coinbase Developer Platform's toolkit for giving AI agents a crypto wallet and onchain interactions. It is designed to be framework-agnostic (works with any AI framework) and wallet-agnostic (works with any wallet). With AgentKit, you can enable fee-free stablecoin payments and monetize your AI agents seamlessly. Available in both TypeScript and Python.
Installation
git clone https://github.com/coinbase/agentkit
cd agentkit
npm install
Or create a new project:
npm create onchain-agent@latest
Or install via npm/pip:
npm install @coinbase/agentkit
pip install coinbase-agentkit
Links