Skip to content

[docs-agent] Add Agent Wallets page to Build with AI section#1290

Open
JackReacher0807 wants to merge 1 commit into
mainfrom
docs/agent-wallets-page
Open

[docs-agent] Add Agent Wallets page to Build with AI section#1290
JackReacher0807 wants to merge 1 commit into
mainfrom
docs/agent-wallets-page

Conversation

@JackReacher0807
Copy link
Copy Markdown
Collaborator

Summary

New conceptual page at /docs/agent-wallets that gives a high-level explanation of Alchemy's agent wallets and how they're used in the Alchemy CLI, drawing from the launch blog post and pairing it with the existing CLI command reference.

The page covers:

  • What agent wallets are — a Privy-custodied wallet that the user approves a CLI session against from the Alchemy Dashboard, with the wallet's private key never touching the CLI, the agent, or .env.
  • Why they replace the old defaults — pasted private keys with full unrestricted access, or custom backends rebuilding auth/signing/revocation logic.
  • How it works — the three-party trust model (you / Alchemy / Privy), the on-device P-256 keypair the CLI generates, the two-step signing challenge, and one-click revocation through the dashboard.
  • What the agent can doalchemy evm send, swap, bridge, contract call, approve, all backed by the Wallet APIs so gas sponsorship, batching, retries, and ERC-20 gas payments come along automatically.
  • Quickstart — the three-command setup from the blog (npm i, alchemy auth, alchemy wallet connect), plus an example evm send and how to revoke.
  • Why it works for coding agents--json / --no-interactive flags and alchemy agent-prompt so the agent picks up the wallet commands without integration work.

The page links into the CLI doc's #wallets-and-signing section for the full command reference rather than duplicating it, so the two pages have clean roles: agent-wallets is the conceptual intro, alchemy-cli is the command surface.

Changes

  • New file: content/tutorials/build-with-ai/agent-wallets.mdx (slug docs/agent-wallets)
  • content/docs.yml: sidebar entry added under Build with AI, immediately after Alchemy CLI — pairs the conceptual page with the CLI reference and keeps related content adjacent

Linear

DOCS-76 — Add "Agent Wallets" page to Build with AI section

Requested by

@CodesMcCabe (via Slack thread)

New conceptual page at /docs/agent-wallets that explains agent wallets at a high level: what they are (a Privy-custodied wallet with a CLI session signer the user approves and revokes from the dashboard), why they replace pasted private keys and custom backends, how the three-party trust model works, what the agent can do once a session is live, and the three-command quickstart from the launch blog. Cross-links to the CLI page's Wallets and signing reference, the Wallet APIs product docs, and the Agent Authentication and Payment page. Sidebar entry added directly after Alchemy CLI under Build with AI.

Refs DOCS-76

Requested-by: @CodesMcCabe
@JackReacher0807 JackReacher0807 requested a review from a team as a code owner May 8, 2026 21:07
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview May 8, 2026, 9:08 PM

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🔍 Link Check

Status: ❌ Failed

Summary

Status Count
🔍 Total 8063
✅ Successful 6928
⏳ Timeouts 0
🔀 Redirected 450
👻 Excluded 676
❓ Unknown 0
🚫 Errors 8
⛔ Unsupported 1
Broken links (8) — click to expand

Errors per input

Errors in ./content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx

Errors in ./content/wallets/wallet-integrations/privy/jwt-auth-migration.mdx

Errors in ./content/wallets/pages/recipes/onramp-funds.mdx

Errors in ./content/tutorials/smart-wallets/learn-account-abstraction/introduction-to-account-abstraction.mdx

Errors in ./content/wallets/wallet-integrations/privy/signer-migration-overview.mdx

Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx

Errors in ./content/api-reference/starknet/starknet-api-faq.mdx

View workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants