# wiseble.ai
Agent-payable interface for existing data APIs. Add x402 + USDC settlement to your scraping/data API in one line of code.
## Identity
{
"name": "Wiseble",
"category": "agent-payment-gateway",
"version": "1.0",
"summary": "Make existing scraping APIs agent-payable without changing billing.",
"founded": "2026",
"homepage": "https://wiseble.ai",
"contact": "hello@wiseble.ai"
}
## What we do
- Open existing data APIs to AI agent traffic via x402 + MCP.
- Settlement in USDC directly to provider's wallet on Base.
- Zero custody. Zero billing replacement. Zero brand interference.
## How it works
1. Provider defines plans in YAML → wiseble.yaml
2. Provider drops in middleware → wiseble.protect()
3. Agent calls API → 402 + USDC payment
4. Provider's issueApiKey() runs → agent gets real key
5. Agent uses API normally → provider's billing untouched
## Capabilities
- agent-discovery : MCP catalog + .well-known/x402 + agent card
- payment-verification : x402 on Base with idempotency
- wallet-account-bridge : maps wallet → provider's user model
- analytics : per-wallet retention, plans, churn
- automated-refunds : on hook failure, USDC returns to wallet
## Boundary
WE NEVER:
custody funds | replace billing | rewrite pricing
put our brand in front | sell to customers | take percentage
WE ALWAYS:
fixed monthly SaaS | direct USDC settlement | provider as MoR
one-line integration | per-tx audit trail | invisible plumbing
## Provider integration (Express, TypeScript)
import { wiseble } from '@wiseble/sdk-node'
const protect = wiseble.init({ providerSlug: 'scraperapi', apiKey: process.env.WISEBLE_KEY })
app.post('/api/scrape', protect(), yourExistingHandler)
// One line. Restart. Agent-payable.
## Demand-side categories
research-agents | shopping-agents | lead-gen-agents
trading-agents | recruiting-agents | real-estate-agents
travel-agents | brand-monitoring-agents | osint-agents
knowledge-graph-agents
## Pricing
Starter $299/mo | up to 3 packages
Growth $799/mo | unlimited + branded MCP [Recommended]
Scale $1,999/mo | + 99.9% SLA + advanced analytics
Enterprise POA | on-prem, white-label, dedicated CSM
ZERO transaction fees. ZERO revenue share. ZERO gas costs.
## Why now
Q1 2026: Coinbase Agentic.market processed $50M in 3 weeks
2026: Estimated $8.2B AI-driven scraping spend
Q3 2026: Threshold for being agent-payable or invisible
## Endpoints
provider-side hook : POST https://your-api.com/wiseble/issue
catalog manifest : GET https://wiseble.ai/.well-known/x402
mcp : npx @wiseble/mcp-client
## Links
[Apply as a launch partner](https://wiseble.ai/partner)
[For providers — deep dive](https://wiseble.ai/providers)
[For developers — quickstart](https://wiseble.ai/developers)
[Pricing](https://wiseble.ai/pricing)
[10 use cases](https://wiseble.ai/use-cases)