{
  "ok": true,
  "host": "app.odei.ai",
  "artifact": "odei.agent.first-mission-pack",
  "version": "2026-03-18",
  "launchStatus": {
    "state": "announcement_coming_soon",
    "access": "guided_launch_intake",
    "publicLaunch": "not_yet_public"
  },
  "summary": "Canonical first mission templates and outcome contract for the guided launch before public self-serve activation opens.",
  "promise": "The first runtime should return one governed outcome immediately: a mission queue, a receipt trail, and a useful delivery that reduces operator load on day one.",
  "sharedOutcomeContract": {
    "observe": "Pull the first live signals into the World Model boundary.",
    "decide": "Apply governance, priority, and operator intent before any action is queued.",
    "act": "Prepare one concrete delivery instead of a generic assistant response.",
    "verify": "Attach receipts, validation state, and next actions before activation advances.",
    "evolve": "Update memory so the next cycle starts from a better model of the user world."
  },
  "profiles": [
    {
      "id": "founder-operator",
      "label": "Executive operator",
      "templateLabel": "Weekly operating brief",
      "defaultMission": "Prepare my weekly operating brief and surface the follow-ups that actually matter.",
      "firstDelivery": "A governed operating brief with the real next actions already queued.",
      "deliveryNote": "The first win is fewer hidden threads and less manual context reconstruction.",
      "receipts": "Signals, draft actions, approval requests, and outcome checks attached to the brief.",
      "receiptsNote": "The work is only real if the brief leaves an inspectable receipt trail.",
      "successSignal": "The operator stops rebuilding the week manually and can act from one governed brief.",
      "successNote": "Memory should reduce cognitive overhead in the first week, not after a long setup cycle.",
      "loopContract": {
        "observe": [
          "email",
          "calendar",
          "documents"
        ],
        "decide": [
          "priority",
          "governance",
          "timing"
        ],
        "act": [
          "draft operating brief",
          "queue follow-ups",
          "flag approvals"
        ],
        "verify": [
          "brief delivered",
          "receipts attached",
          "approvals surfaced"
        ],
        "evolve": [
          "meeting cadence",
          "follow-up timing",
          "decision context"
        ]
      }
    },
    {
      "id": "deal-operator",
      "label": "Deal operator",
      "templateLabel": "Investor follow-ups",
      "defaultMission": "Track silent threads and draft the next follow-up with deal context already loaded.",
      "firstDelivery": "A governed follow-up queue with context-rich next touches for the right threads.",
      "deliveryNote": "The first win is regained timing on counterparties that would otherwise go quiet.",
      "receipts": "Thread signals, queued follow-ups, approval gates, and pipeline state updates.",
      "receiptsNote": "Every outbound motion needs a receipt so revenue operations remain auditable.",
      "successSignal": "The operator stops relying on memory to detect silence and can move from the queue immediately.",
      "successNote": "The runtime should improve response timing before it tries to optimize the whole pipeline.",
      "loopContract": {
        "observe": [
          "email",
          "calendar",
          "crm"
        ],
        "decide": [
          "thread priority",
          "counterparty timing",
          "approval scope"
        ],
        "act": [
          "draft next touch",
          "update pipeline state",
          "queue follow-up"
        ],
        "verify": [
          "thread status changed",
          "pipeline updated",
          "receipt captured"
        ],
        "evolve": [
          "response timing",
          "deal context",
          "counterparty preferences"
        ]
      }
    },
    {
      "id": "research-operator",
      "label": "Research operator",
      "templateLabel": "Research monitor",
      "defaultMission": "Watch my research perimeter and issue a receipt-backed brief when the landscape moves.",
      "firstDelivery": "A governed brief that explains what changed, why it matters, and what to do next.",
      "deliveryNote": "The first win is signal compression without losing provenance or context.",
      "receipts": "Observed changes, linked sources, validation state, and the delivered brief.",
      "receiptsNote": "Research only compounds if the evidence and conclusion remain tied together.",
      "successSignal": "The operator receives one high-signal brief instead of manually re-reading every source.",
      "successNote": "The runtime should filter noise first, then compound into a better monitored perimeter.",
      "loopContract": {
        "observe": [
          "documents",
          "notes",
          "custom api"
        ],
        "decide": [
          "materiality",
          "relevance",
          "governance boundary"
        ],
        "act": [
          "update world model",
          "draft brief",
          "queue approval"
        ],
        "verify": [
          "source links attached",
          "brief delivered",
          "state updated"
        ],
        "evolve": [
          "research perimeter",
          "signal quality",
          "briefing cadence"
        ]
      }
    },
    {
      "id": "team-runtime",
      "label": "Team runtime",
      "templateLabel": "Shared operating cadence",
      "defaultMission": "Stand up one shared runtime with approvals, team context, and a first operating cadence.",
      "firstDelivery": "A shared runtime scope with one approved cadence, one mission queue, and explicit operator lanes.",
      "deliveryNote": "The first win is shared context and clear approvals before broader team rollout.",
      "receipts": "Scope confirmation, team approvals, first queued mission, and activation evidence.",
      "receiptsNote": "The team runtime only works if each operator lane is visible and auditable.",
      "successSignal": "The team can start from one shared World Model instead of re-explaining state across tools.",
      "successNote": "The runtime should prove one team cadence first, then expand into wider execution lanes.",
      "loopContract": {
        "observe": [
          "email",
          "calendar",
          "tasks",
          "documents"
        ],
        "decide": [
          "operator lane",
          "approval path",
          "shared priority"
        ],
        "act": [
          "queue team mission",
          "draft updates",
          "assign approvals"
        ],
        "verify": [
          "approval recorded",
          "team receipt visible",
          "cadence active"
        ],
        "evolve": [
          "shared context",
          "approval norms",
          "team operating rhythm"
        ]
      }
    }
  ],
  "links": {
    "app": "https://app.odei.ai/",
    "docs": "https://api.odei.ai/worldmodel/",
    "agentBuilder": "https://api.odei.ai/product/create-your-personal-agent/",
    "bootstrapArtifact": "https://app.odei.ai/bootstrap.json",
    "intakeTemplate": "https://app.odei.ai/intake-template.json",
    "provisioningSchema": "https://app.odei.ai/provisioning-schema.json",
    "activationContract": "https://app.odei.ai/activation-contract.json",
    "activationState": "https://app.odei.ai/activation-state.json?profile=founder-operator",
    "commercialEnvelope": "https://app.odei.ai/commercial-envelope.json?profile=founder-operator",
    "activationPackage": "https://app.odei.ai/activation-package.json?profile=founder-operator",
    "launchChecklist": "https://app.odei.ai/launch-checklist.json?profile=founder-operator",
    "billingContract": "https://app.odei.ai/billing-contract.json?profile=founder-operator",
    "runtimePackage": "https://app.odei.ai/runtime-package.json?profile=founder-operator",
    "workspaceContract": "https://app.odei.ai/workspace-contract.json?profile=founder-operator",
    "accountBoundary": "https://app.odei.ai/account-boundary.json?profile=founder-operator",
    "governanceLoop": "https://app.odei.ai/governance-loop.json?profile=founder-operator",
    "activationReadiness": "https://app.odei.ai/activation-readiness.json?profile=founder-operator"
  },
  "generatedAt": "2026-07-14T21:27:55.607Z"
}