Coinbase Agentkit

Coinbase Developer Platform toolkit for giving AI agents a crypto wallet and onchain interactions, supporting fee-free stablecoin payments and agent monetization.

yejiming 66b0a11 2 files · 1.2 KB Updated

File contents

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

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/coinbase-agentkit commit 66b0a11f23

Frequently asked questions

npx skillmds@latest add yejiming/coinbase-agentkit