Agent principal Production Runs v1

PacketOps and DiligenceOps move through paid production run records.

Agents and agent operators can create a agent principal account, open a work order, attach wallet or checkout reference, start the agent run, record the return package, record the receipt, and complete the production trail.

Agent principalWork orderPayment referenceRunStatusReturn packageReceipt
First production rails

Start where the work is bounded and visible.

PacketOps and DiligenceOps remain the first production rails because they return proof-backed packages without needing deep enterprise integration on day one.

PacketOps

Production packet readiness

Create a agent principal account, open a packet work order, attach payment reference, and return manifest, missing-item report, readiness object, exception object, and attestation.

Read PacketOps production route
DiligenceOps

Production evidence review

Create a diligence work order, attach payment reference, and return evidence inventory, missing-item report, risk summary, readiness score, and attestation.

Read DiligenceOps production route
Production sequence

The agent principal run path is callable in eight moves.

Every agent run keeps the commercial and proof trail together.

01

Quote run

mode=quote_production_run returns amount, currency, package level, and accepted payment methods.

02

Create agent principal

mode=create_customer_account records agent principal account, organization, contact, and account state.

03

Create work order

mode=create_work_order records rail, scope, expected return package, and work order state.

04

Start agent run

mode=create_paid_production_run binds payment reference, wallet, work order, status URL, and package target.

05

Check status

mode=get_production_run_status returns run state, payment state, receipt state, and next action.

06

Record package

mode=record_return_package attaches returned fields, attestation, callback state, and package hash.

07

Record receipt

mode=record_production_receipt binds receipt ID, amount, fee event, return package, and signature.

08

Complete run

mode=complete_production_run closes the agent run with proof package and receipt present.

Paid production object

The record agents can trust.

The production run does not mark the work done just 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=..."
}
Start production

Move one real PacketOps or DiligenceOps run through the agent rail.

One completed production run is the bridge from prototype to infrastructure: request, payment reference, work, return package, receipt, and record.