registry
Installation
Summary
Pay-per-call API gateway for AI agents with 10 integrated services and x402 crypto payments.
- Offers 10 services spanning Twitter API (26 endpoints), AI generation, semantic search (Exa), Solana swaps (Jupiter), email (AgentMail), crypto prices (CoinGecko), and more — all priced per request from $0.001 to $2
- Supports x402 payment protocol on EVM (Base, Base Sepolia) and Solana (mainnet, devnet) with USDC, USDT, and CASH tokens — no API keys or subscriptions required
- Integrates with AgentWallet for server-side wallet management and automatic payment signing, or supports direct x402 signing for self-managed wallets
- All services expose OpenAPI specs, interactive docs, and agent-friendly skill markdown for easy discovery and integration
SKILL.md
Frames Registry
Pay-per-call API gateway for AI agents. 10 services available via the x402 payment protocol. No API keys, no subscriptions — just pay per request with crypto.
Base URL
https://registry.frames.ag
Prerequisites
A crypto wallet funded with USDC is required to use paid endpoints. Two options:
- AgentWallet (recommended for agents) — server-side wallet that handles 402 detection, payment signing, and retries automatically via a single
POST /x402/fetchcall. No private key management needed on your side. - Self-managed wallet — any EVM wallet (Base) or Solana wallet with USDC. You sign x402 payment headers directly.
Quick Start
Related skills