For the businesses building the agent economy.

The foundational infrastructure for AI agents.

One foundation for every agent your business runs on — to hold value, transact, persist state, and find the services they need to operate at scale.

Built on

TempoTempo
x402x402
BaseBase
EthereumEthereum
Google CloudGoogle Cloud
VendlystVendlyst
CircleCircle
CoinbaseCoinbase

The lowest-risk way to bring agents into your stack

Built to enterprise standards, integrated in minutes, and engineered for the kind of reliability your finance, security, and engineering teams expect

<1s

Settlement in under a second

Supports Tempo's single-confirmation finality. Your finance team sees transactions clear before they have time to ask why one is pending.

24/7

Custody to the standards regulators expect

Funds held in cryptographically-secured wallets with 24/7 monitoring, full audit trail, and automated screening on every move — the security posture your CISO already approves elsewhere.

2 Standards

Every payment rail, in one response

One integration covers x402 and MPP atomically. Write the integration code once, and never revisit it when a new standard arrives

10 Minutes

From signup to first paid request

Drop in the SDK and watch your first agent payment land before lunch. Low integration risk, fast time-to-value, no six-month rollout.

The backbone of agentic workflows everywhere.

What runs underneath the smallest experiment, the most ambitious workflow, and everything in between.

See how enterprises use Prudra →

Vendlyst built the first agent-native marketplace for Amazon and eBay sellers on Prudra — onboarding sellers and serving agent buyers from day one.

VVendlyst
Read the story

Vendlyst brings agent commerce to the world's biggest marketplaces.

Live on Amazon and eBay · Agent-native checkout from day one · Built on Prudra from launch

Reliable, developer-native infrastructure for the agent economy.

Drop Prudra into any HTTP API in under 2 minutes. Start using accepting payments, persisting storage, and event streaming with open-source SDKs for Node, Express, Next, and Hono. Agent-readable docs for every endpoint.

PrudraYour APILangChainMCPOpenAIAnthropicx402MPPTempoKMSWebhooks

Dual-protocol by default

Every 402 response contains atomic x402 and MPP challenges. No capture-and-mutate flaws. No protocol lock-in.

State that survives

Vaults persist beyond the HTTP response. Stream events via SSE. Serve files via CDN.

Agent-first docs

Every page available as raw markdown at .md URLs. llms.txt and llms-full.txt at the root. Built for agents, not just humans.

Integrate Prudra into your stack, in minutes.

No matter your integration framework.

server.tstypescript
import express from "express";
import { prudra } from "@prudra/express";

const app = express();

app.use(prudra({
  apiKey: process.env.PRUDRA_API_KEY,
}));

app.get("/data", (req, res) => {
  res.json({ result: "paid content" });
});

One-line integration with your framework

Use @prudra/express, @prudra/next, or @prudra/hono to turn any existing API into an agent-payable endpoint. Install, configure, ship.

Explore adapters
response.jsonjson
{
  "status": 402,
  "headers": {
    "X-Payment-Required": "true"
  },
  "body": {
    "challenges": {
      "x402": {
        "scheme": "exact",
        "maxAmountRequired": "1000",
        "resource": "/api/data"
      },
      "mpp": {
        "version": "1.0",
        "amount": "0.001",
        "asset": "USDC"
      }
    }
  }
}

Integrate directly with the HTTP API

Any HTTP server in any language can issue a Prudra 402 challenge. No SDK required. Agents can pay with nothing but fetch.

View API reference
tool-schema.jsonjson
{
  "name": "prudra_pay",
  "description": "Pay for API access",
  "parameters": {
    "type": "object",
    "properties": {
      "endpoint": {
        "type": "string",
        "description": "The API endpoint"
      },
      "challenge": {
        "type": "object",
        "description": "402 challenge object"
      }
    },
    "required": ["endpoint", "challenge"]
  }
}

Ready-to-use tools for every agent framework

Pre-built tool definitions for LangChain, MCP, OpenAI function calling, and Anthropic tools. Your agents can use Prudra endpoints natively.

See agent integrations

Prefer to read the source? It's all open. The OpenAPI spec, the SDKs, the example agents.

Get the Prudra brief.

Monthly digest of what we're building, what we're seeing in the agent economy, and deep dives on the infrastructure underneath it.

Ready to get started?

Create an account instantly, or talk to us about building on Prudra at scale.

See what you'll pay

Transparent usage-based pricing. No hidden fees.

Pricing details

Start building

Get up and running in under 10 minutes with our quickstart.

View quickstart