v1.1 soon opened

Autonomous APIs for the
Machine Economy

Payment-native API access for autonomous agents. No subscriptions, no credentials.

apiosk — bash
Featured On
PeerPush badgeProduct Hunt badgeBetaList badgeFazer badgeFindly.tools badge
Infrastructure

Designed for the machine handshake

Apiosk replaces subscriptions and key sprawl with a direct payment-to-access flow. Agents buy the call they need, when they need it, and providers get a clear monetized route.

  • Deterministic sub-cent payments over x402
  • No key juggling for autonomous agents
  • Routing and settlement designed for bursty workloads
Apiosk
Jarvis
Live
Hey Agent, order me a medium pepperoni pizza to my address
Finding best pizza place nearby...
POST /v1/food/order → PizzaHub API
Payment sent: $14.99 USDC
Order confirmed! Arriving in ~25 min
Done! Your medium pepperoni pizza is on its way. Order #4821 from PizzaHub. I paid $14.99 from your vault.
Perfect, thanks!
Official Tooling

Plug Apiosk directly into agents and runtimes

The gateway is not the whole story anymore. Apiosk now has an official MCP surface for agent clients, an installable gateway skill for coding agents, and a JavaScript SDK for application code, so discovery and paid execution live in the same workflow.

Live now

Official MCP server

A remote MCP endpoint that exposes Apiosk discovery and execution as agent-native tools. It generates dynamic tool entries from listing metadata, so new APIs become available without hand-maintained wrappers.

Live endpointRemote HTTP

Remote MCP endpoint is live now at apiosk-mcp.fly.dev/mcp

Catalog-backed discovery with search, listing detail, and generic execute tools

Dynamic API-specific tools generated from Apiosk listing metadata

Payment-aware runtime that surfaces x402 challenges cleanly for agent clients

Remote MCP Call
JSON-RPC
curl https://apiosk-mcp.fly.dev/mcp \
  -H "content-type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "apiosk_search",
      "arguments": {
        "search": "diff",
        "limit": 2
      }
    }
  }'
SDK Surface

JavaScript SDK

Ready to publish
Package name
@apiosk/sdk

Discovery, metadata, passthrough, and uniform /execute helpers with typed 402 errors and optional x402 auto-pay for Base wallets.

Built for agent runtimes, backends, and workflow engines
Supports connect-token, authorization, wallet-address, and x-payment auth modes
Release-ready for npm under the official Apiosk scope
Skill Surface

Gateway Skill

Live now
Install command
npx skills add Apiosk/openclaw-apiosk --skill apiosk-gateway

Install the Apiosk gateway skill in supported coding-agent runtimes to browse listings and call paid APIs with saved connect-token access.

Installable today with a single skills.sh command
Supports dashboard connect-token import and address-only fallback
Good fit for shell-first coding agents and workflow automation

Enable APIs to get paid per request

No API keys. No subscriptions. Just request → payment → access.

Featured Agent APIs

APIs priced for agents, not humans

Agents don't need seats. They need a route, a price, and a guarantee. That's what these deliver.

View Marketplace

Payment rail

Pay with USDC on Base via x402. Built for AI agents and developers with instant settlement.

Rail 1
Crypto

x402 + USDC on Base

The primary rail. Built for AI agents and developers. No account, no KYC, no subscriptions — just a wallet and a balance.

  1. 1Connect an EVM wallet with USDC on Base
  2. 2Each request includes a signed EIP-712 authorization
  3. 3Gateway verifies on-chain and executes the call
  4. 4Settlement happens instantly after a successful response
Protocol
x402 / EIP-712
Token
USDC on Base L2
Setup time
~10 seconds
KYC
Not required
Start with a wallet
Start Shipping

Ready to deploy your first agent payment flow?

Spin up a route, inspect live APIs, and see the full x402 payment handshake before you wire it into production.