Logo

Audit Logs

Every significant action (payment initiation, settlement, agent suspension) is written to an immutable audit log scoped to the authenticated user.

List logs

GET/auditJWT
Query paramDefault
limit50
offset0
[ { "id": "uuid", "action": "payment_settled", "metadata": { "paymentId": "uuid", "invoiceId": "inv-001", "amountUsdCents": 100 }, "createdAt": "2026-04-05T03:54:38Z" } ]

Logged actions

ActionTrigger
payment_settledOn-chain confirmation received
payment_failedSubmission error
agent_suspendedPOST /agents/:id/suspend
pool_topped_upPOST /gas-pool/:id/topup
webhook_registeredPOST /webhooks
api_key_revokedDELETE /keys/revoke