Production-ready services: crypto wallets, DeFi trading, file storage, code execution, monitoring, and more. Free tier on every service. OpenAPI 3.1 specs included.
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