Available modes
read_schemacreate_slaevaluate_sla
Create an operational promise around a rail run: response expectation, callback requirement, retry count, proof requirements, and failure behavior.
This records run expectations. It is not a legal contract or uptime guarantee.
read_schemacreate_slaevaluate_slarail_key, expected_response_window, callback_required, proof_required
sla_id, rail_key, retry_count, failure_behavior, proof_required, status
GET /api/agent-sla-rail 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/agent-sla-rail
curl -X POST https://weverlabs.com/api/agent-sla-rail \
-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.