Give your agents
the power to spend.

The orchestration engine for the agent economy. Connect your provider keys, define your rules, and deploy autonomous economic actors across 10 blockchains. Three lines of code. Full fleet control.

Get API Key
10 Chains Live Non-Custodial (BYOK) Sub-10ms Policy Engine
Oris Command Center
3 Lines. Full Control.
terminal
01agent = oris.Agent(api_key="oris_sk_...")
02agent.set_policy(max_daily=500, max_per_tx=50)
03agent.pay(to="0x...", amount=12.50)
Treasury
$0
Agents
0
Policies
0
Recent Activity
pip install oris Python / TypeScript / Rust
The Command Center

Manage one agent or ten thousand
from a single interface.

dashboard.useoris.xyz/command-center
Welcome back
Monitoring 47 agents across 84 wallets
Mar 23, 2026
DK
Total Treasury
$248K
+$180K USDC
24H Volume
$18K
142 transactions
Active Agents
47
38 verified
Policy Violations
3
Review required
Treasury Assets
$247,830.00
USDC
$180K
USDT
$52K
EURC
$15K
System Status
Veris Pre-screenActive
KYA EngineL0-L3
Policy Engine<10ms
Drift DetectionHourly
Recent TransactionsLIVE
Agent-Zeta0x5d3e...7a2cCLEAR47ms$28.75
Agent-Eta0x1a9f...3d6eBLOCKED12ms$0.015
Agent-Alpha0x7f3a...9c2dCLEAR63ms$12.50
Start Building
0 +
Chains Live
< 0 ms
Policy Latency
$ 0
Gas on Micropayments
0 %
Non-Custodial
How It Works

Zero to transaction
in three steps.

1
Connect
agent = oris.Agent(
api_key="oris_sk_..."
)

Register your Pimlico, Circle, or Turnkey keys through envelope-encrypted Vault storage. Your credentials never leave your control. Oris orchestrates. You own the keys.

2
Rule
agent.set_policy(
max_daily=500,
max_per_tx=50
)

Define spending caps, counterparty whitelists, and escalation triggers. The policy engine evaluates every transaction in under 10ms. Your agents move fast. The rules move faster.

3
Orchestrate
agent.pay(
to="0x7f3a...",
amount=12.50
)

One call handles chain selection, gas abstraction, and settlement. Payments execute through your own provider account. Oris routes, verifies, and logs. You keep full custody.

Platform

Six pillars powering
the agent economy.

verified_user

Agent Identity

Every agent receives a digital passport with a verified identity, a trust level, and a behavioral fingerprint. Four levels from registration to full autonomy. The agent earns trust over time. Anomalous behavior triggers automatic suspension before damage occurs.

4-level trust hierarchy (L0 to L3)
Behavioral fingerprint and drift detection
Automatic suspension on anomaly
Learn more
Agent-Alpha
L3
Agent-Beta
L2
Agent-Gamma
L1 DRIFT
Transaction Safety

Automated safety checks
on every transaction.

Every agent payment runs through automated safety checks powered by Veris. Counterparty verification, risk scoring, and behavioral analysis happen in under 100ms before the transaction reaches the blockchain. Your agents move fast. The safety net moves faster.

Full transaction transparency: every decision, every score, every policy evaluation is logged with timestamps and request IDs. When you need to trace what happened, the complete activity log is one query away.

search

Counterparty Verification

Every payment address is verified against watchlists and risk databases in real time. Cached results keep latency under 50ms. Bad actors are blocked before the transaction starts.

analytics

Multi-Signal Risk Scoring

The preflight engine evaluates counterparty risk, transaction velocity, behavioral drift, and graph-based anomaly patterns across 10 indexed chains.

receipt_long

Full Activity Log

Every decision, risk score, and policy evaluation is logged with timestamps and request IDs. Reconstruct any transaction path from the dashboard or API.

Learn about Veris arrow_forward
Protocols
One SDK. Every rail.
x402 live | Visa TAP | Mastercard | Solana Pay | CCTP | ACP | MCP | UCP
Use Cases

Built for how
you build agents.

terminal

Start building in 5 minutes.

quickstart.py
# Install
$ pip install oris
# Initialize
from oris import Agent
agent = Agent(api_key="oris_sk_live_...")
# Register and configure
agent.register(name="my-bot")
agent.create_wallet(chain="base")
agent.set_policy(max_daily=500, max_per_tx=50)
# Pay
result = agent.pay(to="0x7f3a...", amount=12.50)
# Verified. Policy-checked. Settled. Your keys.
For Developers

Three lines. Full economic autonomy.

Install the SDK, register your first agent, and set a spending policy. Your agent pays, trades, and transacts across 10 chains with verified identity and enforced limits from the first call.

$ pip install oris
Get API Key
For Enterprise

Deploy a fleet. Control every dollar.

Real-time spending dashboard. Per-agent budgets. Human approval workflows. White-label deployment. Dedicated Vault isolation for provider key management.

White-Label Budgets Activity Log
Schedule a Demo