Integration guide
Coinbase AgentKit
Coinbase AgentKit is the agentic wallet stack: non-custodial smart wallets, gasless transactions, identity via World, x402 payments. KeeperHub is the execution and reliability layer. Agent toolkits like AgentKit plug into KeeperHub for reliable on-chain execution, managed retries, and a full audit trail.
About Coinbase AgentKit
AgentKit is Coinbase's agentic wallet stack. CDP Smart Wallet gives agents a non-custodial wallet with gasless transactions. World ID delivers cryptographic proof of a unique human behind the agent. x402 payments are integrated. npm create onchain-agent@latest gets developers from zero to a live agent in minutes, with smart contract deployment built into the stack.
What KeeperHub adds
AgentKit answers "who is this agent, and where does its money live?" but does not handle the execution path for complex on-chain actions. KeeperHub does. Managed retries, smart gas, private routing, 12-chain coverage, full audit trail, and 24/7 engineering. The AgentKit-backed agent keeps its identity and wallet; KeeperHub takes over the moment it needs to transact.
Where each lives in the stack
Where AgentKit plugs into KeeperHub
Coinbase AgentKit (Identity + wallet layer)
- Agentic non-custodial wallets (CDP Smart Wallet)
- Identity via World ID (proof of unique human)
- Gasless transactions
- x402 payments integrated
- npm create onchain-agent@latest quickstart
- In-AgentKit smart contract deployment
KeeperHub (Execution layer)
- Managed retries with exponential backoff
- Smart gas engine
- Private routing (MEV protection)
- 12 EVM chains, 20+ protocol integrations
- Full audit trail (trigger to outcome)
- MCP, REST, CLI, x402, MPP, ERC-8004
- Turnkey-backed non-custodial wallets
- 24/7 global engineering (Managed DeFi)
Bridge: MCP + x402. AgentKit handles identity and wallet. KeeperHub handles reliable on-chain execution.
Common patterns
How it plugs in
World-verified agents with audit trail
A verified human delegates authority to an agent via World ID. KeeperHub runs the execution and logs every trigger, simulation, transaction, and outcome. Identity verified, action accountable.
AgentKit gasless frontend + KeeperHub backend
AgentKit abstracts the gas for the user-facing experience. KeeperHub handles the execution reliability on the backend: retries, routing, audit.
Multi-chain agent ops
AgentKit handles identity and wallet. KeeperHub handles execution across 12 EVM chains. One agent, coordinated on-chain coverage.
Treasury and protocol agents
AgentKit for authenticated agents with clean identity. KeeperHub for SLA-backed execution and exportable audit. Good fit for DAOs and treasuries.
x402 pay-per-call across both layers
Agent pays via x402 at the moment of execution. Works seamlessly across AgentKit's wallet layer and KeeperHub's execution layer.
Complex DeFi flows
AgentKit for identity and wallet. KeeperHub for multi-step workflows with simulation, retries, private routing, and audit.
Getting started
Four steps to wire them together
Create your agent with AgentKit
npm create onchain-agent@latest. CDP Smart Wallet and optional World ID integration.
Install the KeeperHub MCP server
Integration guide at docs.keeperhub.com/ai-tools/mcp-server.
Wire KeeperHub actions into your agent's tool set
Expose KeeperHub triggers and actions as MCP tools. Your agent picks them up as native capabilities.
Agent executes through KeeperHub; pays via x402 or MPP
AgentKit handles identity and wallet. KeeperHub runs the execution. Settlement at the moment of use.
Ready to get started?
AgentKit handles who the agent is and where its money lives. KeeperHub handles what it does on-chain.
