> ## Documentation Index
> Fetch the complete documentation index at: https://docs.case.dev/llms.txt
> Use this file to discover all available pages before exploring further.

#  

>  

<div className="cyber-home">
  <div className="cyber-split">
    <div className="cyber-split-copy">
      <p className="cyber-tag">
        <span className="cyber-tag-dot" />

        CASE.DEV · INTRODUCTION
      </p>

      <h1 className="cyber-split-headline">
        The Infrastructure for <span className="cyber-accent">Legal</span> Engineering.
      </h1>

      <p className="cyber-split-lede">
        API-native legal systems that can act. The matter, vault, model, and agent layer for software
        that does the work instead of waiting for input.
      </p>

      <div className="cyber-split-actions">
        <a className="cyber-button cyber-button-primary" href="/getting-started/index">
          Get Started <span className="cyber-button-arrow">↗</span>
        </a>

        <a className="cyber-button cyber-button-secondary" href="https://console.case.dev">
          View Console <span className="cyber-button-arrow">↗</span>
        </a>
      </div>
    </div>

    <div className="cyber-split-plate" aria-hidden="true">
      <img src="https://mintcdn.com/casemark/wCMfW7a60xxmDmVb/images/courthouse-dithered-v2.png?fit=max&auto=format&n=wCMfW7a60xxmDmVb&q=85&s=2a46de35d79779246b4c65104c2ff673" alt="" width="2048" height="1536" data-path="images/courthouse-dithered-v2.png" />
    </div>
  </div>

  <div className="cyber-band">
    <div className="cyber-band-actions">
      <a className="cyber-button cyber-button-primary" href="/cli">
        Install CLI
      </a>

      <a className="cyber-button cyber-button-secondary" href="https://casemark.com/blog/why-we-built-linc-the-terminal-based-legal-agent">
        Read Linc
      </a>

      <a className="cyber-button cyber-button-secondary" href="/matters/index">
        Matters
      </a>
    </div>

    <div className="cyber-command-row">
      <span className="cyber-command-label">CLI</span>
      <code>brew tap CaseMark/casedev && brew install casedev</code>
    </div>

    <div className="cyber-command-row">
      <span className="cyber-command-label">Linc</span>
      <code>npm install -g @casemark/linc</code>
    </div>
  </div>

  ## Explore

  <div className="cyber-service-cards">
    <CardGroup cols={3}>
      <Card title="CLI" icon="terminal" href="/cli">
        Run case.dev from your terminal. Install with Homebrew.
      </Card>

      <Card title="SDK" icon="code-xml" href="/sdks">
        Official bindings for TypeScript, Python, and Go.
      </Card>

      <Card title="MCP" icon="https://mintcdn.com/casemark/F7vnJ9Wycy_rjINW/mcp-icon.svg?fit=max&auto=format&n=F7vnJ9Wycy_rjINW&q=85&s=249d69c1aa34026fe5a9c219e9b0f4df" href="/casedev-mcp/index" width="16" height="16" data-path="mcp-icon.svg">
        Connect to Claude, ChatGPT, Copilot, and any MCP client.
      </Card>
    </CardGroup>
  </div>

  ## Services

  <div className="cyber-service-cards">
    <CardGroup cols={3}>
      <Card title="Matters" icon="scale" href="/matters/index">
        Matter-native orchestration, work items, parties, logs, shares, and human review.
      </Card>

      <Card title="Agents" icon="workflow" href="/agents/index">
        Persistent workers and runs with scoped access to legal infrastructure.
      </Card>

      <Card title="Vault" icon="archive" href="/vault/index">
        Secure document storage with indexing, OCR pipelines, and semantic retrieval.
      </Card>
    </CardGroup>
  </div>

  <a className="cyber-explore-cta" href="/services">
    <span>Explore Services</span>
    <span className="cyber-button-arrow">↗</span>
  </a>
</div>
