/api/remote-domain/v1/manifest
Declares protocol version, lifecycle operations, domain labels,
creator uiProfile, supported work kinds, control
actions, scorecards, and evidence capabilities.
remote-domain.v1 providers
remote-domain.v1 is the contract between Astraform's
simulation host and your business world. Implement a provider, pass
conformance, then expose the state, workflow actions, and inspection
views that make launch decisions replayable.
Your domain keeps policy truth. Astraform turns the run into evidence.
Protocol console
Every endpoint exists to preserve the chain from customer scenario to domain action, side effect, inspection, and report evidence.
Declares protocol version, lifecycle operations, domain labels,
creator uiProfile, supported work kinds, control
actions, scorecards, and evidence capabilities.
Initializes opaque domain state from a persona, cohort, recipe, or scenario seed. The host stores references; the provider owns business semantics and validation.
Runs bounded customer or workflow work and returns state deltas, emitted evidence, tool-facing outputs, warnings, and checkpoint references.
Lets the provider execute institution-side time progression: interest, statement close, SLA expiry, fees, policy refresh, or other business-owned scheduled work.
Projects readable state and evidence for the dashboard, report, affected-subject drilldown, replay timeline, and export bundle.
SDK lanes
Python and Java/Spring expose the same lifecycle contract. The SDKs help author providers, but conformance is the gate that makes a domain supportable.
astraform-remote-domain-author-kitastraform-remote-domain-conformance0.1.2.pip install 'astraform-remote-domain-author-kit[fastapi]==0.1.2' astraform-remote-domain-conformance==0.1.2ai.astraform:remote-domain-author-kit-javaai.astraform:remote-domain-conformance-java0.1.2.ai.astraform:remote-domain-author-kit-java:0.1.2ai.astraform:remote-domain-conformance-java:0.1.2
remote-domain.v1 lifecycle contract.Boundary model
This is the line that keeps customer outcome simulation credible. Astraform owns simulation time, replay, and run evidence. Your domain owns business semantics, persistence, policy truth, and side effects.
manifest -> prepare -> execute-work -> status -> inspection -> shutdown
uiProfileCertification runway
Use an author kit, but make the lifecycle contract the source of truth.
Validate schema, lifecycle operations, and state projection before host wiring.
Verify manifest fetch, protocol compatibility, and runtime discovery.
Show lifecycle execution, domain evidence projections, and replay-linked outcome evidence.
Preview scope
Partner Preview is intentionally narrow. The goal is one useful simulation pass with explicit assumptions, not a broad managed platform promise.
Partners own deployment and connectivity for the first preview lane.
remote-domain.v1 supports the current lifecycle contract; long-running async domain ownership is outside v1.
A domain is supportable only after it passes the conformance harness and host registration checks.
Outcome reports are decision-grade stress-test evidence, not production forecasts or automatic launch approvals.