Skip to main content

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

2. Platform & Delivery

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

3. Agent and CLI

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

4. Operations

If you need authentication, audit, or observability guidance:

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:
go run ./cmd/aios
Terminal B:
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.