Signed webhooks
Every hook call is HMAC-signed with your secret. Replay protection via timestamp window. We never trust our own network.
// For data API providers
You already sell API access to humans. Wiseble makes the same product purchasable by AI agents — without you touching your billing, pricing, or customer relationships. One YAML, one middleware, one restart.
// Agent traffic, in numbers
Estimated AI-driven scraping & web-data spend in 2026.
From early-2026 industry analyst pre-prints; final ARR by Q3 2026 likely higher.
Projected growth rate of agent-driven API consumption through 2029.
Outpacing human SaaS-API growth by ~3×. Source: Coinbase + a16z agent commerce report.
Coinbase Agentic.market volume in first three weeks of operation.
Apify, Bright Data, Perplexity have shipped agent integrations. The question is who is next.
// Architecture
The simplest way to understand Wiseble is to see where we are not. We are not in your data path. We are not in your money path. We sit on the side, translating agent intent into something your existing API already understands.
Not in data path. Not in money path.
SDK middleware size
Code in your handler
Of your revenue we take
USDC we ever custody
// Walkthrough
After we approve your application, you get a Wiseble dashboard, an API key, and a hook secret. ~10 minutes.
Mirror your existing pricing. Each package has price (USDC), duration, and credit allowance. No new SKUs.
A single HTTPS endpoint at /wiseble/issue. It calls your existing createUser + issueApiKey logic, returns the key.
Drop wiseble.protect() middleware in front of your existing handler. Express, Fastify, Hono, or plain HTTP — same one-line pattern.
We provide a test agent wallet on Base Sepolia. Verify the full flow end-to-end: payment → key issuance → API call → response. When all green, switch to mainnet via one config flag.
Average launch partner reaches staging in <1 day, production in <1 week. The bottleneck is internal QA, not our SDK.
// Provider hook contract
// Request body — Wiseble → your endpoint
{
"event_id": "evt_01HZ3...",
"package_id": "freelancer",
"agent_wallet": "0x7f3a...",
"amount_usdc": "49.00",
"chain": "base",
"tx_hash": "0x9c1...",
"idempotency_key": "idem_01HZ3..."
}
// Response — your endpoint → Wiseble
{
"api_key": "sk_live_a8f...",
"expires_at": "2026-06-01T00:00Z",
"account_id": "acc_99x..."
}
// On 5xx: we retry with exponential backoff,
// then auto-refund USDC to the agent wallet.
// Production-grade
Every hook call is HMAC-signed with your secret. Replay protection via timestamp window. We never trust our own network.
Every payment carries an idempotency key. Network glitches can never charge an agent twice or issue duplicate keys.
Every payment, retry, refund, key issuance — recorded with a chain-anchored receipt. Export to CSV or S3 anytime.
Stream events to Datadog, Grafana, or any HTTP sink. We don't replace your observability — we feed it.
Multi-region deploy on Cloudflare + Vercel Edge. Status page, paging, runbook public.
If your hook fails after retries, we initiate USDC refund to the agent wallet. You never deal with broken transactions.
// The boundary
| Layer | You keep | We add | We never touch |
|---|---|---|---|
| Billing | Stripe, Chargebee, custom — your call | x402 verification before issuing access | Your invoices |
| Pricing | Your existing tariffs, unchanged | A YAML mirror agents can read | Your pricing decisions |
| Wallet | Direct USDC settlement to your address | Auto-generated payment requirements | Your funds — never custody |
| Brand | Your name on every interface | Optional branded MCP endpoint | Your customer relationship |
| API | Your existing handlers and code | A 5KB Express/Fastify middleware | Your API logic |
| Compliance | Your KYC, your ToS, your jurisdiction | Per-transaction audit trail | Your legal posture |
| Refunds | Your policy | Automatic refund webhook on hook failures | Your dispute resolution |
// Pricing recap
Volume goes 10×, your Wiseble bill stays the same. Your revenue is your revenue.
See full pricing// Launch partner program
Talk with us. White-glove integration support. Public case study in exchange.