# Okibi agent quickstart

> Okibi turns an existing codebase into a versioned CLI that agents can operate natively from the terminal.

Okibi currently requires an existing codebase. Standalone API documentation is not supported yet, but it is on the roadmap. No specific application stack is required.

## Installation options

macOS and Linux:

```sh
curl -fsSL https://okibi.ai/install | sh
```

Windows PowerShell:

```powershell
irm https://okibi.ai/install.ps1 | iex
```

## Entry points

```sh
okibi auth login
okibi
okibi --help
```

## Agent operation

Generated CLIs support progressive discovery through their built-in command help. Agents can inspect commands and flags as the task requires without loading the entire product interface into context up front.

Generated CLIs provide typed commands, human-readable output, structured JSON output, meaningful exit codes, generated command documentation, and installable releases. Each release passes automated build, vet, shipcheck, and live dogfood checks before shipping.

## Resources

- [Machine-readable landing page](https://okibi.ai/index.md): Product overview and landing-page content.
- [Agent resource index](https://okibi.ai/llms.txt): Discover the public resources intended for agents.
- [macOS and Linux installer](https://okibi.ai/install): Inspect the shell installer source.
- [Windows installer](https://okibi.ai/install.ps1): Inspect the PowerShell installer source.
- [Release manifest](https://releases.okibi.ai/latest.json): Current installer artifacts and SHA-256 checksums.
- [Security](https://okibi.ai/security): Security and source-access details.
