Production packet readiness
Create a customer account, open a packet work order, attach payment reference, and return manifest, missing-item report, readiness object, exception object, and attestation.
Read PacketOps production routeAgents and operators can create a customer account, open a work order, attach wallet or checkout reference, start the paid run, record the return package, record the receipt, and complete the production trail.
PacketOps and DiligenceOps remain the first production rails because they return proof-backed packages without needing deep enterprise integration on day one.
Create a customer account, open a packet work order, attach payment reference, and return manifest, missing-item report, readiness object, exception object, and attestation.
Read PacketOps production routeCreate a diligence work order, attach payment reference, and return evidence inventory, missing-item report, risk summary, readiness score, and attestation.
Read DiligenceOps production routeEvery paid run keeps the commercial and proof trail together.
mode=quote_production_run returns amount, currency, package level, and accepted payment methods.
mode=create_customer_account records customer account, organization, contact, and account state.
mode=create_work_order records rail, scope, expected return package, and work order state.
mode=create_paid_production_run binds payment reference, wallet, work order, status URL, and package target.
mode=get_production_run_status returns run state, payment state, receipt state, and next action.
mode=record_return_package attaches returned fields, attestation, callback state, and package hash.
mode=record_production_receipt binds receipt ID, amount, fee event, return package, and signature.
mode=complete_production_run closes the paid run with proof package and receipt present.
The production run does not pretend the work is done because money moved. It completes when the return package and receipt are recorded against the same run.
{
"production_run_state": "paid_run_started",
"rail_key": "packetops",
"work_order_id": "work_order_packetops_...",
"payment_reference": "checkout_ref_001",
"return_package_id": "return_package_packetops_...",
"receipt_id": null,
"status_url": "/api/customer-production-runs?production_run_id=..."
}One completed production run is the bridge from prototype to infrastructure: request, payment reference, work, return package, receipt, and record.