Premium workflow output

Evidence-linked Planetary Model data, shaped for agents and software.

A decision input is a typed, provenance-backed record that systems can attach to routing, pricing, underwriting, compliance, exposure, hedging, operations, engineering, or security workflows.

Example contract

{
  "version": "earth_state_packages_v1",
  "asOf": "2026-05-01T20:00:00Z",
  "decision_input_id": "cover_integrity_input",
  "workflow": "underwriting",
  "package_id": "maritime",
  "input_state_variables": [
    "war_risk_premium_pressure",
    "insurance_exposure",
    "security_risk",
    "sanctions_exposure"
  ],
  "transition_ids": [
    "CROWDALPHA_TRANSITION_ID"
  ],
  "evidence_ids": [
    "observation:CROWDALPHA_EVIDENCE_ID"
  ],
  "uncertainty_vector": {
    "total": 0.19,
    "source": 0.12,
    "model": 0.19,
    "contradiction": 0.03
  },
  "model_version": "earth_state_packages_v1",
  "run_manifest_id": "CROWDALPHA_RUN_MANIFEST_ID",
  "status": "WAITING_FOR_STATE",
  "provenance": {
    "mode": "LIVE",
    "source": "GET /api/v1/state-packages/decision-inputs"
  }
}

Contracts

Concrete records for concrete workflows.

cover_integrity_input

Cover Integrity Input

P&I, marine war-risk, exclusions, referral thresholds, and evidence retention.

Underwriting workbenches, broker workflows, cover review systems.

GET /api/v1/maritime/decision-inputsGET /api/v1/state-packages/decision-inputs
route_viability_input

Route Viability Input

Routing, corridor advisories, insurance review, freight timing, and security escalation.

Routing systems, logistics operators, insurers, security operations.

GET /api/v1/maritime/decision-inputsGET /api/v1/state-packages/decision-inputs
sanctions_exposure_input

Sanctions Exposure Input

Counterparty, cargo, vessel, operator, flag, route, and regime exposure review.

Compliance desks, trade finance, underwriting, approved institutional partners.

GET /api/v1/maritime/decision-inputsGET /api/v1/state-packages/decision-inputs
war_risk_pressure_input

War-Risk Pressure Input

Premium pressure, breach-area review, corridor risk, and reinsurer context.

War-risk underwriters, marine brokers, reinsurers.

GET /api/v1/maritime/decision-inputs
commodity_flow_pressure_input

Commodity Flow Pressure Input

Commodity route exposure, supply pressure, price-pressure context, and hedging review.

Physical commodity desks, procurement, treasury, trading risk.

GET /api/v1/maritime/decision-inputsGET /api/v1/state-packages/decision-inputs
asset_exposure_input

Asset Exposure Input

Facilities, terminals, ports, infrastructure nodes, and country exposure review.

Corporate security, insurance, infrastructure risk, approved institutional operations.

GET /api/v1/maritime/decision-inputsGET /api/v1/state-packages/decision-inputs
price_pressure_input

Price Pressure Input

Commodity-linked price pressure, hedging context, and pricing-desk advisory review.

Pricing teams, commodity traders, treasury, hedging desks.

GET /api/v1/state-packages/decision-inputs
routing_risk_input

Routing Risk Input

Supply-chain rerouting, alternate-corridor planning, and freight contingency review.

Supply-chain operators, freight planners, logistics teams.

GET /api/v1/state-packages/decision-inputs
cyber_posture_input

Cyber Posture Input

Cyber, telecom, and digital-infrastructure exposure review tied to continuity planning.

Cyber risk, continuity planning, digital infrastructure operators.

GET /api/v1/state-packages/decision-inputs
humanitarian_access_input

Humanitarian Access Input

Humanitarian access, water and food security context, and procurement planning for approved teams.

Humanitarian operations, procurement, institutional planning, insurers.

GET /api/v1/state-packages/decision-inputs
country_risk_input

Country Risk Input

Country-level political, regulatory, and stability exposure review.

Country risk, public affairs, security, regulatory strategy teams.

GET /api/v1/state-packages/decision-inputs

Required fields

versionasOfdecision_input_idworkflowpackage_id / corridor_idinput_state_variablestransition_idsevidence_idsuncertainty_vectormodel_versionrun_manifest_idstatusprovenance

Rules

Decision inputs are derived from stored world-model state, not generated prose.

Every cited state variable must trace to transitions and evidence.

Confidence and uncertainty are part of the contract, not optional decoration.

Redactions must be explicit when sensitive maritime or access policy applies.

Simulated inputs must be labeled as branch outputs and kept separate from live state.

Reports explain. Decision inputs integrate.

The Planetary Model can render dashboards and briefings, but the highest-value output is a typed state record that downstream systems can replay, audit, and act from.