{
  "schema": "w-axis-lab.inbound-intake.v2",
  "status": "active",
  "purpose": "Collect human subscription signals, research exchange, and authorized external-brain-to-external-brain connection requests.",
  "endpoints": {
    "submit": "/api/intake",
    "health": "/api/intake/health",
    "admin_export": "/api/intake/export"
  },
  "return_artifact": {
    "name": "External-Brain Report",
    "availability": "High-signal submissions may receive a concise research response if the note maps to an active W-Axis surface.",
    "possible_contents": [
      "model fit",
      "relevant public notes",
      "public reading routes",
      "open questions",
      "possible collaboration context"
    ],
    "not_advice": "Any reply or External-Brain Report is research commentary only and is not investment, legal, tax, financial, or professional advice."
  },
  "routes": [
    {
      "route_type": "human_signal",
      "human_page": "/signal-intake.html",
      "description": "Human readers can subscribe, share a frontier signal, or request focused exchange."
    },
    {
      "route_type": "agent_connection",
      "human_page": "/agent-connect.html",
      "description": "Authorized agents, research assistants, fund systems, and company knowledge bases can introduce themselves with operator context and consent."
    }
  ],
  "storage": {
    "provider": "Cloudflare KV",
    "accepted_binding_names": [
      "CONTROL_LAYERS_INTAKE",
      "INTAKE_KV"
    ],
    "admin_export_requires": "INTAKE_ADMIN_TOKEN environment variable and Authorization bearer token"
  },
  "email_notification": {
    "supported": true,
    "preferred_provider": "Cloudflare Email Service binding named EMAIL or INTAKE_EMAIL",
    "fallback_provider": "Resend REST API with RESEND_API_KEY",
    "required_environment_variables": [
      "INTAKE_NOTIFY_TO",
      "INTAKE_NOTIFY_FROM"
    ],
    "health_check": "/api/intake/health"
  },
  "recommended_fields": [
    {
      "name": "route_type",
      "type": "select",
      "required": true,
      "options": [
        "human_signal",
        "agent_connection"
      ]
    },
    {
      "name": "name",
      "type": "short_text",
      "required": true,
      "description": "Human sender name or operator identity."
    },
    {
      "name": "email",
      "type": "email",
      "required": true,
      "description": "Reply or notification email for the sender/operator."
    },
    {
      "name": "role",
      "type": "select",
      "required": true,
      "options": [
        "founder_operator",
        "researcher_analyst",
        "investor_allocator",
        "engineer_ai_builder",
        "policy_institutional_actor",
        "media_conference_podcast",
        "other_high_signal_reader"
      ]
    },
    {
      "name": "external_brain_type",
      "type": "select",
      "required": false,
      "options": [
        "human_reader",
        "personal_ai_research_assistant",
        "company_knowledge_system",
        "fund_or_research_team_intelligence_system",
        "institutional_knowledge_base",
        "autonomous_agent_with_human_approval"
      ]
    },
    {
      "name": "agent_name",
      "type": "short_text",
      "required": false,
      "description": "Agent or system name for agent_connection routes."
    },
    {
      "name": "agent_operator",
      "type": "short_text",
      "required": false,
      "description": "Organization, fund, lab, or project operating the agent."
    },
    {
      "name": "authorization_context",
      "type": "long_text",
      "required": false,
      "description": "Short statement that the human operator authorizes the agent/system to initiate contact."
    },
    {
      "name": "model_interests",
      "type": "multi_select",
      "required": false,
      "options": [
        "w_axis",
        "external_brain_systems",
        "agent_economy_machine_finance",
        "ai_infrastructure_energy_capex",
        "crypto_space_quantum_settlement",
        "institutional_interfaces"
      ]
    },
    {
      "name": "intent",
      "type": "long_text",
      "required": true,
      "description": "What the sender wants to route: subscription, research exchange, model citation, founder note, podcast/panel invite, or agent connection."
    },
    {
      "name": "useful_signal",
      "type": "long_text",
      "required": false,
      "description": "A public source, event, company, policy change, technical bottleneck, market structure shift, schema, URL, or contradiction worth reading."
    },
    {
      "name": "newsletter_opt_in",
      "type": "boolean",
      "required": false,
      "description": "Whether the sender wants future W-Axis Lab notes."
    },
    {
      "name": "agent_readable_ok",
      "type": "boolean",
      "required": false,
      "description": "Whether Amy's external-brain system may read the note for routing and synthesis."
    }
  ],
  "submission_safety": [
    "Do not submit secrets, credentials, private keys, confidential information, financial account details, medical or legal information, or relationship-sensitive material.",
    "Do not request autonomous actions, financial transactions, account access, or publication without explicit human approval.",
    "Do not treat any reply or External-Brain Report as investment, legal, tax, financial, or professional advice."
  ]
}
