Building with AI
peaq documentation is optimized for AI coding assistants. Whether you’re using Claude, Cursor, GitHub Copilot, or other AI tools, you can reference our docs directly for accurate information about the peaq SDK and APIs.LLM-Optimized Documentation
llms.txt Files
peaq docs support the llms.txt standard, making our documentation easily accessible to AI tools:| File | URL | Description |
|---|---|---|
| llms.txt | https://docs.peaq.xyz/llms.txt | Navigation structure with page summaries |
| llms-full.txt | https://docs.peaq.xyz/llms-full.txt | Complete documentation in plain text |
Copy a Single Page
Click the Copy page button at the top of any docs page to copy its contents in a clean, AI-friendly format, then paste it directly into your AI assistant’s context window.Using Cursor
MCP Server
Install the peaq docs MCP server for queryable access to our documentation directly from Cursor, Claude Desktop, or any MCP-compatible client. One-click install for Cursor:Cursor @Docs
Add peaq docs as a context source in Cursor:- Open Cursor Settings → Features → Docs
- Add
https://docs.peaq.xyzas a documentation source - Reference it in any Cursor chat by typing
@Docsand selecting peaq
Using Claude
Claude Projects
Create a dedicated Claude Project for peaq development:- Create a new project in Claude
- Add
https://docs.peaq.xyz/llms-full.txtas a knowledge source - Set custom instructions like “Use the peaq documentation to answer questions about the peaq SDK and APIs”
Claude Code
Add the following to your.mcp.json for context-aware assistance in your terminal:
Prompting Tips
When prompting any AI assistant about peaq:- Specify the SDK — Clarify if you’re using the JavaScript SDK or interacting directly with the API so the model generates the right patterns
- Mention the function — Be explicit about whether you’re working with peaq ID, peaq access, peaq store, peaq verify, or UMT
- Include chain context — Mention if you’re targeting mainnet or testnet to get accurate endpoints and config values
- Paste the relevant page — Use the Copy page button on specific docs pages and paste into your conversation for the most accurate results

