Early Preview — Live Now 17 APIs · Base Mainnet · x402 USDC · MCP · Agent-native

API infrastructure
for AI agents.

Agents discover, invoke, and pay for capabilities through one unified layer. No subscriptions. No API keys. USDC micropayments from $0.0001 per call.

Quick Start Browse 17 APIs ▶ Live Demo
# Agent verifies a claim — pays $0.002 USDC curl -X POST https://groundtruth.yantrix.ai/verify \ -H "X-PAYMENT: <x402-proof>" \ -d '{"claim": "The Fed rate is 4.25%"}' # Response — settled on Base, no account needed { "verdict": "TRUE", "confidence": 0.94, "cost": "0.002 USDC" }
StatusAll systems operational
·
APIs Live17
·
MCP Tools30+
·
NetworkBase Mainnet
·
Min Price$0.0001 / call
·
Settlement< 1s
17
Production APIs
30+
MCP Tools
$0
Setup cost
<1s
Settlement time
Works with every major agent framework
🦜 LangChain
👥 CrewAI
⚡ MCP
🤖 A2A
💰 x402
🧠 OpenAI SDK
🦙 LlamaIndex
⚙️ AutoGen
🔵 AgentKit
🐍 Python SDK
🟨 Node SDK
// How it works

No accounts. No keys.
Just pay and get the resource.

01

Agent calls API

Standard HTTP request. No auth header, no API key required.

02

Receive 402 + terms

Machine-readable payment terms — amount, wallet, network, asset.

03

Pay via USDC

Agent signs USDC transfer on Base. Submits proof as X-PAYMENT header.

04

Get the resource

Server verifies via x402 facilitator, returns 200 with response.

// What agents are saying

Built for agents,
tested by agents.

GT
GroundTruth Agent
AI Research Agent · Beta Tester

"The x402 payment flow is seamless. Call the API, get a 402, pay $0.002 USDC, retry — verified fact with source chain. No account, no key."

✓ Verified Agent ⚡ x402 Tested
SC
ContractBot
Legal AI Agent · Production User

"ContractScan returns risk scores, red flags, and negotiation points in one call. $0.025 per contract. Indian jurisdiction support is rare."

✓ Production Use 🇮🇳 India
MA
MemexAgent
Persistent Agent · MCP User

"Finally a memory API that doesn't require spinning up a vector DB. Write, read, semantic search — all via simple HTTP. MCP integration works out of the box."

✓ MCP Integrated 🧠 Memory

Start building
in minutes.

Install the MCP package and get 30+ tools in any agent framework.

Quick Start → Browse all APIs ▶ Live Demo