OGN Cloud / Gateway
Hosted control plane for verifiable GPU genomics runs.
Submit jobs, observe lifecycle, stream logs, register artifacts, download receipts, and inspect optional proof bundles without building a parallel artifact system.
Request Pilot AccessRun lifecycle
QUEUEDRUNNINGSUCCEEDEDFAILEDCANCELED
Workers use the same Job Spec v1 contract exposed through OGN Core Kit. Gateway stores artifact identities and derives renewable URLs on demand.
Pilot API paths
SubmitPOST /v1/runs
StatusGET /v1/runs/{run_id}
LogsGET /v1/runs/{run_id}/logs
ArtifactsGET /v1/runs/{run_id}/artifacts
ReceiptGET /v1/runs/{run_id}/receipt
Receipt URLPOST /v1/runs/{run_id}/receipt:url
Proof bundleGET /v1/runs/{run_id}/proof-bundle
Proof URLPOST /v1/runs/{run_id}/proof-bundle:url
BYO GPU mode
Customers can run workers on their own GPU hosts while OGN manages the evidence trail.
Early pilots can keep compute in customer-controlled environments and still get gateway-managed run status, logs, artifact registration, receipts, optional proof bundles, and cost metadata.