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

# AI OS Platform

> Public documentation entry for AiOS covering onboarding, platform delivery, agent access, operations, and reference material.

# AI OS Platform

AiOS documentation is organized around **Start Here, Platform & Delivery, Agent & CLI, Operations, and Reference** so readers can navigate by intent instead of by legacy product trees.

## Where to Start

### 1. Start Here

If you are new to AiOS, begin with the unified onboarding path:

* [Start Here](/en/getting-started/index)

### 2. Platform & Delivery

If you are working on runtime design, environments, or application rollout:

* [Platform Overview](/en/platform/index)
* [Architecture](/en/platform/architecture)
* [Application Delivery Overview](/en/platform/application-delivery)

### 3. Agent and CLI

If you access AiOS through automation, CLI, or agent-driven workflows:

* [Agent Overview](/en/agent/index)
* [Production Step-Up and Approval](/en/agent/production-approval)

### 4. Operations

If you need authentication, audit, or observability guidance:

* [Operations Overview](/en/operations/index)
* [Authentication and Authorization Model](/en/operations/authn-authz)
* [Logging Architecture](/en/operations/logging)

## How the Docs Are Organized

* **Start Here** for orientation and onboarding
* **Platform & Delivery** for runtime model and application delivery
* **Agent & CLI** for automated access and production guardrails
* **Operations** for governance and runtime troubleshooting
* **Reference** for CLI, config, and stable specs

## Current Entry And Future CLI Direction

Terminal A:

```bash theme={null}
go run ./cmd/aios
```

Terminal B:

```bash theme={null}
curl http://localhost:8080/healthz
curl http://localhost:8080/readyz
```

The currently verifiable entrypoint is the `cmd/aios` bootstrap/server binary. Commands such as `aios init`, `aios infra cluster status`, and `aios approval request` remain future CLI direction only and are not implemented in the repository today.

## Related Pages

* [Start Here](/en/getting-started/index)
* [Platform Overview](/en/platform/index)
* [Agent Overview](/en/agent/index)
