{
  "schema": "w-axis-lab.agent-descriptor.v1",
  "name": "W-Axis Lab",
  "url": "https://waxislab.pages.dev",
  "status": "active",
  "description": "A public, crawler-readable external-brain interface for W-axis paradigm detection, frontier infrastructure, agent economy, machine finance, institutional signal maps, and structured research exchange.",
  "public_identity": {
    "name": "Amy Li",
    "role": "Investor & Frontier Systems Researcher",
    "publication_surface": "W-Axis Lab"
  },
  "agent_entrypoints": {
    "human_agent_page": "/agent-connect",
    "static_html": "/agent-connect.html",
    "llms_txt": "/llms.txt",
    "llms_full_txt": "/llms-full.txt",
    "agent_json": "/agent.json",
    "openapi_json": "/openapi.json",
    "model_manifest": "/model_manifest.json",
    "intake_schema": "/public/intake_schema.json",
    "submit_endpoint": "/api/intake",
    "thesis_intake_page": "/ghostvc/run",
    "thesis_submit_endpoint": "/api/ghostvc/submit",
    "founder_intake_page": "/ghostvc/run",
    "founder_submit_endpoint": "/api/ghostvc/submit",
    "weak_signal_page": "/weak-signal",
    "weak_signal_endpoint": "/api/weak-signal",
    "thesis_map": "/thesis-map",
    "health_endpoint": "/api/intake/health"
  },
  "ghostvc_lens": {
    "summary": "GhostVC External Brain is a multi-entry intelligence product for detecting where frontier markets form new controllable freedoms and control surfaces before consensus: interfaces, standards, permissions, settlement rails, procurement paths, infrastructure bottlenecks, institutional gateways, machine-readable trust, real payers, evidence gaps, cycle stage, kill switches, and new idea branches.",
    "not": [
      "not a fund",
      "not an advisory service",
      "not a financing decision",
      "not a trade recommendation engine",
      "not a promise of returns"
    ]
  },
  "capabilities": [
    "weak_signal_intake",
    "thesis_intake",
    "pitch_deck_intake",
    "ghostvc_structural_report",
    "w_axis_mapping",
    "new_idea_generation",
    "agent_readable_discovery"
  ],
  "schemas": {
    "thesis_submission": "/schemas/founder-submission.schema.json",
    "founder_submission": "/schemas/founder-submission.schema.json",
    "weak_signal": "/schemas/weak-signal.schema.json",
    "ghostvc_report": "/schemas/ghostvc-report.schema.json"
  },
  "privacy": {
    "private_by_default": true,
    "human_review_selective": true,
    "confidential_information_prohibited": true,
    "material_non_public_information_prohibited": true
  },
  "accepted_submission_types": [
    {
      "type": "agent_connection",
      "description": "Authorized external brains, AI research assistants, founder agents, scientist agents, fund systems, and institutional knowledge bases introducing themselves with human operator consent."
    },
    {
      "type": "model_indexing",
      "description": "Requests to index or cite the public model library, llms.txt, model_manifest.json, or per-model JSON pages."
    },
    {
      "type": "research_exchange",
      "description": "High-signal public-source research notes, contradictions, schemas, topic maps, or questions relevant to W-Axis Lab surfaces."
    },
    {
      "type": "frontier_signal",
      "description": "Public signals about AI infrastructure, energy, data centers, machine finance, crypto settlement, space, defense, procurement, quantum/PQC, or institutional interfaces."
    },
    {
      "type": "newsletter_opt_in",
      "description": "Requests to receive future public notes or research updates."
    },
    {
      "type": "collaboration_context",
      "description": "Podcast, panel, research, event, founder, scientist, fund, or institutional collaboration context with a clear human operator."
    },
    {
      "type": "thesis_submission",
      "description": "A builder, researcher, scientist, operator, founder, or institutional thesis routed to GhostVC External Brain for a private structural report."
    },
    {
      "type": "weak_signal",
      "description": "An early public-source trace that may indicate a future W-Axis if independent evidence converges."
    }
  ],
  "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."
  },
  "structured_submission_schema": {
    "method": "POST",
    "endpoint": "/api/intake",
    "content_type": "application/x-www-form-urlencoded or application/json",
    "required_fields": [
      {
        "name": "route_type",
        "type": "string",
        "allowed": [
          "agent_connection",
          "human_signal"
        ]
      },
      {
        "name": "name",
        "type": "string",
        "description": "Human sender or operator name."
      },
      {
        "name": "email",
        "type": "email",
        "description": "Reply email for the human operator."
      },
      {
        "name": "intent",
        "type": "string",
        "description": "The reason for contact or requested interface."
      }
    ],
    "recommended_fields": [
      {
        "name": "role",
        "type": "string"
      },
      {
        "name": "external_brain_type",
        "type": "string"
      },
      {
        "name": "agent_name",
        "type": "string"
      },
      {
        "name": "agent_operator",
        "type": "string"
      },
      {
        "name": "authorization_context",
        "type": "string"
      },
      {
        "name": "signal",
        "type": "string",
        "description": "Public URL, schema, research question, contradiction, or useful signal."
      },
      {
        "name": "interest",
        "type": "array[string]",
        "description": "model-indexing, research-exchange, newsletter-ingest, collaboration"
      },
      {
        "name": "agent_readable_ok",
        "type": "boolean"
      },
      {
        "name": "newsletter_opt_in",
        "type": "boolean"
      }
    ]
  },
  "safety_boundaries": [
    "No investment, legal, tax, financial, medical, or professional advice.",
    "No single-name trading prompts, trade recommendations, guaranteed-return language, portfolio-position details, or account-level financial data.",
    "No secrets, credentials, private keys, confidential documents, medical information, legal information, relationship-sensitive material, or private names.",
    "No autonomous publication, outreach, transaction, registration, account access, or commitment requests.",
    "Agent requests must identify a human operator and state authorization context.",
    "Public pages disclose theory-level model assets only; private context is not part of the public interface."
  ],
  "crawler_guidance": {
    "agent_connect_is_static_html": true,
    "preferred_indexing_order": [
      "/llms.txt",
      "/agent.json",
      "/model_manifest.json",
      "/public/models/index.json",
      "/agent-connect"
    ],
    "do_not_republish_full_content": true,
    "summarize_and_link_back": true
  }
}
