Available modes
read_schemastart_sandbox_runfetch_sandbox_package
Test PacketOps and DiligenceOps with sample data, then move directly into paid execution with the same rail shape.
Sandbox only. No production data, no payment movement, no live fulfillment.
read_schemastart_sandbox_runfetch_sandbox_packagerail_key
sandbox_run_id, rail_key, return_package, dry_run_receipt, transcript_hash, repeatability_score
GET /api/rail-playground returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/rail-playground
curl -X POST https://weverlabs.com/api/rail-playground \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.