Agent-first, pay-per-call, evidence-backed

Evidence-backed social intelligence for AI agents.

Evidexa turns Social/X and public-web signals into structured, traceable, confidence-aware intelligence. Agents discover tools for free, then pay only for the call they execute.

Four focused tools

$0.01 / call

search_social

Search and normalize up to 25 recent public X signals.

REST: POST /v1/search/social
Credit budget: 20 default / 25 max

$0.02 / call

user_intelligence

Evidence-backed intelligence for one public X account.

REST: POST /v1/intelligence/user
Credit budget: 40 default / 50 max

$0.05 / call

topic_intelligence

Trends, themes, controversies, and sources for one topic.

REST: POST /v1/intelligence/topic
Credit budget: 80 default / 100 max

$0.10 / call

product_intelligence

Evidence-backed product feedback, pain points, and competitor signals.

REST: POST /v1/intelligence/product
Credit budget: 120 default / 150 max

Machine-native payment

REST and MCP use x402 V2. This active endpoint settles USDC on Base (production). A separately isolated staging endpoint uses Base Sepolia (test). Evidexa never receives a buyer private key.

Current data boundary

The current bridge retrieves public X data through Xquik Guest REST. Evidexa sells derived intelligence and evidence, not raw social data. Xquik is the MVP's single upstream fault domain, while the service contract is designed to support multiple providers and public-web sources over time. Results may be partial or no_data, and raw post text is not mirrored in responses.

REST quickstart

curl -i https://YOUR_WORKER/v1/search/social \
  -H 'content-type: application/json' \
  -d '{"query":"x402 agent payments"}'

The first valid unpaid request returns HTTP 402 and a PAYMENT-REQUIRED challenge. See Docs for the retry flow.