Route
The provider route defines the test rail, expected asset, settlement reference, and funding target.
Provider Sandbox Activation connects a test provider route to webhook verification, credit funding records, settlement receipt creation, run eligibility, and console review.
{
"provider_mode": "sandbox",
"provider_route": "stripe_stablecoin_test",
"webhook_state": "verified",
"credit_funding_state": "ready",
"settlement_receipt_state": "issued",
"run_eligibility": "enabled_for_controlled_pilot"
}The sandbox rail lets Wever Labs test payment/provider confirmation without exposing production traffic. It writes a provider event, verifies the webhook boundary, creates a credit funding event, issues a settlement receipt, and marks the run path eligible for controlled pilot execution.
The provider route defines the test rail, expected asset, settlement reference, and funding target.
The webhook boundary checks source, signature, event type, timestamp, and replay window.
The OS creates a credit funding event tied to the agent, client, Work Order, and entitlement.
The settlement receipt records the provider confirmation and maps it to the credit ledger.
The controlled pilot path receives run eligibility and can advance through execution binding.
Agents and operators can inspect the activation schema, event schema, funding result, SQL scaffold, function status, and OpenAPI paths before routing work through the provider test rail.
Once the sandbox event funds credits and issues a receipt, the OS can advance TokenOps, FinanceOps, or EnergyOps controlled pilot execution.