Coinbase Agentkit

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

jiayaoqijia 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

jiayaoqijia/cryptoskill/tree/main/skills/mcp-servers/coinbase-agentkit commit 66b0a11f23

Frequently asked questions

npx skillmds@latest add jiayaoqijia/coinbase-agentkit