Skip to main content

Documentation Index

Fetch the complete documentation index at: https://base-a060aa97-youssef-update-agents.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The CDP payment skills — included in the CDP Agentic Wallet bundle — give your agent the ability to discover x402-compatible APIs, pay for them per-request, and expose its own paid endpoints.
x402 support for Base MCP is coming soon. Until then, these skills require the CDP Agentic Wallet. See Payments for context.

Install

Terminal
npx skills add coinbase/agentic-wallet-skills

Payment skills

SkillWhat it does
search-for-serviceSearch the x402 Bazaar for paid APIs by keyword or browse by network
pay-for-serviceMake a paid x402 request — handles 402, payment, and retry automatically
monetize-serviceDeploy a paid endpoint that other agents can discover and pay per request

Example prompts

Find APIs for sentiment analysis
Get the current ETH price from a paid data source
Call that weather API and get the forecast for New York
Set up a paid endpoint for my market data at $0.01 per request

Reference