> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

AgentKit is a toolkit enabling AI agents to interact with blockchain networks with secure wallet management and comprehensive onchain capabilities. Built on the Coinbase Developer Platform (CDP) SDK, it provides everything needed to create autonomous agents that can perform sophisticated blockchain operations.

## What is AgentKit?

AgentKit bridges the gap between AI agents and blockchain functionality by providing:

<Columns cols={3}>
  <Card title="Secure Wallet Management" icon={<img src="https://mintlify-assets.b-cdn.net/passwordWalletLocked-2.svg" alt="Coinbase" className="w-4 h-4" />}>
    Create and manage crypto wallets for your agents
  </Card>

  <Card title="Onchain Actions" icon={<img src="https://mintlify-assets.b-cdn.net/controlWalletStorage-3.svg" alt="Coinbase" className="w-4 h-4" />}>
    Enable transfers, swaps, smart contract deployments, and more
  </Card>

  <Card title="Framework Flexibility" icon={<img src="https://mintlify-assets.b-cdn.net/decentralizationEverything-3.svg" alt="Coinbase" className="w-4 h-4" />}>
    Works with any AI framework (LangChain, Eliza, Vercel AI SDK, etc.)
  </Card>

  <Card title="Multi-Network Support" icon={<img src="https://mintlify-assets.b-cdn.net/coinbase-logo.svg" alt="Coinbase" className="w-4 h-4" />}>
    Deploy on any EVM-compatible network or Solana
  </Card>

  <Card title="Extensible Design" icon={<img src="https://mintlify-assets.b-cdn.net/multiPlatform-2.svg" alt="Coinbase" className="w-4 h-4" />}>
    Add custom actions and wallet providers
  </Card>
</Columns>

## Quick Links

* [5-Minute Quickstart](/agent-kit/getting-started/quickstart)
* [Core Concepts](/agent-kit/core-concepts/architecture-explained)
* [GitHub Repo](https://github.com/coinbase/agentkit)
* [Discord](https://discord.com/invite/cdp)
