alchemy-agentic-gateway
Alchemy Agentic Gateway (x402 / MPP)
Notice: This repository is experimental and subject to change without notice. By using the features and skills in this repository, you agree to Alchemy's Terms of Service and Privacy Policy.
A specialized app-integration skill for using Alchemy's developer platform from application code without a standard API key. Authentication is wallet-based (SIWE for EVM, SIWS for Solana). Each request is paid per-call with USDC (x402) or USDC/credit-card (MPP).
When to use this skill
Use agentic-gateway when all of the following are true:
- The user is wiring Alchemy into application code (server, backend, dApp, worker, script) that runs outside the current agent session
- AND at least one of:
- No Alchemy API key is available
- The user is an autonomous agent that needs to pay for itself (per-request, no upfront key)
- The user explicitly wants x402 or MPP
- No other runtime path exists and they intentionally choose the gateway
This is a specialized app-integration path. The default app path is alchemy-api with an API key.
When to use a different skill
More from allium-labs/skills
allium-onchain-data
>-
48allium-x402
>-
36dune-to-allium
Convert Dune (Trino) SQL queries to Allium (Snowflake) SQL. SQL dialect conversions (Trino → Snowflake) apply to all chains. Comprehensive Solana and EVM chain mappings included.
8alchemy-api
Wire Alchemy into application code (server, backend, dApp, script) using a standard API key. Preferred app-integration path for normal server/backend usage. Covers EVM JSON-RPC, WebSocket subscriptions, Simulation, Webhooks/Notify, Solana RPC, Solana DAS, Solana Yellowstone gRPC, Sui gRPC, Wallets/Account Kit, Account Abstraction, and operational topics. Requires `$ALCHEMY_API_KEY`. For app code without an API key (autonomous agent paying per-request, or explicit x402/MPP), use `alchemy-agentic-gateway` instead.
7allium-data
>-
5