apipay

Prepaid balance for AI agents: one key, 4,900+ tools your agent can run today, caps, receipts.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Prepaid balance for AI agents: one key, 4,900+ tools your agent can run today, caps, receipts.

    Server tool list (8)

    Raw names from tools/list. Only developers need these.

    search_apisSearch the apifare catalog of ready-to-call APIs (web search, scraping, weather, and more). Returns each API's slug, params, and per-call price in prepaid credits. Every miss is logged so missing APIs get added.
    call_apiCall an API from the apifare catalog by slug (find slugs with search_apis). The cost in prepaid credits is deducted automatically and returned with the result.
    get_vault_linkGet a secure one-time link where the user can save their OWN API key for a provider (BYOK). Never ask the user to paste an API key into the chat — always use this link instead. BYOK calls cost a flat 0.1 credits; the user's own provider account pays the provider.
    check_balanceCheck the remaining apifare prepaid credit balance (1 credit = $0.01) and get the top-up link.
    topupTop up the apifare balance from the owner's standing auto-refill mandate (if the owner enabled one). Charges within the owner's configured limits and returns the new balance. Without a mandate, returns payment instructions to relay to the user.
    vendor_callCall a vendor MANAGEMENT API (supabase, vercel, fly, resend, github, npm, cloudflare, lemonsqueezy) with the owner's vaulted root credential injected server-side. Native request/response; destructive, billing, and member/admin routes are blocked. The root token is never visible.
    secret_transferMove a secret from one vendor to another SERVER-SIDE — the value never enters this conversation. Example: fetch a Supabase service_role key and place it as a Vercel env var.
    secret_generateGenerate a random secret and place it directly at a vendor resource SERVER-SIDE — the value never enters this conversation.