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

# Sumvin

> Identity for every agent: a verified Sigil, limits you sign, and errands run within them.

<div className="sv-page">
  <section className="sv-hero">
    <div className="sv-wrap py-20 md:py-28">
      <p className="sv-eyebrow sv-enter">Sumvin documentation</p>
      <h1 className="sv-display mt-6 sv-enter">Identity for every agent.</h1>

      <p className="sv-lede mt-8 sv-enter-2">
        Your agent acts for you. Sumvin lets it prove who it acts for, and stay inside the limits you sign.
      </p>

      <div className="sv-doors mt-12 sv-enter-3">
        <a className="sv-door sv-door--primary" href="/get-started/connect">
          <span className="sv-door-title">Connect via MCP</span>
          <span className="sv-door-meta">Recommended. Add Sumvin to the agent you already use</span>
        </a>

        <a className="sv-door" href="/get-started/cli/install">
          <span className="sv-door-title">Install the CLI</span>
          <span className="sv-door-meta">For developers building and experimenting</span>
        </a>
      </div>

      <p className="mt-6 text-sm sv-enter-3">
        <a className="sv-door-meta" href="/reference/status-labels">Both paths are in private preview.</a>
      </p>
    </div>
  </section>

  <section className="sv-wrap py-16 md:py-20">
    <p className="sv-eyebrow sv-muted">One path, five steps</p>

    <ol className="sv-journey mt-8">
      <li className="sv-station">
        <a href="/get-started/connect">
          <span className="sv-station-num">01</span>
          <span className="sv-station-name">Connect</span>
          <span className="sv-station-copy">Add the connector to your agent. Developers can use the CLI.</span>
        </a>
      </li>

      <li className="sv-station">
        <a href="/get-started/first/verify">
          <span className="sv-station-num">02</span>
          <span className="sv-station-name">Verify</span>
          <span className="sv-station-copy">Your phone, then your ID. One trip to the browser.</span>
        </a>
      </li>

      <li className="sv-station">
        <a href="/get-started/first/sigil">
          <span className="sv-station-num">03</span>
          <span className="sv-station-name">Sigil</span>
          <span className="sv-station-copy">Proof of personhood. Your agent carries proof that a verified person stands behind it.</span>
        </a>
      </li>

      <li className="sv-station">
        <a href="/get-started/first/stamped-mandate">
          <span className="sv-station-num">04</span>
          <span className="sv-station-name">Stamp</span>
          <span className="sv-station-copy">Sign what your agent may do, and the limits it must keep to.</span>
        </a>
      </li>

      <li className="sv-station">
        <a href="/get-started/first/errand">
          <span className="sv-station-num">05</span>
          <span className="sv-station-name">Errand</span>
          <span className="sv-station-copy">Your agent creates the errand; Envoy runs it, inside those limits. Payments are coming soon.</span>
        </a>
      </li>
    </ol>
  </section>

  <section className="sv-wrap pb-16 md:pb-20">
    <div className="sv-rule pt-10">
      <p className="sv-eyebrow sv-muted">Partners</p>

      <div className="sv-partners mt-6">
        <a className="sv-partner" href="https://www.visa.com/en-us/solutions/intelligent-commerce">
          Visa
          <span className="sv-partner-role">Intelligent Commerce Launch Partner. Payments coming soon</span>
        </a>

        <a className="sv-partner" href="https://sumsub.com/">
          Sumsub
          <span className="sv-partner-role">Identity verification</span>
        </a>

        <a className="sv-partner" href="https://www.meld.io/">
          Meld
          <span className="sv-partner-role">Open-banking data</span>
        </a>
      </div>
    </div>
  </section>

  <section className="sv-wrap pb-24">
    <div className="sv-rule pt-10 sv-agent-line">
      <p className="sv-eyebrow sv-muted">Agent-readable</p>

      <p className="mt-4 max-w-2xl">
        These docs are written for your agent as much as for you. Point it at <a href="/llms.txt"><code>/llms.txt</code></a> for the index of every page, or at <a href="/skill.md"><code>/skill.md</code></a> for what it can do here.
      </p>

      <p className="mt-4 max-w-2xl sv-muted">
        New here? Start with <a href="/get-started/what-is-sumvin">what Sumvin is</a> and <a href="/get-started/how-it-works">how it works</a>.
      </p>
    </div>
  </section>
</div>
