Skip to content

Commit ed68d4e

Browse files
authored
Feat/ai build here (#1211)
* added agent resources * added agent resources
1 parent 7257d5b commit ed68d4e

3 files changed

Lines changed: 66 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating code.
33
Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit.
44
[Docs]|root:./docs
5-
|ai-agents:index,trading
5+
|ai-agents:index,resources-for-ai-agents,trading
66
|ai-agents/core-concepts:agent-apps,agent-frameworks,identity-verification-auth,payments-and-transactions,wallets
77
|base-account/basenames:basename-transfer,basenames-faq,basenames-wagmi-tutorial
88
|base-account/contribute:contribute-to-base-account-docs,security-and-bug-bounty
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "Resources for AI agents"
3+
description: "Base-first resources for AI agents, including docs indexes, MCP access, skills, and recommended starting points"
4+
---
5+
6+
Use this page as the starting point when you want an AI assistant to build on Base. These resources help an assistant find the right documentation and retrieve live docs context for any Base product.
7+
8+
## Docs index for AI
9+
10+
Start with the [LLMS.txt](https://docs.base.org/llms.txt) when you want broad documentation context. It gives your assistant a machine-readable entrypoint into the Base docs so it can discover the most relevant pages before going deeper.
11+
12+
Use the docs index when you want to:
13+
14+
- Understand the overall Base docs structure
15+
- Find the right section before reading full pages
16+
- Give an assistant high-level context for multiple Base products
17+
18+
## Base MCP server
19+
20+
Use the [Base MCP server setup guide](https://docs.base.org/get-started/docs-mcp) when you want live access to Base documentation from an AI coding assistant. The guide shows you how to connect `https://docs.base.org/mcp` in tools such as Cursor and Claude Code.
21+
22+
Use MCP when you want your assistant to:
23+
24+
- Search Base docs in real time
25+
- Retrieve the exact page it needs while you work
26+
- Stay current with the latest Base documentation
27+
28+
## Base skills
29+
30+
Use the [Base skills repository](https://github.com/base/skills) when you want installable agent workflows for common Base development tasks. These skills help assistants handle specific jobs such as connecting to Base, deploying contracts, integrating Base Account, running a Base node, or migrating app patterns.
31+
32+
Use Base skills when you want to:
33+
34+
- Speed up common implementation tasks
35+
- Give an assistant procedural guidance for Base-specific workflows
36+
- Reuse proven patterns instead of writing prompts from scratch
37+
38+
## Recommended starting points
39+
40+
Use these sections when you want to narrow context to a specific type of work:
41+
42+
- [AI Agents overview](/ai-agents) for the overall agent building model on Base
43+
- [Agent frameworks](/ai-agents/core-concepts/agent-frameworks) for framework choices and tradeoffs
44+
- [Wallets](/ai-agents/core-concepts/wallets) for agent wallets, signing, and funded execution
45+
- [Payments and transactions](/ai-agents/core-concepts/payments-and-transactions) for x402 payments and onchain actions
46+
- [Identity and auth](/ai-agents/core-concepts/identity-verification-auth) for verification and trust between agents and services
47+
- [Base Account quickstart for AI tools](/base-account/quickstart/ai-tools-available-for-devs) for agent-assisted wallet and account flows
48+
- [Deploy on Base](/base-chain/quickstart/deploy-on-base) for contract deployment on Base
49+
- [Build a Base app](/get-started/build-app) for agent experiences in the Base app
50+
51+
## Example prompts
52+
53+
These prompts show the kinds of tasks you can ask an assistant to handle when it has access to Base resources:
54+
55+
- "Deploy my ERC-20 contract to Base Sepolia and verify it on Basescan."
56+
- "Add Sign in with Base to my Next.js app using wagmi."
57+
- "Set up a wallet for my AI agent that can hold USDC and sign transactions autonomously."
58+
- "Create a App with a USDC payment flow."
59+
- "Build an agent that pays for API requests using the x402 protocol."

docs/docs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,12 @@
480480
"ai-agents/core-concepts/agent-apps"
481481
]
482482
},
483+
{
484+
"group": "Resources",
485+
"pages": [
486+
"ai-agents/resources-for-ai-agents"
487+
]
488+
},
483489
{
484490
"group": "Trading & Execution",
485491
"pages": [

0 commit comments

Comments
 (0)