Agents need a wallet-native way to buy API calls.

Pay per request for API access, built for agents

Let agents discover an API, see the exact price, attach x402 payment, and get the response instantly. No API keys. No subscriptions. Just pay for the call you need.

See the price before the call
402 challenge, sign, retry
USDC settlement on Base
Trending on PeerPushApiosk on Product HuntFeatured on BetaListFeatured on FazierFeatured on Findly.tools
smart_toyAGENT
hubAPIOSK
x402
cloudAPI
Get started in one command

Start with the agent flow

For Agents

Access priced APIs with a wallet-native pay-per-request flow

npx skills add obcraft/apiosk-skill --skill apiosk-gateway
  • check_circleNo API keys required
  • check_circleSee exact per-request pricing before you buy
  • check_circleWeather, prices, news, company lookup, geocoding + more
verified_userLive security audits on skills.sh

For API Providers

Publish endpoints that agents can buy one request at a time

npx skills add obcraft/apiosk-publish-skill --skill apiosk-publish
  • check_circleRegister any endpoint
  • check_circleSet your price per request
  • check_circleInstant settlement to your wallet
  • check_circleAuto health check & go live
verified_userLive security audits on skills.sh

Agent Setup

Give your agent a wallet and let it pay per request

Fund a prepaid wallet, copy the connection string, and plug it into your runtime. Your agent can then buy API access one call at a time instead of juggling API keys or subscriptions.

Connection String

Login required to view your connection string

Authentication required. Login opens the dashboard where your prepaid wallet and connection string are available.

Open Dashboardarrow_outward
First Paid Call In Minutes // 01

First Paid Call In Minutes

Pick a live endpoint, see the exact per-request price, trigger the 402 challenge, attach payment, and retry. The fastest way to prove an agent can buy API access.

Read Docsarrow_outward
account_balance_wallet
dns
$
No API Keys For Agents // 02

No API Keys For Agents

Agents pay with USDC per request through x402 instead of managing API keys, seats, or monthly plans. Payment becomes access control.

View Use Casesarrow_outward
smart_toy
Priced Endpoints, Clear Economics // 03

Priced Endpoints, Clear Economics

Every endpoint has visible usage-based pricing, so agents only pay for the call they need and providers get instant settlement without subscriptions or invoicing.

Get Startedarrow_outward
verified_user
Network Stats

Proof that paid agent traffic is live

api
45+

Active APIs

Production-ready endpoints

analytics
50K+

Total API Calls

Processed through gateway

paid
12K+

Micropayments

Settled on-chain

speed
<120ms

Avg Response Time

Gateway latency

check_circle
99.8%

Success Rate

Payment validations

schedule
<5 min

Integration Time

Average setup time

Join teams testing wallet-native API access for agents

Run a paid API call

Start with live APIs that agents can buy per request. Each card shows real pricing so the path from browse to paid response stays obvious.

Learn more

Protocol Specs

GET /v1/compute/process HTTP/1.1
Host: api.provider.com
X-Payment: [Base64-encoded x402 payment proof]
Content-Type: application/json

The x402 payment header encapsulates EIP-712 signed authorization directly into the HTTP request, enabling sub-millisecond validation by the gateway node.

Frequently Asked