Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/agents/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

import { WalletSetupDemo } from "/snippets/WalletSetupDemo.jsx"

<Note>
Base MCP documentation now lives on [Coinbase Developer Docs](https://docs.cdp.coinbase.com/base-account/base-mcp/overview). This page redirects there.
</Note>

Base MCP gives your AI assistant direct access to your [Base Account](/sdks/base-account/overview) (the smart wallet powering the Base App). Connect once and your assistant can check balances, send funds, swap tokens, sign messages, execute contract calls, and pay x402-enabled APIs across multiple networks. Every write action requires your approval.

<Visibility for="agents">
Expand All @@ -21,7 +25,7 @@

## How It Works

```mermaid Approval Flow lines wrap expandable

Check warning on line 28 in docs/agents/overview.mdx

View workflow job for this annotation

GitHub Actions / Docs Style / Conformance

Docs style

[codeblock/highlight] Consider `highlight={}` to draw attention to key lines
sequenceDiagram
participant User
participant AI as AI Assistant
Expand Down
16 changes: 12 additions & 4 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,14 @@
]
},
"redirects": [
{
"source": "/sdks/base-account/:slug*",
"destination": "https://docs.cdp.coinbase.com/base-account/:slug*"
},
{
"source": "/agents/:slug*",
"destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/:slug*"
},
{
"source": "/base-chain/network-information/bridging-and-withdrawals",
"destination": "/specifications/base-protocol/bridging/withdrawals"
Expand All @@ -868,7 +876,7 @@
},
{
"source": "/base-account",
"destination": "/sdks/base-account/overview"
"destination": "https://docs.cdp.coinbase.com/base-account/overview"
},
{
"source": "/base-chain/flashblocks",
Expand All @@ -892,15 +900,15 @@
},
{
"source": "/agents",
"destination": "/agents/overview"
"destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/overview"
},
{
"source": "/agents/index",
"destination": "/agents/overview"
"destination": "https://docs.cdp.coinbase.com/base-account/base-mcp/overview"
},
{
"source": "/sdks/coinbase-wallet",
"destination": "/sdks/base-account/overview"
"destination": "https://docs.cdp.coinbase.com/base-account/overview"
},
{
"source": "/base-chain/network-information/native-account-abstraction",
Expand Down
4 changes: 4 additions & 0 deletions docs/sdks/base-account/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: "Add universal sign-in and one-tap USDC payments to any app with th
keywords: ["Base Account SDK", "Sign in with Base", "Base Pay", "USDC payments SDK", "smart wallet SDK"]
---

<Note>
Base Account SDK documentation now lives on [Coinbase Developer Docs](https://docs.cdp.coinbase.com/base-account/overview). This page redirects there.
</Note>

The Base Account SDK connects your app to the onchain accounts that power the [Base App](https://base.app) — over one hundred thousand users with a passkey-backed [Smart Wallet](/sdks/base-account/reference/onchain-contracts/smart-wallet). Add sign-in and USDC payments in a few lines; users hold their own keys and you never touch private data or funds.

<CardGroup cols={2}>
Expand Down
Loading