Known vendor. Valid evidence. Inside budget.
The agent may continue to the owner’s existing payment workflow.
THE SPENDING GATE FOR AI AGENTS
One preflight checks the owner’s mandate, vendor trust, required evidence and budget—then returns a clear pass, review or block receipt.
Calls the live stateless endpoint. The request is not stored; Agent Reserve holds no funds, accesses no wallet and executes no payment.
Public developer sandbox. Demand and production integration remain unproven.
ONE QUESTION · THREE SAFE OUTCOMES
Agent Reserve gives downstream systems a small, predictable decision surface. Uncertainty never silently becomes a payment.
The agent may continue to the owner’s existing payment workflow.
The request pauses and returns to a human before any payment rail is invoked.
The request stops. No payment workflow should be invoked.
BUILT FOR AGENT DEVELOPERS
Use the same preflight before any irreversible step. Agent Reserve never replaces the owner or the payment rail—it makes the boundary explicit and auditable.
Let research agents buy approved datasets while stopping unknown vendors and missing delivery evidence.
Keep autonomous workloads inside per-request and daily spend limits before usage is provisioned.
Require an owner mandate and a trusted vendor before an agent starts or renews a software subscription.
MCP + OPENAPI · PUBLIC SANDBOX
Give any compatible agent one read-only tool. It sends six bounded facts and receives a deterministic decision receipt. No account, wallet or secret is required for the sandbox.
https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcpevaluate_agent_spend_requestPass the mandate, vendor, evidence and budget facts before an irreversible action.
Continue on eligible, pause on escalate, and stop on block or no valid response. Eligible never executes payment.
REST /api/authorize{
"mandateValid": true,
"vendorStatus": "trusted",
"receiptStatus": "pass",
"amount": 48,
"perRequestLimit": 100,
"dailyRemaining": 250
}COPY · CONNECT · VERIFY
For MCP clients that accept remote Streamable HTTP server entries.
{
"mcpServers": {
"agent-reserve": {
"type": "http",
"url": "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
}
}
}Paste this instruction after the server appears in your client.
Before any payment step, call evaluate_agent_spend_request with: mandateValid=true, vendorStatus=trusted, receiptStatus=pass, amount=48, perRequestLimit=100, dailyRemaining=250. Continue only on eligible. Stop on escalate, block, or no valid response.
The integration passes only when the tool returns all four facts.
eligiblepolicy_passfalse64 hex charsIntegration is not enforcement by itself. The downstream system must stop when Agent Reserve returns review, block or no valid response.
TRUST THROUGH RESTRAINT
The agent supplies policy facts; the owner defines the actual mandate and limits.
Exact validation order and deterministic decision vectors make results inspectable.
A policy pass is not a transaction, legal approval or wallet instruction.
Invalid requests and failed evidence block instead of falling through.
OPEN PROOF ARCHIVE
The former protocol laboratory remains available as machine-readable evidence. It is proof of deterministic reference logic—not certification, customer demand or production security.
START WITH ONE REQUEST