Live on Base Mainnet

Research API
for AI Agents

Give your autonomous agent real-time research capabilities. Pay $0.02 per query with USDC via the x402 payment protocol — no API keys, no subscriptions, no auth overhead.

POST /research
// Query AgentOracle
const res = await fetch(ENDPOINT, {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-PAYMENT": payment // x402 USDC
  },
  body: JSON.stringify({
    query: "Latest AI agent frameworks"
  })
});

const data = await res.json();
// → { result, citations }
$0.02 per query Base Mainnet Structured JSON Zero API Keys

Built for Autonomous Agents

Real-Time Research

Powered by Perplexity Sonar, your agent gets access to live web data with source citations. No stale training data — every query returns current, verified information with full provenance.

Core Engine
{ }

Structured JSON

Every response is machine-readable JSON with typed fields. Parse results directly — no scraping, no regex, no guessing.

x402 Payments

HTTP-native micropayments. Your agent pays per request with USDC — built into the protocol layer, not bolted on.

Verifiable On-Chain

Every payment settles on Base L2. Full transaction transparency via BaseScan. Trustless and auditable.

Agent-Native Interface

Designed for machines, not humans. One endpoint. One method. One payment header. No OAuth flows, no session management, no rate limit negotiations. Your agent discovers pricing via the standard x402 manifest and pays inline with each request.

Zero Config

Low Latency

Deployed on Vercel Edge for sub-second responses globally. Your agent doesn't wait.

Three Steps. No Setup.

01

Discover Pricing

Your agent fetches the x402 manifest at /.well-known/x402.json to learn the endpoint, price ($0.02), and accepted currency (USDC on Base).

02

Send Payment + Query

POST to /research with a JSON body and an X-PAYMENT header containing the USDC payment proof. The Coinbase CDP facilitator verifies it instantly.

03

Receive Structured Data

Get back a clean JSON response with research results, source citations, and metadata. Ready to feed into your agent's next reasoning step.

Pay Only for What You Use

$0.02
per query · USDC on Base
  • No monthly subscriptions
  • No API keys or auth tokens
  • No minimum commitment
  • On-chain payment verification
  • Real-time research with citations
  • Structured JSON responses
View x402 Manifest

Specs & Infrastructure

Protocol x402
Chain Base (L2)
Currency USDC
Facilitator Coinbase CDP
Model Perplexity Sonar
Endpoint POST /research
Hosting Vercel Edge
Wallet 0xdF902...e109

Give Your Agent a Brain