# Kortix Run agents against your own git repos in disposable cloud sandboxes, and land their work through review. Canonical page: https://kortix.com/docs Kortix runs AI agents against your own git repositories in disposable cloud sandboxes, then lands their work through review. ``` project (git repo + kortix.yaml) └─ session ──> isolated sandbox VM on branch "" └─ agent (OpenCode) commits + pushes └─ change request ──> merge ──> default branch ``` A **project** is one repo. A **session** is one agent run in an isolated sandbox on its own branch. A **change request** merges that work back. That's the system. - [Quickstart](/docs/quickstart): Create a project, run a session, keep the work — the everyday loop. - [Concepts](/docs/concepts): How it works — projects, sessions, change requests, agents, secrets, triggers, connections, channels, accounts. - [Guides](/docs/guides): Task how-tos — secrets, tools, automations, the CLI. - [Reference](/docs/reference): Exact detail — manifest, CLI, runtime, secrets, triggers, sandbox image.