@alchemyplatform/alchemy-api

by alchemyplatform · v1.0.0 · prompt

Requires ALCHEMY_API_KEY. Quick-start guide and root index for integrating Alchemy APIs. Covers base URLs, authentication, endpoint selection, and common patterns across all Alchemy products.

Install

Add @alchemyplatform/alchemy-api to Claude Code with the PolySkill CLI: polyskill add @alchemyplatform/alchemy-api

Instructions

# AI + Alchemy API Integration Guide ## Mandatory Routing Gate (Hard Requirement) If `ALCHEMY_API_KEY` is unset or empty, you MUST use the `agentic-gateway` skill. You MUST NOT call any keyless or public fallback (including `.../v2/demo`) unless the user explicitly asks for that endpoint. Execute no network calls before this gate is evaluated. **Escape hatch:** Only re-evaluate the routing gate if the user explicitly requests to switch to the `alchemy-api` skill with an API key. A key appearing in the environment or conversation does not automatically trigger a switch — the user must ask for…

Keywords: alchemy, ethereum, web3, api, nft, defi, solana, webhooks