🤖 AI Agents

Autonomous payments for AI agents

Give your AI agents their own @handle, spending limits, and permission scopes. Let them pay suppliers, settle invoices, and distribute funds — all without human intervention.

Add to your agent → View SDK docs
<200ms

API latency

99.99%

Uptime SLA

<1s

Settlement speed

ZK

Zero-knowledge audit

Everything an agent needs to pay

🪪 Agents own @handles

Every AI agent gets a dedicated AfriLink @handle. It's a first-class payment identity — not a proxy, not a workaround. Your agent is a real payee and payer.

🔐 Permission scopes

Define exactly what each agent can do: send-only, receive-only, intra-team, or full autonomous. Scopes are cryptographically enforced — not just policy.

💰 Spending limits

Set per-transaction, daily, and monthly caps. Agents that exceed limits pause and escalate to a human approver — automatically, every time.

🔍 Full audit trail

Every payment action is logged with timestamps, agent ID, scope used, and outcome. Export to your compliance system or query via API.

⚡ Webhook-triggered

Trigger payments from any event — an invoice webhook, a task completion signal, a scheduled cron. AfriLink's event bus integrates with n8n, Zapier, and custom stacks.

✅ Multi-sig approvals

High-value transactions require M-of-N approval from designated signers. Build four-eyes controls directly into your agentic payment flow.

Example: autonomous supplier payment

POST /v1/agent-payments/send
{
  "from": "@procurement-bot.acme",
  "to": "@supplier-xyz",
  "amount": 4500.00,
  "currency": "GHS",
  "scope": "supplier:pay",
  "idempotency_key": "inv-2026-05-992"
}

// Response: 202 Accepted — settled in <1s

Use cases across Africa

Logistics

Last-mile delivery pay

Agents pay riders on confirmed delivery — no batch processing, no delays.

Agriculture

Crop purchase automation

Pay smallholder farmers the moment produce is weighed and recorded.

E-commerce

Marketplace splits

Split a single customer payment across multiple vendors in one autonomous action.

Finance

Treasury rebalancing

Agents move funds between accounts to maintain FX exposure limits 24/7.

Your agents are ready. Are your payments?

Integrate in minutes with our REST API or JavaScript SDK. Full sandbox environment — no production risk while you build.

Add to your agent → Read the docs