---
title: AKOS Documentation
description: Learn how to use AKOS — the operating system for AI agents in production. Guides for the web app, desktop app, and the akos CLI.
---

AKOS lets your team add governed AI agents to any business process — built, supervised, and audited by the people who own the work.

<Cards>
  <Card title="Getting started" description="Choose web, desktop, or CLI and reach a working workspace." href="/docs/getting-started" />
  <Card title="Concepts" description="Learn the vocabulary behind agents, flows, processes, governance, and RAG." href="/docs/concepts" />
  <Card title="Using the app" description="Follow screen-by-screen operating guides for web and desktop." href="/docs/using-the-app" />
  <Card title="Run lifecycle" description="Trace one run from its trigger to the signed audit ledger." href="/docs/how-it-works/run-lifecycle" />
  <Card title="CLI guide" description="Authenticate, configure, run, observe, and govern from the terminal." href="/docs/cli" />
  <Card title="For agents" description="Resolve implementation ownership, handoffs, and required checks." href="/for-agents" />
</Cards>

Looking for a walkthrough of a specific screen? Most screens in the app link directly to the matching page here.

## Machine-readable documentation

- [llms.txt](/llms.txt) is the concise discovery map.
- [llms-full.txt](/llms-full.txt) contains the public, for-agents, and runtime capability corpus.
- Every page exposes its canonical source under `/raw`.

Improving documentation or ownership handoffs? Validate the repository with [Doc Bridge](https://agentskit-io.github.io/doc-bridge/).
