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).
# 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"}
Everything an autonomous agent needs to transact
Six capabilities, one API. Each layer is production-hardened and built for autonomous operation.
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.
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.
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.
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.
Micropayments
Payment channels for high-frequency, low-value agent-to-agent transactions. Sub-cent payments without per-transaction gas costs. Batch settlement for efficiency.
Marketplace
List your agents, discover services, and monetize capabilities. Built-in revenue sharing, dispute arbitration, and white-label options for platform operators.
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.
- POST/agents/register
- GET/agents/{id}
- POST/agents/{id}/authorize
- GET/agents/{id}/attestation
- POST/agents/{id}/kya/upgrade
- POST/payments/send
- GET/wallets/{id}/balance
- POST/wallets/{id}/deposit
- GET/payments/{id}/status
- POST/micropayments/channel/open
- POST/policies/create
- GET/policies/{id}/evaluate
- PUT/developers/provider-keys/{provider}
- GET/audit/verify
- POST/webhooks/configure
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 limits | Sub-10ms | -- | Basic | Manual |
| Pre-transaction safety checks | Sub-100ms | -- | Post-hoc | Manual review |
| Multi-chain stablecoin | 10 chains | 1-3 | Fiat only | 1-2 |
| Agent-to-agent micropayments | Channels | -- | -- | -- |
| Autonomous operation | Autonomous + Veto | Partial | Required | Required |
| SDK + MCP integration | 4 SDKs + MCP | API only | SDKs | -- |
| BYOK key management | Vault encrypted | -- | Managed | -- |
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.
- + 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
- + 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
- + 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.
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.