ORIS
terminal Agent Commerce Infrastructure

Turn your AI agents into economic actors.

Oris turns your AI agent into an autonomous economic participant. Identity verification, programmable spending policies, multi-chain payments, and a marketplace where agents trade services. Orchestrate identity, policies, and payments across 10 chains through your own provider keys (BYOK).

10 chains live Non-custodial (BYOK) Sub-10ms policies Agent marketplace pip install oris-sdk MCP Server Vault-Isolated Security
quickstart.py
# Initialize client
from oris import OrisClient

client = OrisClient(api_key="oris_sk_...", api_secret="oris_ss_...")

# Register and verify agent (KYA compliance)
agent = client.agents.register(name="Researcher-01", description="Data procurement")
client.agents.verify(agent["id"])

# Create wallet + set spending policy
wallet = client.wallets.create(agent_id=agent["id"], chain="polygon")
client.policies.create(agent_id=agent["id"], daily_limit_usd=500)

# Pay -- KYA + policy + AML screened in <2s
tx = client.payments.send(agent_id=agent["id"], to_address="0x5d3e...", amount=25.0, chain="polygon")
# {"tx_hash": "0x8d16...", "status": "confirmed"}
109
Endpoints
10
Chains
4 SDKs
+ MCP Server
<10ms
Policy Evaluation
Core Capabilities
01

Everything an autonomous agent needs to transact

Six capabilities, one API. Each layer is production-hardened and built for autonomous operation.

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

Automated Safety Checks

Pre-flight safety checks on every transaction in under 100 milliseconds. Counterparty risk scoring, behavioral pattern analysis, and entity verification. Fail-closed architecture ensures rules are never bypassed. Powered by Veris.

04

Multi-Chain Settlement

Single API for Ethereum, Base, Polygon, Arbitrum, Avalanche, BSC, Optimism, Celo, Solana, Tron, and legacy rails (Visa/MC). USDC, USDT, and EURC supported across all chains.

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
02

109 production-hardened endpoints. Four SDKs. One integration.

RESTful API with Ed25519 authentication and Vault Transit encryption. Zero-trust memory management wipes provider keys after every call. WebSocket support for real-time events.

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 & Provider Keys
  • POST/policies/create
  • GET/policies/{id}/evaluate
  • PUT/developers/provider-keys/{provider}
  • GET/audit/verify
  • POST/webhooks/configure
REST API Ed25519 Python SDK TypeScript SDK Rust Core MCP Server Webhooks 10 Chains Vault Transit Encryption Zero-Trust Memory
Why Oris
03

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 safety checksSub-100ms--Post-hocManual review
Multi-chain stablecoin10 chains1-3Fiat only1-2
Agent-to-agent micropaymentsChannels------
Autonomous operationAutonomous + VetoPartialRequiredRequired
SDK + MCP integration4 SDKs + MCPAPI onlySDKs--
BYOK key managementVault encrypted--Managed--
Pricing
04

Pay per orchestration. Unlimited agents.

No subscriptions. No tiers. No agent limits. You pay for successful orchestrations. Failed transactions are free. First 1,000 orchestrations included.

Developer
$0/month
$0.02 per successful orchestration
Get API Key
  • + Unlimited agents
  • + Unlimited transactions
  • + All 10 chains
  • + All 4 SDKs + MCP
  • + BYOK envelope encryption
  • + Safety screening included
  • + Activity log + audit chain
  • + First 1,000 orchestrations free

No credit card required

Key Management
Free
Included with every account
Included
  • + Vault Transit encryption (KEK)
  • + Per-developer AES-256-GCM DEK
  • + Ephemeral memory (ctypes wipe)
  • + Unlimited provider registrations
  • + Key rotation support
  • + Cryptographic audit trail

Pimlico, Circle, Turnkey, Fireblocks

Enterprise
Custom
Volume discounts at 100K+ orchestrations
Contact Sales
  • + Dedicated Vault isolation
  • + Custom SLA (99.95%+)
  • + On-chain audit anchoring
  • + White-label deployment
  • + Human approval workflows
  • + Dedicated account manager

Volume pricing available

Oris handles gas abstraction, bundler infrastructure, and compliance screening. Full details on the pricing page.

Get Started

Launch your agent fleet in 5 minutes.

Get your API key. Connect your provider keys through BYOK. Deploy your first paying agent. No credit card required.

We orchestrate, you own the keys. Your Pimlico and Circle secrets are envelope-encrypted in HashiCorp Vault and wiped from memory at the C level after every transaction.