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
# From the official repo:
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
# or
pip install coinbase-agentkit
Links
- GitHub: https://github.com/coinbase/agentkit
- Documentation: https://docs.cdp.coinbase.com/agentkit/docs/welcome