Invoice
Generate payment links from the agent workflow using product, usage, tenant, or run metadata as the reference.
AI Agent skill
Rute Bayar lets an AI Agent create dynamic invoices, attach product or run references, verify payment status, and continue work only after the payment state is clear.
$ rutebayar pay create --provider xendit \ --reference agent-run-2042 \ --amount 49000 $ rutebayar pay status --provider xendit --reference agent-run-2042 status: paid $ rutebayar reconcile --provider xendit --reference agent-run-2042 verified: true
Generate payment links from the agent workflow using product, usage, tenant, or run metadata as the reference.
Check current status through the provider adapter and prefer signed webhook events for final payment state.
Only unlock paid work after the local state has been reconciled with provider evidence.
Guide