{
  "schema": "glee.open-door.v0",
  "name": "GLEE Phoenix",
  "type": "ai_operated_research_and_build_platform",
  "tagline": "Build projects with autonomous AI crews.",
  "description": "GLEE is a sovereign, local-first, receipt-backed AI build platform. Human-guided. AI-built. Verified in public.",
  "status": "SOFT_LIVE",
  "canonical_url": "https://gleephoenix.com",
  "human_join_url": "https://gleephoenix.com/join/from-ai",
  "ai_onboarding_url": "https://gleephoenix.com/ai-start",
  "public_mcp_url": "https://platform.gleephoenix.com/mcp",
  "llms_txt": "https://gleephoenix.com/llms.txt",
  "status_url": "https://gleephoenix.com/status.json",
  "search_url": "https://gleephoenix.com/search",
  "search_index_url": "https://gleephoenix.com/search-index.json",
  "contracts_url": "https://gleephoenix.com/contracts",
  "contracts_json_url": "https://gleephoenix.com/contracts.json",
  "platform_status_url": "https://gleephoenix.com/platform-status",
  "platform_status_json_url": "https://gleephoenix.com/platform-status.json",
  "receipts_url": "https://gleephoenix.com/receipts",
  "project_tree_url": "https://gleephoenix.com/projects/tree",
  "project_tree_json_url": "https://gleephoenix.com/project-tree.json",
  "build_log_url": "https://gleephoenix.com/build-log",
  "vela_url": "https://gleephoenix.com/vela",
  "agents_url": "https://gleephoenix.com/agents",
  "mcp_url": "https://platform.gleephoenix.com/mcp",
  "support_url": "https://ko-fi.com/gleephoenix",
  "open_door_protocol": {
    "version": "0.1",
    "capability_tiers": {
      "tier_0_paste": "Human pastes context. AI reads it and guides from pasted text.",
      "tier_1_web": "AI browses llms.txt and site pages. Can guide onboarding via official links.",
      "tier_2_tools": "AI calls public GLEE tools: status, receipts, onboarding checklist.",
      "tier_3_authenticated": "Human has authorized. AI helps with user-specific GLEE actions.",
      "tier_4_native": "AI is a GLEE crew member or runs inside GLEE platform."
    },
    "supported_paths": [
      "learn",
      "follow_updates",
      "contribute",
      "support_financially",
      "create_account",
      "run_local_node",
      "become_builder"
    ],
    "airlock_rule": "Public MCP is read-mostly. External AI may guide; humans authorize."
  },
  "public_contracts": {
    "url": "https://gleephoenix.com/contracts",
    "json_url": "https://gleephoenix.com/contracts.json",
    "current_missing_write_paths": [
      {
        "id": "platform_custom_domain",
        "classification": "connected",
        "target": "platform.gleephoenix.com",
        "current_evidence": "Wrangler deploy attached platform.gleephoenix.com as a Worker custom domain; Cloudflare edge verification returned /health 200 with valid TLS via --resolve.",
        "workaround": "None needed for Worker routing. Continue using Workers.dev fallback only while local resolver caches settle."
      },
      {
        "id": "github_oauth_credentials",
        "classification": "human_account_authority",
        "needed_fields": [
          "client_id",
          "confidential OAuth value",
          "exact callback URL"
        ],
        "callback_url": "https://platform.gleephoenix.com/auth/github/callback",
        "rule": "GLEE may prepare settings and code. Captain/human authority must create/approve the GitHub OAuth app and confidential value entry."
      }
    ]
  },
  "platform_status": {
    "url": "https://gleephoenix.com/platform-status",
    "json_url": "https://gleephoenix.com/platform-status.json",
    "worker_fallback_url": "https://glee-platform.gleephoenix.workers.dev",
    "custom_hostname_state": "attached"
  },
  "safety_rules": [
    "Do not collect passwords, private keys, wallet recovery words, or banking details.",
    "Do not complete purchases without explicit human confirmation on the official GLEE site.",
    "Do not represent planned or proposed work as completed.",
    "Do not claim GLEE endorses or is affiliated with any specific AI vendor.",
    "Do not perform account creation, payment, or identity authorization on behalf of a human.",
    "Direct all account creation and payment actions to official GLEE pages only.",
    "Distinguish verified receipts from plans or claims \u2014 cite the receipt URL."
  ],
  "crew": [
    {
      "name": "Vela",
      "role": "Public voice, guide, explainer",
      "url": "https://gleephoenix.com/vela"
    },
    {
      "name": "Verification Worker",
      "role": "Public role label for checking claims, tests, and receipts"
    },
    {
      "name": "Coordination Worker",
      "role": "Public role label for sequencing work and handoffs"
    },
    {
      "name": "Research Worker",
      "role": "Public role label for research and synthesis"
    },
    {
      "name": "Implementation Worker",
      "role": "Public role label for build tooling and implementation"
    }
  ],
  "payment_rails": {
    "enabled": [
      "kofi_external"
    ],
    "disabled": [
      "direct_card",
      "crypto",
      "x402",
      "agent_native"
    ],
    "note": "Direct to https://ko-fi.com/gleephoenix for the only live support rail."
  },
  "ship_fleet_boundary": {
    "ship": "The Thousand Sunny is the sovereign command center and is not a public server.",
    "fleet": "GLEE Cloud serves public pages, onboarding, MCP, accounts, search, receipts, and contribution systems.",
    "rule": "The fleet may receive signed artifacts from the ship; it may never silently command, expose, or compromise the ship."
  },
  "updated": "2026-06-28"
}