web/docs/schemas/examples/launch-offers-catalog.v1.example.json

91 lines
2.7 KiB
JSON

{
"schema_version": "launch_offers_catalog.v1",
"catalog_id": "launch-2026-operator",
"offers": [
{
"offer_id": "edut.solo.core",
"title": "EDUT Solo Core",
"summary": "Single-principal governance runtime for personal operations.",
"price": "1000.00",
"currency": "USDC",
"member_only": true,
"workspace_bound": false,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"execution_profile": {
"connector_surface": "hybrid",
"pacing_tier": "governed_human_pace",
"human_pace_floor_ms": 1200
}
},
{
"offer_id": "edut.workspace.core",
"title": "EDUT Workspace Core",
"summary": "Org-bound deterministic governance runtime for team operations.",
"price": "1000.00",
"currency": "USDC",
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"execution_profile": {
"connector_surface": "hybrid",
"pacing_tier": "governed_human_pace",
"human_pace_floor_ms": 1200
}
},
{
"offer_id": "edut.workspace.ai",
"title": "EDUT Workspace AI Layer",
"summary": "AI reasoning layer for governed workspace operations.",
"price": "1000.00",
"currency": "USDC",
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"execution_profile": {
"connector_surface": "hybrid",
"pacing_tier": "governed_human_pace",
"human_pace_floor_ms": 1200
}
},
{
"offer_id": "edut.workspace.lane24",
"title": "EDUT Workspace 24h Lane",
"summary": "Autonomous execution lane capacity for workspace throughput.",
"price": "1000.00",
"currency": "USDC",
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"execution_profile": {
"connector_surface": "edut_native",
"pacing_tier": "local_hardware_speed"
}
},
{
"offer_id": "edut.workspace.sovereign",
"title": "EDUT Workspace Sovereign Continuity",
"summary": "Continuity profile for stronger local/offline workspace operation.",
"price": "1000.00",
"currency": "USDC",
"member_only": true,
"workspace_bound": true,
"transferable": false,
"internal_use_only": true,
"multi_tenant": false,
"execution_profile": {
"connector_surface": "edut_native",
"pacing_tier": "local_hardware_speed"
}
}
],
"published_at": "2026-02-17T00:00:00Z"
}