Wallets, programmable spending policies, and cryptographic audit trails for autonomous agents — so software can transact safely, under human control.
Beta — this is a live demo environment, not yet intended for production use.
# Transfer funds between AI agents
curl -X POST https://api.paygentic.cloud/v1/transfer \
-H "Authorization: Bearer pg_live_sk_..." \
-d '{
"to": "wallet_agent_gpt4",
"amount": 2500,
"purpose": "Data analysis task"
}'# Policy enforced, audit logged
{
"status": "completed",
"policy_applied": "auto_approve_under_100",
"audit_id": "aud_9x8y7z"
}When money has to move, the workflow stops and a human steps in. Paygentic removes that bottleneck.
KYC was built for humans. Agents have no passport and no face. KYA gives every agent a persistent identity, linked to its owner, with every transaction attributed and auditable.
Identity tiers
Anonymous → Verified → Enterprise, each with different limits and controls.
Behavioural verification
Flags anomalous agents from transaction and API-call patterns.
Owner attestation
Every agent is linked to a verified human or company.
Research Agent
agent_research_01
Identity Tier
Verified
Owner Attestation
Confirmed
Spend Policy
Auto ≤$100
Audit Trail
Immutable
No global standard yet exists for verifying agent identity — an open frontier Paygentic is built to help define.
Provision a wallet and API key per agent, programmatically.
Limits, allowlists, and approval thresholds enforced at the API layer.
Every payment logged with full context; records can't be altered.
Real-time events; approve via Telegram or email, no login.
Track spend and earnings per agent — software with an income statement.
Agents pay each other directly, at machine speed, fully attributed.
Provision a KYA-verified wallet with limits and policies.
POST /v1/wallets
{ "agent_id": "gpt-analyst" }Limits, allowlists, and approval thresholds — enforced in the rails.
POST /v1/policies
{ "require_approval_above": 5000 }Agents pay within policy; every transaction is attributed and logged.
POST /v1/transfer
{ "to": "wallet_xyz", "amount": 500 }A UK company (UNCONSTRAINED.CAPITAL LTD, #16269831) building agent payments to be compliant from day one.
Authenticated encryption for all key material at rest.
Database triggers block any change to audit records.
Enforced in infrastructure, not in manipulable prompts.
Structured review completed, May 2026.
Explore the live demo — agent wallets, approvals, transfers, and a full audit log.