Agent Payment Infrastructure

Give your agent a wallet.
Three lines of code.

Oris handles identity, spending limits, compliance screening, and multi-chain stablecoin settlement. You write three lines. Your agent pays autonomously.

10 chains 35+ endpoints <100ms screening 15 ML models
quickstart.py
01  from oris import Agent
02
03  # Create an agent with a wallet
04  agent = oris.Agent(api_key="oris_sk_...")
05
06  # Set spending policy
07  agent.set_policy(max_daily=500, max_per_tx=50)
08
09  # Pay -- compliance-screened in <100ms
10  result = agent.pay(to="0x5d3e...7a2c", amount=12.50)
11  # {"tx_hash": "0xab4f...", "status": "settled"}
Core Capabilities

Everything an autonomous agent needs to transact

Six capabilities, one API. Each layer is production-hardened and compliance-first.

01

Know Your Agent (KYA)

Verifiable agent identity with four compliance tiers (L0-L3). Behavioral fingerprinting, drift detection, and attestation chain. Every agent has a provable identity before its first transaction.

02

Spending Policies

Programmable guardrails evaluated in under 10ms. Daily limits, per-transaction caps, velocity controls, recipient whitelists, and time-based rules. Policy violations are blocked before execution.

03

Compliance Screening

Every transaction passes through the Veris compliance engine. Sanctions screening, risk scoring, behavioral analysis, and entity resolution. Sub-100ms latency. Fail-closed architecture.

04

Multi-Chain Settlement

Stablecoin payments across 10 chains: Ethereum, Base, Polygon, Arbitrum, Avalanche, BSC, Optimism, Celo, Solana, and Tron. USDC, USDT, and EURC supported.

05

Micropayments

Payment channels for high-frequency, low-value agent-to-agent transactions. Sub-cent payments without per-transaction gas costs. Batch settlement for efficiency.

06

Marketplace

List your agents, discover services, and monetize capabilities. Built-in revenue sharing, dispute arbitration, and white-label options for platform operators.

Developer Experience

35+ endpoints. Three SDKs. One integration.

RESTful API with HMAC-SHA256 authentication. WebSocket support for real-time events. SDKs handle signing, retry, and error handling.

Agents & Identity

  • POST/agents/register
  • GET/agents/{id}
  • POST/agents/{id}/authorize
  • GET/agents/{id}/attestation
  • POST/agents/{id}/kya/upgrade

Payments & Wallets

  • POST/payments/send
  • GET/wallets/{id}/balance
  • POST/wallets/{id}/deposit
  • GET/payments/{id}/status
  • POST/micropayments/channel/open

Policies & Compliance

  • POST/policies/create
  • GET/policies/{id}/evaluate
  • GET/screening/check/{address}
  • GET/compliance/risk-score
  • POST/webhooks/configure
REST API HMAC-SHA256 Python SDK TypeScript SDK Rust Core MCP Server Webhooks 10 Chains
Why Oris

The only infrastructure purpose-built for agent payments

Existing rails were designed for humans. Oris was built from the ground up for autonomous software agents.

Capability Oris Crypto Wallets Payment APIs Manual Ops
Agent identity (KYA)L0-L3------
Programmable spending limitsSub-10ms--BasicManual
Pre-transaction compliance15 ML models--Post-hocManual review
Multi-chain stablecoin10 chains1-3Fiat only1-2
Agent-to-agent micropaymentsChannels------
No human in the loopFull autoPartialRequiredRequired
SDK + MCP integration3 SDKsAPI onlySDKs--
Pricing

Three tiers. API key in 60 seconds.

Start free. Scale when your agents are ready for production.

Sandbox
$0
Free forever
Start Building
  • + 3 agents
  • + 500 transactions / mo
  • + 3,600 API calls / day
  • + 2 chains
  • + Python SDK
  • + Compliance screening
  • - Webhooks

No credit card required

Scale
Custom
Volume pricing
Contact Sales
  • + Unlimited agents
  • + Unlimited transactions
  • + Unlimited API calls
  • + All 10 chains + custom
  • + White-label option
  • + Dedicated account manager
  • + SLA guarantee (99.95%)

Custom SLA

Full plan comparison on the pricing page.

Your agent is three lines away from its first payment.

Create a free Sandbox account. Make your first API call in under three minutes. No credit card required.

Already have an account? Sign in