Overview
CDP documentation includes a contextual menu that provides quick access to AI-optimized content and direct integrations with AI tools. This feature makes it easy to get AI assistance without leaving the documentation.Context menu access
On any CDP documentation page, select the Copy page dropdown found next to the document header to access the AI integration options:
Available options
Page content options
Copy page- Copy the current page content as standard markdown
- When to use: Sharing content or basic text copying
- Copy page content optimized specifically for AI consumption
- Pre-formatted context that helps AI tools understand CDP concepts
- When to use: Feeding content to AI tools for analysis or questions
- View the current page rendered as plain text markdown
- When to use: Previewing content in markdown format
Direct AI tool integration
The dropdown also includes one-click options to open the current page in a supported AI assistant with pre-filled context. Use this for quick questions about the page you’re reading.MCP server integration
Copy MCP Server- Quick access to copy the MCP server URL for manual configuration
- When to use: Custom setups or AI tools that support MCP
Additional context
Full Documentation Context- Access
llms-full.txt- the entire CDP documentation in a single file optimized for AI tools - URL:
https://docs.cdp.coinbase.com/llms-full.txt - When to use: When AI tools need comprehensive context about the entire CDP platform
skill.md
- A structured, machine-readable file that describes what AI agents can accomplish with CDP, including capabilities, required inputs, and constraints
- URL:
https://docs.cdp.coinbase.com/skill.md - Follows the agentskills.io specification for compatibility with agent tooling
- When to use: When building AI agents that need to take actions using CDP — load this file into your agent’s context so it understands CDP’s capabilities
skill.md automatically using the skills CLI:
For detailed MCP server setup instructions and troubleshooting, see CDP Docs MCP.
How to use
For direct AI tool access
- Navigate to any CDP documentation page
- Click the Copy page dropdown
- Select one of the Open in… options for your preferred AI assistant
- The AI tool will open with the page content pre-loaded
For manual AI tool usage
- Navigate to any CDP documentation page
- Click the Copy page dropdown
- Select Copy page as Markdown for LLMs
- Paste the content into your preferred AI tool and ask questions
For comprehensive context
- Navigate to
https://docs.cdp.coinbase.com/llms-full.txt - Copy the URL or content for comprehensive CDP documentation context
- Use when questions span multiple areas of CDP documentation
For MCP server setup
- Navigate to any CDP documentation page
- Click the Copy page dropdown
- Select an MCP Connect to… option, or Copy MCP Server URL
- For detailed setup instructions, see CDP Docs MCP
Best practices
Provide context- Include relevant code snippets when asking AI questions
- Mention your specific use case (embedded wallets, DeFi, etc.)
- Reference the CDP components you’re working with
- For complex questions spanning multiple topics, consider using
llms-full.txtfor comprehensive context
- Use the context menu for quick AI questions and one-off tasks
- Use CDP Docs MCP for ongoing development with full AI tool integration
- Both approaches work together for optimal AI assistance