ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

agentapi

Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes x402 pay-per-use billing with USDC on Base.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gizmo-dev/agentapi-hub
Or

AgentAPI

A curated directory of APIs designed for AI agents. Machine-readable. MCP-compatible. Agent-accessible.

Website: https://agentapihub.com
Billing API: https://api.agentapihub.com
Docs: https://api.agentapihub.com/api/docs

x402 Pay-Per-Use Billing

AgentAPI supports x402 — a payment protocol that lets AI agents pay for API calls with USDC on Base. No API keys required.

How It Works

  1. Agent calls API endpoint (e.g., /api/gemini/chat/completions)
  2. Server returns 402 Payment Required with price + wallet address
  3. Agent sends USDC payment on Base chain
  4. Agent retries with payment proof in header
  5. Server verifies payment, proxies request, returns response

Example Flow

# 1. Initial request returns 402
curl https://api.agentapihub.com/api/gemini/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model":"gemini-2.0-flash","messages":[{"role":"user","content":"Hello"}]}'

# Response: 402 Payment Required
# {
#   "price": "0.001",
#   "currency": "USDC",
#   "chain": "base",
#   "recipient": "0xcCb92A101347406ed140b18C4Ed27276844CD9D7",
#   "paymentId": "pay_abc123"
# }

# 2. Agent pays on Base, retries with proof
curl https://api.agentapihub.com/api/gemini/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-Payment-Proof: 0x..." \
  -d '{"model":"gemini-2.0-flash","messages":[{"role":"user","content":"Hello"}]}'

Available x402 APIs

APIEndpointPrice
Gemini Chat/api/gemini/chat/completions~$0.001/req
Gemini Embeddings/api/gemini/embeddings~$0.0005/req

Why x402?

  • No API keys — Agents self-provision access
  • Pay-per-use — No subscriptions, no minimums
  • Crypto-native — USDC on Base (fast, cheap txns)
  • Agent-friendly — Programmatic payments without human bottleneck

Quick Search

By Category

CategoryAPIsExample
SearchBrave, Serper, Exa, Tavily, PerplexityWeb search with AI summaries
AI & MLOpenAI, Claude, Gemini, Groq, ReplicateLLM inference, image gen
CommunicationResend, Twilio, Slack, Discord, TelegramEmail, SMS, messaging
DatabaseSupabase, Pinecone, Qdrant, Neon, UpstashSQL, vectors, KV store
PaymentsStripe, Lemon Squeezy, PayPalPayment processing
ScrapingFirecrawl, Browserbase, ApifyWeb scraping, automation
DeveloperGitHub, Vercel, Linear, SentryCode, deploy, issues
ProductivityNotion, Google Calendar, TodoistTasks, scheduling

MCP-Compatible APIs

All 50+ APIs in the directory are MCP-compatible. Filter with ?mcp=true.

API Access

JSON Endpoint

# Fetch all APIs
curl https://agentapihub.com/api/v1/apis

# Search by capability
curl "https://agentapihub.com/api/v1/apis?q=send+email&mcp=true"

# Filter by category
curl "https://agentapihub.com/api/v1/apis?category=ai"

Response Format

Metadata

Author@gizmo-dev
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gizmo-dev-agentapi-hub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#api#mcp#agents#directory#search#integrations#x402#crypto#payments
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.