build-with-ai: add Alchemy CLI page and rework overview#1233
Merged
JackReacher0807 merged 7 commits intomainfrom Apr 21, 2026
Merged
build-with-ai: add Alchemy CLI page and rework overview#1233JackReacher0807 merged 7 commits intomainfrom
JackReacher0807 merged 7 commits intomainfrom
Conversation
Add a detailed reference page for the Alchemy CLI covering install, auth, every command family, global flags, and agent usage with --json and agent-prompt. Restructure the Build with AI overview around four tools (Skills, MCP Server, CLI, Agent Auth) with cross-links from each peer page. Made-with: Cursor
🔗 Preview Mode
|
Made-with: Cursor
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (82) — click to expandErrors per inputErrors in ./content/tutorials/build-with-ai/alchemy-for-agents.mdx
Errors in ./content/tutorials/build-with-ai/alchemy-mcp-server.mdx
Errors in ./content/api-reference/arbitrum/arbitrum-api-faq/arbitrum-api-faq.mdx
Errors in ./content/api-reference/op-mainnet/op-mainnet-api-faq/op-mainnet-api-faq.mdx
Errors in ./content/wallets/pages/recipes/smart-wallets-aave.mdx
Errors in ./content/changelog/2026-04-09.md
Errors in ./content/tutorials/alchemy-university/smart-contract-basics/multi-sig-contracts.mdx
Errors in ./content/wallets/pages/recipes/onramp-funds.mdx
Errors in ./content/api-reference/katana/katana-api-overview.mdx
Errors in ./content/wallets/pages/recipes/send-usdc.mdx
Errors in ./content/api-reference/hyperevm/hyperevm-api-overview.mdx
Errors in ./content/wallets/pages/index.mdx
Errors in ./content/wallets/pages/recipes/upgrade-to-smart-accounts.mdx
Errors in ./content/tutorials/build-with-ai/overview.mdx
Errors in ./content/wallets/pages/authentication/overview.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-rn-bare.mdx
Errors in ./content/tutorials/build-with-ai/alchemy-agent-skills.mdx
Errors in ./content/wallets/pages/bundler-api/bundler-faqs.mdx
Errors in ./content/wallets/pages/smart-wallets/how-to-stamp-requests.mdx
Errors in ./content/changelog/2026-03-26.md
Errors in ./content/wallets/pages/smart-wallets/quickstart/index.mdx
Errors in ./content/wallets/pages/concepts/smart-account-client.mdx
Errors in ./content/wallets/pages/react-native/getting-started/getting-started-expo.mdx
Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
|
…ebar Made-with: Cursor
…s in overview table Made-with: Cursor
…e agent section up Cuts the front-loaded auth matrix and verify/update install steps so the landing flow is intro -> install -> alchemy auth -> first commands. Promotes the "use it from AI agents and scripts" section above the command reference. Moves manual API key, access key, webhook key, and x402 wallet auth into a single "Authentication options" section near the bottom. Made-with: Cursor
CodesMcCabe
approved these changes
Apr 21, 2026
lohnim
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Alchemy CLIpage under Build with AI covering install, all auth methods (API key, access key, webhook key, x402 wallet), every command family (onchain queries, Token, NFT, Transfers, Prices, Portfolio, Simulation, Smart Wallets, Solana, Webhooks, Apps, Auth/config/setup, Wallet, Utilities), global flags, and how to use the CLI from AI agents and scripts via--json --no-interactiveandagent-prompt.docs.ymlnavigation so the section follows the same order as the overview.Made with Cursor