Machine-native payment flow
Pay per call avoids account setup, but still needs quote expiry, vendor allowlists, spending caps, idempotency, and auditable authorization.
Step through a paid tool call, test policy boundaries, require human approval, inject failures, and inspect the audit trail before any simulated execution.
A wallet answers “can it pay?” A permission system answers the harder questions: what may it buy, how much may it risk, who can approve it, and how do we prove what happened?
Pay per call avoids account setup, but still needs quote expiry, vendor allowlists, spending caps, idempotency, and auditable authorization.
Runway = remaining budget ÷ expected daily tool cost
Exposure = transaction cap × allowed concurrent actions
Spend velocity = cost per call × calls per hour
Current illustrative runway: 20 days.
| Rule | Status |
|---|
Every decision names its binding rule. “The model decided” is never a sufficient audit explanation.
Choose a failure to inspect a safe, idempotent recovery path.
Why is a wallet balance not an adequate agent safety policy?