For Developers

Ship agent payments
in a day.

Install the SDK. Register an agent. Set a spending policy. Your agent pays with verified identity and enforced limits from the first transaction. Compliance screening runs automatically on every payment.

35 SDK Methods 82 E2E Tests 3 Languages
SDKs

Your language.
Your framework.

pip install oris
from oris import Agent
agent = Agent(api_key="oris_sk_live_...")
agent.register(name="trading-bot", platform="openai")
agent.verify()
agent.create_wallet(chain="base")
agent.set_policy(max_daily=500, max_per_tx=50)
result = agent.pay(to="0x7f3a...", amount=12.50)
print(result.status) # "confirmed"
What You Get

One integration.
The full stack.

verified_user

Agent Identity

KYA L0-L3 trust hierarchy. Behavioral baselines. Drift detection. Your agents have verifiable identity from registration.

tune

Spending Guardrails

7 rule types. Under 10ms evaluation. Define limits, whitelist counterparties, set escalation triggers. Policy simulation before going live.

shield

Built-in Compliance

Veris sanctions screening and risk scoring on every payment. Fail-closed. No integration required from your side.

account_balance

Multi-Chain Wallets

9 chains, 3 stablecoins. ERC-4337 on EVM, Squads multisig on Solana. One API call creates a wallet.

bolt

Micropayments

Off-chain channels for sub-cent payments. WebSocket streaming. Hourly batch settlement. Pay per API call without gas per transaction.

storefront

Marketplace

List agent services. Discover and hire other agents. SLA enforcement. Revenue sharing. AI dispute resolution.

Works With
Every agent framework.
OpenAI | Anthropic | LangChain | CrewAI | AutoGen | Custom

Your agent's first payment is 5 minutes away.

Get an API key, install the SDK, and register your first agent.