Full reference opens with design-partner access

Everythingneeded to runthe loop.

Documentation is organised the way a deployment actually happens: connect, baseline, advise, control, then expand. Each section maps to a stage of the trust model rather than to an org chart.

9
documentation sections
6
connector families
3
autonomy levels
1
deployment pattern

Connector reference

Protocol, direction and the authority each connector can be granted.

FamilyProtocolsDirectionAuthority
Forming / stamping pressOPC UA, PLC tagsRead + writeParameter adjustment within a bounded envelope
Paint / enamel lineOPC UA, RESTRead + writeCoverage, film build and cure setpoints
Foaming machineOPC UA, PLC tagsRead + writeShot weight, mix ratio, cure time
Assembly stationsMQTT, REST, tool APIsRead + writeGating, torque targets, station instructions
Leak / functional testersMQTT, REST, file dropRead + writeTest sequencing and disposition
Appliance MES / qualityREST, file dropRead + writeGenealogy, non-conformance, disposition

The unit lifecycle

Everything in the API hangs off the unit. A serial number is the join key between perception, process, test and warranty.

Core objects

  • Factory — a site and its edge runtime
  • Line — stages, product families, autonomy
  • Unit — one serialised appliance
  • Verdict — decision, risk, citations
  • AuditRecord — immutable, exportable
python · duromex-sdk
# Register a line and stream a unit through the loop
from duromex import Factory

factory = Factory(site="plant-ankara-2", edge="local")

line = factory.line(
    id="refrigeration-cabinet-01",
    stages=["form", "weld", "enamel", "foam",
            "assemble", "test", "pack"],
    autonomy="shadow",   # shadow | advisory | control
)

unit = line.unit(serial="RF-2026-0004417")
unit.attach("vision", stream="opcua://press-04/cam")
unit.attach("pressure_decay", stream="mqtt://tester-11/decay")

verdict = unit.evaluate()
print(verdict.first_pass, verdict.risk, verdict.citations)
# True  0.03  ["recipe:foam-v12", "spec:IEC-60335-2-24"]

The nine ideas you need

Read these once and the rest of the documentation is mostly detail.

Stage

One step of the build — form, weld, enamel, foam, assemble, test, pack — owned by one agent.

Perception record

The fused sensor evidence attached to a specific unit at a specific stage.

Verdict

A decision with a confidence, a probable cause and a citation chain back to a source.

Authority envelope

What an agent may write, on which line, within which bounds — granted, scoped and revocable.

Autonomy level

Shadow, advisory or control, set per line and per workflow.

Twin gate

The simulation check a change must pass before it can reach production.

Audit record

The immutable log entry for every action: evidence, reasoning, write and approver.

Baseline

The measured human and tester performance the agent must beat, captured in shadow mode.

Correction

An engineer's override — the highest-value training signal the system receives.

Running Duromex day to day

01

Daily

Review exceptions the agents held for human decision, and confirm the overnight drift and evaluation status.

  • Exception queue in the review console
  • Drift alerts against golden datasets
  • Autonomy authority unchanged unless approved
02

Weekly

Review the metric trend against baseline and inspect the corrections your engineers made most often — they point at the next model improvement.

  • Metric trend versus published baseline
  • Top correction patterns by station
  • Connector health and stream completeness
03

Per changeover

Rehearse the model change in the twin, confirm the predicted yield and takt, then release under canary.

  • Twin gate before the change
  • Canary line first, automatic rollback
  • Recipe carry-over between variants
04

Quarterly

ROI review against the written success metric, and a decision on expanding autonomy, modules or lines.

  • Documented measurement method
  • Autonomy level reviewed per line
  • Expansion decided on evidence

Documentation follows the unit

Each stage of the build has its own connector reference, model card, control envelope and evidence schema — so a question about foam is answered in the foam section, not in a generic API page.

Form & stampWeld & seamEnamel & paintFoam & insulateWire & assembleLeak & function testRate & pack
PASS · A+++ 1 2 3 4 5 6 7

The documented deployment path

Nine steps, in this order, every time.

Scope the wedge

Choose one line, one workflow and one written success metric with a named owner.

Provision the edge

Install the runtime on site and verify GPU, network and fail-safe stop paths.

Connect

Register the connectors for that line's press, enamel line, foamer, stations, testers and MES.

Baseline

Run shadow mode for at least fourteen days and publish the baseline and accuracy gap.

Advise

Enable advisory mode with human approval on every action; corrections train the models.

Gate

Wire the twin and CI evaluation gates into your change process before any control is granted.

Control

Grant scoped, revocable write authority for low-risk workflows and escalate exceptions.

Review

Run the quarterly ROI review against the written metric.

Expand

Add the adjacent module, then the next line, then the next site.

Documentation status

Stated plainly — Duromex is pre-launch.

9

sections outlined publicly

1

access tier today: design partners

100%

of connector families documented at pilot

0

public API keys issued yet

Access and coverage

How do we get full documentation access?

Through a design-partner engagement or a paid pilot. The full reference includes control envelopes and safety-relevant detail that we do not publish openly during pre-launch.

Is there an OpenAPI specification?

Yes, provided with access. The agent API and the audit API are both specified, and the audit schema is versioned additively.

Do you document the model cards?

Each stage model ships with a card describing training data provenance, evaluation results, known failure modes and the confidence thresholds used for escalation.

Documentation opens with access.

Design partners and pilot customers get the full reference, the SDK and the edge runtime.

Duromex is pre-launch. Figures shown are design-partner targets and modelled economics, not audited results. Ask us for the methodology.