# Hideout ## Docs - [Enterprise](https://docs.rootaccess.ai/enterprise.md): Hideout for teams building firmware in regulated industries - [Apply diff locally](https://docs.rootaccess.ai/features/apply-locally.md): Write an agent's proposed change straight into your local checkout from chat, through the CLI daemon — no copy-paste, no manual patching. - [Memory management](https://docs.rootaccess.ai/features/memory.md): A persistent knowledge store Seb reads before every task — project memory and organization-wide conventions — so it doesn't relearn your codebase each session. - [System](https://docs.rootaccess.ai/features/system-diagram.md): An auto-generated hardware block diagram of your project — subsystems, components, and the buses between them — built from your BOM and schematics. - [Worktrees](https://docs.rootaccess.ai/features/worktrees.md): Run several seb chat sessions on the same repo at once — each in its own isolated git worktree, so they never clobber each other's branch. - [2. Add hardware context](https://docs.rootaccess.ai/guide/hardware-context.md): Datasheets, BOM, schematics, supporting docs, compliance standards, and the SEB.md project brief — everything Seb needs to know before it writes a line of code. - [5. Review in the CLI](https://docs.rootaccess.ai/guide/review-in-cli.md): Pull a finished agent's PR into your terminal, pair with Seb on the change, run more tests, and commit back. - [3. Run agents](https://docs.rootaccess.ai/guide/run-agents.md): Describe your task in chat, review Seb's plan, and launch an agent. - [1. Set up a project](https://docs.rootaccess.ai/guide/setup-project.md): Create a Hideout project, connect your GitHub or GitLab repo, and (optionally) link Jira or Linear. - [4. Set up HIL test benches](https://docs.rootaccess.ai/guide/test-benches.md): Hardware-in-the-loop testing — define procedures and bridges that let agents validate their work on your real board while they code. - [Welcome](https://docs.rootaccess.ai/index.md) - [Install](https://docs.rootaccess.ai/install.md): Sign up for Hideout and install the Seb CLI. - [GitHub](https://docs.rootaccess.ai/integrations/github.md): Connect GitHub once at the account level; every project uses the same identity. - [GitLab](https://docs.rootaccess.ai/integrations/gitlab.md): Use GitLab as your code host. Connect once at the account level; every project you create on GitLab uses the same identity. - [Jira](https://docs.rootaccess.ai/integrations/jira.md): Connect Jira so you can mention Jira issues directly in your messages when launching agents. - [Linear](https://docs.rootaccess.ai/integrations/linear.md): Connect Linear so you can mention Linear issues directly in your messages when launching agents. - [CLI commands](https://docs.rootaccess.ai/reference/cli-commands.md): Reference for the `seb` command-line tool. - [Organization management](https://docs.rootaccess.ai/reference/organization.md): How organizations, members, and roles work — and how project access stays scoped to the people you add. - [Platform map](https://docs.rootaccess.ai/reference/platform-map.md): Quick reference: every Platform page and what it's for. - [Slash commands](https://docs.rootaccess.ai/reference/slash-commands.md): Commands you can run inside a `seb chat` session.