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

# Secure your internal perimeter from insider risk

> Syteca is a single platform for User Activity Monitoring and Privileged Access Management. Record sessions, vault secrets, detect risky behavior, and respond — without stitching tools together.

<div className="mx-auto w-full max-w-[1472px] px-6 sm:px-8">
  <div className="relative isolate overflow-hidden rounded-2xl border border-zinc-200/70 dark:border-zinc-800/70 bg-gradient-to-b from-white to-zinc-50 dark:from-zinc-950 dark:to-zinc-900 px-6 py-12 sm:px-10 sm:py-16 mb-12">
    <div
      aria-hidden="true"
      className="pointer-events-none absolute inset-0 z-0"
      style={{
backgroundImage: `
  radial-gradient(1200px 320px at 90% -10%, rgba(37,99,235,0.10), transparent 60%),
  radial-gradient(800px 280px at 10% 110%, rgba(124,58,237,0.08), transparent 60%)
`
}}
    />

    <div
      aria-hidden="true"
      className="pointer-events-none absolute inset-0 z-0 opacity-[0.18] dark:opacity-[0.12]"
      style={{
backgroundImage: `linear-gradient(rgba(0,0,0,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.08) 1px, transparent 1px)`,
backgroundSize: "32px 32px",
WebkitMaskImage: "radial-gradient(700px 320px at 80% 30%, #000 30%, transparent 75%)",
maskImage: "radial-gradient(700px 320px at 80% 30%, #000 30%, transparent 75%)"
}}
    />

    <div className="relative z-10 max-w-3xl mx-auto text-center">
      <span className="inline-flex items-center gap-2 rounded-full border border-blue-200 bg-blue-50 px-3 py-1 text-xs font-semibold tracking-wide text-blue-700 dark:border-blue-900/60 dark:bg-blue-950/40 dark:text-blue-300">
        <span className="h-1.5 w-1.5 rounded-full bg-blue-500" />

        The latest version is Syteca 7.25
      </span>

      <h1 className="mt-4 text-4xl sm:text-4xl font-extrabold tracking-tight text-zinc-900 dark:text-white leading-[1.05]">
        Syteca - the PAM platform with native ITDR.
      </h1>

      <p className="mt-4 text-lg leading-relaxed text-zinc-600 dark:text-zinc-300 max-w-2xl">
        Syteca is a single platform for User Activity Monitoring and Privileged Access Management.
        Record sessions, vault secrets, detect risky behavior, and respond - without stitching tools together.
      </p>

      <div className="mt-6 flex flex-wrap gap-3 justify-center">
        <a href="/docs/get-started/saas-quick-start" className="inline-flex items-center gap-2 rounded-lg bg-blue-600 px-4 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-700 transition">
          Start with the Quick Start →
        </a>

        <a href="https://www.youtube.com/watch?v=TTcVLQdNB5s" target="_blank" rel="noopener noreferrer" className="inline-flex items-center gap-2 rounded-lg border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-900 px-4 py-2.5 text-sm font-semibold text-zinc-900 dark:text-zinc-100 hover:bg-zinc-50 dark:hover:bg-zinc-800 transition">
          Watch the 3-minute tour
        </a>
      </div>
    </div>
  </div>

  ## Explore the platform

  <div className="mt-6 mb-16">
    <CardGroup cols={3}>
      <Card title="Session Monitoring" icon="monitor" href="/docs/session-monitoring/overview">
        Record sessions in video, search by keystroke, mask sensitive data, and investigate incidents in the Session Player.
      </Card>

      <Card title="Privileged Access Management" icon="lock" href="/docs/pam/overview">
        Vault credentials, broker just-in-time access, rotate secrets, and audit every privileged session end to end.
      </Card>

      <Card title="Posture Management" icon="shield-check" href="/docs/espm/glossary">
        Endpoint Security Posture Management continuously checks every Windows computer in your company for security problems and compliance gaps and tells you exactly how to remediate them.
      </Card>

      <Card title="Alerts & Response" icon="bell-ring" href="/docs/session-monitoring/alerts">
        Real-time notifications on risky behavior, automated session termination, and user blocking on rule match.
      </Card>

      <Card title="Reports & Dashboards" icon="layout-dashboard" href="/docs/session-monitoring/reports/overview">
        Custom and scheduled reports, widget-based dashboards, and audit exports for compliance review.
      </Card>

      <Card title="API & Integrations" icon="braces" href="/docs/api/overview">
        Automate everything: users, secrets, alerts, the ACB credential broker.
      </Card>
    </CardGroup>
  </div>

  ## Get started

  <p className="mt-2 text-zinc-600 dark:text-zinc-300">
    Two deployment paths, both end with a recorded first session in under 30 minutes.
  </p>

  <div className="mt-6 mb-16">
    <CardGroup cols={2}>
      <Card title="SaaS deployment" icon="cloud" href="/docs/get-started/saas-deployment">
        Provision a Syteca SaaS tenant and connect your first endpoint. No infrastructure to manage.
      </Card>

      <Card title="On-premises deployment" icon="server" href="/docs/administration/deployment/installation-checklist">
        Stand up the Application Server, configure DB, and deploy clients across your fleet.
      </Card>
    </CardGroup>
  </div>

  ## What's new in 7.25

  <div className="mt-6 mb-16">
    <CardGroup cols={3} />
  </div>
</div>
