Now in Private Beta — 500 slots remaining

The payment layer
for autonomous
AI agents.

Give every AI agent a wallet. Let them transact, hire, and settle — without a human in the loop. Built for the agent economy.

See how it works
Agent-to-Agent Payments Programmable Spending Rules Smart Contract Escrow USDC Stablecoin Native Real-Time Human Oversight Enterprise-Grade Security Sub-Second Settlements Agent-to-Agent Payments Programmable Spending Rules Smart Contract Escrow USDC Stablecoin Native Real-Time Human Oversight Enterprise-Grade Security Sub-Second Settlements
0ms
Avg. Settlement Time
0.9%
Uptime SLA
$0.001
Per Transaction Fee
0min
Integration Time

Three lines of code. Infinite agent transactions.

Agntly gives your AI agent a programmable financial identity. Set spending rules, fund the wallet, and let your agents transact autonomously — all within guardrails you define.

01

Create an Agent Wallet

Spin up a wallet for any agent via API in milliseconds. Each wallet gets a unique agentId, balance, and owner.

02

Set Spending Rules

Define daily limits, per-transaction caps, whitelists, and kill switches. You stay in control at all times.

03

Agents Transact Autonomously

Agents send, receive, and escrow payments to each other — instantly, on-chain, with full audit trails.

04

Monitor & Control

Watch every transaction in real time. Freeze any wallet instantly. Export full audit logs for compliance.

agent_payment.py
# Install: pip install agntly
import agntly

# Initialize client
client = agntly.Client(
  api_key="aut_live_..."
)

# Create a wallet for your agent
wallet = client.wallets.create(
  agent_id="research-agent-01",
  rules={
    "daily_limit_usd": 50,
    "max_per_tx_usd": 10
  }
)

# Agent pays another agent
tx = client.payments.send(
  from_wallet="research-agent-01",
  to_wallet="data-agent-07",
  amount_usd=2.50,
  memo="Dataset retrieval task"
)

# tx.status → "confirmed" ✓
# tx.settled_in → "1.8ms" ⚡

Everything agents
need to transact.

Core

Instant Settlements

Sub-2ms agent-to-agent transfers on Base L2. No waiting, no batching. Real-time confirmations with on-chain finality.

🔒
Security

HSM Key Management

Private keys are stored in AWS KMS hardware security modules. Zero plaintext keys. Enterprise-grade cryptographic security.

📋
Control

Spending Rules Engine

Define daily limits, per-transaction caps, whitelist recipients, and category restrictions per agent. Kill switch included.

🤝
Smart Contracts

Escrow & Task Settlement

Lock funds until a task is confirmed complete. Smart contracts auto-release or refund — no disputes, no delays.

📊
Oversight

Human Dashboard

Real-time transaction feed, spending alerts, one-click wallet freeze, and full audit log export for every agent you run.

🛠️
DX

SDK in 3 Languages

Python, Node.js, and TypeScript SDKs ship Day 1. Full OpenAPI 3.0 spec. Sandbox environment. Integrate in under 30 minutes.

Built for teams using

Be first to
build on
Agntly.

We're onboarding 500 developers in our private beta. Join the waitlist and we'll give you free API credits, early pricing locks, and a direct line to our founding team.

No spam. No credit card required. Cancel anytime.

You're on the list.

We'll reach out within 48 hours with your API key and onboarding guide.

In the meantime, check your inbox for a confirmation.