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

# Introduction

> Welcome to Odin, your security operations platform

Odin is Borg Security's client platform. It shows your organisation's attack surface, tracks security findings across your assets, and hosts Mjolnir, our agentic AI pentest engine.

<Frame caption="The Odin home dashboard">
  <img src="https://mintcdn.com/borgresearchas/PosxlzFQ8VizB4Dq/images/odin-hero.svg?fit=max&auto=format&n=PosxlzFQ8VizB4Dq&q=85&s=9dddfa50dd553de0074540422ae4ffd5" alt="Odin home dashboard showing security posture overview" className="block dark:hidden" width="1200" height="480" data-path="images/odin-hero.svg" />

  <img src="https://mintcdn.com/borgresearchas/PosxlzFQ8VizB4Dq/images/odin-hero.svg?fit=max&auto=format&n=PosxlzFQ8VizB4Dq&q=85&s=9dddfa50dd553de0074540422ae4ffd5" alt="Odin home dashboard showing security posture overview" className="hidden dark:block" width="1200" height="480" data-path="images/odin-hero.svg" />
</Frame>

## What Odin includes

<CardGroup cols={2}>
  <Card title="Attack surface" icon="radar">
    Continuously discover and monitor your domains, subdomains, IPs, and APIs. Know what's exposed before attackers do.
  </Card>

  <Card title="Findings" icon="magnifying-glass">
    All security findings in one place, triaged by severity, linked to assets, with suggested remediation steps and a threaded discussion with our analyst team.
  </Card>

  <Card title="Mjolnir" icon="bolt">
    Agentic AI whitebox pentesting. Mjolnir reads your source code, maps your attack surface, generates test cases, and executes them autonomously.
  </Card>

  <Card title="Integrations" icon="plug">
    Push findings directly to Linear, Jira, GitHub, or GitLab. Keep your security and engineering workflows in sync.
  </Card>
</CardGroup>

## How it works

Odin is organised around your **workspace**, which holds your organisation's assets, findings, and pentest history. When you sign in, you land on the Home dashboard.

The sidebar groups everything into four sections:

* **General**: Home and a global Findings view
* **Attack Surface**: Assets and the Attack Surface Map
* **Pentests**: Mjolnir setup, runs, PR reviews, suppression rules, and configuration
* **Management**: Workflows, Integrations, Reports, Mitigation, Team, API Keys, and Billing

## Getting started

<Steps>
  <Step title="Complete your profile">
    Add your name and photo so teammates can identify you.
  </Step>

  <Step title="Review your findings">
    Open **Findings** to see what's already been reported.
  </Step>

  <Step title="Explore your attack surface">
    Open **Assets** to see what Odin has discovered about your organisation.
  </Step>

  <Step title="Run your first AI pentest">
    Go to **Security testing > Full pentests > Launch a pentest** and follow the setup wizard.
  </Step>
</Steps>

<Info>
  If you're here specifically to set up a Mjolnir AI pentest, jump straight to the [Mjolnir overview](/mjolnir/overview).
</Info>
