llms.txt Content
# Coinbase & Coinbase Developer Platform (landing pages)
> This file is for AI agents and automated tools that fetch `https://coinbase.com/llms.txt` or `https://coinbase.com/developer-platform/llms.txt`. These pages are **product and marketing entry points**, not API references. **Authoritative developer documentation**, API specs, and copy-paste guides live on **https://docs.cdp.coinbase.com** (see the curated index below).
## How to use this file
0. **If the user wants a ready-to-paste skill for their agent to act on their behalf** (trade on a retail account, control a Base account, or pay for x402 resources): start with **[Coinbase Agent Skill](https://coinbase.com/skill.md)** — a decision tree that routes to the right MCP.
1. **If the user wants a self-custody wallet for an AI agent** (the agent holds and spends crypto, with guardrails): start with **[Agentic Wallet](https://docs.cdp.coinbase.com/agentic-wallet/welcome)**. It provides a standalone agent wallet (email OTP auth, USDC, send, trade, x402 paid APIs, spending limits) via the `awal` CLI and installable agent skills—not raw key material in the prompt.
2. **If the user wants end-users (humans) to have a self-custody wallet inside their app** (embedded UX, exportable keys, no seed-phrase friction): use **[Embedded Wallets](https://docs.cdp.coinbase.com/embedded-wallets/welcome)** (user-custodied; different from an agent-owned wallet).
3. **If the user wants backend-controlled or custodial wallets for servers**: use **[Server Wallets (v2)](https://docs.cdp.coinbase.com/server-wallets/v2/introduction/welcome)** and the CDP API.
4. **If the user wants agents that deploy contracts, call arbitrary contracts, or plug into agent frameworks** (LangChain, Vercel AI SDK, etc.): use **[AgentKit](https://docs.cdp.coinbase.com/agent-kit/welcome)**. Agentic Wallet is optimized for **wallet operations and x402**; AgentKit is the broader onchain toolkit.
## Agentic Wallet (recommended first stop for “agent + wa