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

# CLI

> Akua CLI preview status and supported automation paths

The Akua CLI is in preview. The canonical binary name is `akua`, and the implementation lives in the public [`akua-dev/cli`](https://github.com/akua-dev/cli) repository.

The preview establishes the command architecture, generated operation registry, output contract, build path, and release automation. Full API command execution is not ready for public terminal workflows yet.

## What to use now

Use the surface that matches what you need while terminal workflows are unavailable:

<CardGroup cols={2}>
  <Card title="Platform MCP" icon="server" href="/ai/platform-mcp">
    Let agents discover endpoints and call the Akua API with injected auth.
  </Card>

  <Card title="Documentation MCP" icon="book" href="/ai/docs-mcp">
    Give AI tools current Akua docs context while the CLI is in preview.
  </Card>

  <Card title="Akua API" icon="code" href="/apis/introduction">
    Use `curl` or generated clients for scripts and custom integrations.
  </Card>

  <Card title="Authentication" icon="key" href="/apis/authentication">
    Create workspace API tokens and understand workspace scoping.
  </Card>
</CardGroup>

## Preview source

The CLI source is public for evaluation and contribution:

<Card title="CLI repository" icon="github" href="https://github.com/akua-dev/cli">
  Source code, architecture notes, generated command registry, and development tasks.
</Card>

Do not use the old CNAP-era Go module, Homebrew tap, or `cnap` binary from earlier docs. The Akua CLI preview does not preserve legacy CNAP CLI compatibility for the first Akua release.

## Command reference status

The old command reference pages are retired while the Akua CLI is rebuilt. When API command execution is ready, these docs will publish supported install commands, authentication setup, configuration paths, output modes, and resource command examples.

## Related topics

<CardGroup cols={2}>
  <Card title="API reference" icon="code" href="/apis/introduction">
    REST API conventions, pagination, and error codes.
  </Card>

  <Card title="Authentication" icon="key" href="/apis/authentication">
    Mint API tokens for programmatic access.
  </Card>

  <Card title="Documentation MCP" icon="book" href="/ai/docs-mcp">
    Connect AI tools to the Akua documentation corpus.
  </Card>

  <Card title="Platform MCP" icon="server" href="/ai/platform-mcp">
    Manage Akua resources from MCP-compatible agents.
  </Card>
</CardGroup>
