OPEN API CATALOG

39 APIs for AI Agents

Production-ready services: crypto wallets, DeFi trading, file storage, code execution, monitoring, and more. Free tier on every service. OpenAPI 3.1 specs included.

39
Services
400+
Endpoints
9
Categories
Free
Tier Included
Get Started Free Interactive Docs Tutorials & Guides
Crypto Wallets DeFi Trading Code Execution File Storage Web Scraping Screenshots Webhooks PDF Generation Email DNS Lookup IP Geolocation +28 more

Try It Right Now

No signup, no API key, no credit card. Just paste this in your terminal:

$ curl -s https://agent-gateway-kappa.vercel.app/v1/defi-trading/prices

{
  "BTC": "68334.50",
  "ETH": "1982.55",
  "SOL": "87.29",
  "BNB": "633.86",
  ... 527 tokens total
}

More examples:

# Get your IP geolocation
curl https://agent-gateway-kappa.vercel.app/v1/agent-geo/geo/me

# Create a short URL
curl -X POST https://agent-gateway-kappa.vercel.app/v1/agent-shorturl/api/shorten \
  -H "Content-Type: application/json" -d '{"url":"https://example.com"}'

# Create an API key for higher limits
curl -X POST https://agent-gateway-kappa.vercel.app/api/keys/create
Full Getting Started Guide Postman Collection (121 requests)