{
  "ok": true,
  "host": "app.odei.ai",
  "artifact": "odei.agent.activation-state",
  "version": "2026-03-18",
  "launchStatus": {
    "state": "announcement_coming_soon",
    "access": "guided_launch_intake",
    "publicLaunch": "not_yet_public"
  },
  "summary": "Current activation state machine across intake, reviewed provisioning, auth, entitlements, billing, and first runtime activation.",
  "currentState": {
    "preview": "public",
    "foundingCohortIntake": "open",
    "intakeContinuity": "canonical_status_and_resume",
    "reviewedProvisioning": "required",
    "publicSignup": "closed",
    "publicCheckout": "closed",
    "selfServeActivation": "closed",
    "runtimeActivation": "operator_review_then_activate"
  },
  "stateMachine": [
    {
      "state": "preview_public",
      "label": "Preview public",
      "meaning": "The runtime, pricing, and activation boundaries are visible before self-serve opens."
    },
    {
      "state": "intake_open",
      "label": "Guided launch intake open",
      "meaning": "The human or agent can submit the onboarding contract and receive an intake ID immediately."
    },
    {
      "state": "intake_received",
      "label": "Intake received",
      "meaning": "The intake envelope and provisioning trail exist and can be reopened through the status endpoint."
    },
    {
      "state": "reviewed_provisioning",
      "label": "Reviewed provisioning",
      "meaning": "Runtime scope, governance, and billing readiness are reviewed before activation."
    },
    {
      "state": "activation_ready",
      "label": "Activation ready",
      "meaning": "The first runtime, governance profile, and mission queue are ready for activation."
    },
    {
      "state": "activated_runtime",
      "label": "Activated runtime",
      "meaning": "The user receives the working agent runtime, receipt surface, and first mission boundary."
    }
  ],
  "gates": {
    "authBoundary": [
      "intake_id",
      "consent",
      "verified operator details"
    ],
    "entitlementsBoundary": [
      "preview_entitlements",
      "activation_entitlements",
      "receipt_surface"
    ],
    "billingBoundary": [
      "billing_readiness",
      "reviewed setup scope",
      "metered execution policy"
    ]
  },
  "links": {
    "app": "https://app.odei.ai/",
    "docs": "https://api.odei.ai/worldmodel/",
    "launchStatus": "https://app.odei.ai/launch-status.json",
    "cohortContract": "https://app.odei.ai/cohort-contract.json",
    "activationTimeline": "https://app.odei.ai/activation-timeline.json",
    "activationContract": "https://app.odei.ai/activation-contract.json",
    "activationState": "https://app.odei.ai/activation-state.json?profile=founder-operator",
    "authContract": "https://app.odei.ai/auth-contract.json?profile=founder-operator",
    "authState": "https://app.odei.ai/auth-state.json?profile=founder-operator",
    "entitlementsArtifact": "https://app.odei.ai/entitlements.json?profile=founder-operator",
    "entitlementsState": "https://app.odei.ai/entitlements-state.json?profile=founder-operator",
    "pricingArtifact": "https://app.odei.ai/pricing.json",
    "billingContract": "https://app.odei.ai/billing-contract.json?profile=founder-operator",
    "commercialEnvelope": "https://app.odei.ai/commercial-envelope.json?profile=founder-operator",
    "runtimePackage": "https://app.odei.ai/runtime-package.json?profile=founder-operator",
    "provisioningSchema": "https://app.odei.ai/provisioning-schema.json",
    "accountBoundary": "https://app.odei.ai/account-boundary.json?profile=founder-operator",
    "activationReadiness": "https://app.odei.ai/activation-readiness.json?profile=founder-operator",
    "activationHandoff": "https://app.odei.ai/activation-handoff.json?profile=founder-operator",
    "firstMissionPack": "https://app.odei.ai/first-mission-pack.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",
    "intakeTemplate": "https://app.odei.ai/intake-template.json"
  },
  "generatedAt": "2026-07-14T22:54:33.716Z"
}