> ## 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

> AiOS 的公开文档入口，覆盖开始使用、平台与交付、Agent 与 CLI、运维与参考。

# AI OS Platform

AiOS 是一套面向开发者、平台实施人员与运维团队的统一控制面文档站点。公开文档按 **开始使用、平台与交付、Agent 与 CLI、运维与安全、参考资料** 组织，而不是按旧的双产品树并行展开。

## 从哪里开始

### 1. 开始使用

如果你第一次接触 AiOS，先阅读统一的入门入口：

* [开始使用](/getting-started/index)

### 2. 平台与交付

如果你关心平台架构、运行模式与应用交付：

* [平台总览](/platform/index)
* [系统架构](/platform/architecture)
* [应用交付总览](/platform/application-delivery)

### 3. Agent 与 CLI

如果你通过 CLI 或 Agent 接入 AiOS：

* [Agent 总览](/agent/index)
* [生产环境二次验证与审批](/agent/production-approval)

### 4. 运维与安全

如果你负责认证、审计与观测：

* [运维总览](/operations/index)
* [认证与授权模型](/operations/authn-authz)
* [日志架构](/operations/logging)

## 文档组织方式

* **开始使用**：面向首次接入与快速验证
* **平台与交付**：面向平台能力、环境模型与应用交付
* **Agent 与 CLI**：面向自动化访问与生产门禁
* **运维与安全**：面向运行治理与故障排查
* **参考**：面向配置、CLI 与稳定规格

## 当前入口与未来 CLI 方向

终端 A：

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

终端 B：

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

当前仓库可验证的入口是 `cmd/aios` bootstrap/server binary。`aios init`、`aios infra cluster status`、`aios approval request` 等命令仍属于未来 CLI 方向，不应被视为当前已实现能力。

## 相关页面

* [开始使用](/getting-started/index)
* [平台总览](/platform/index)
* [Agent 总览](/agent/index)
