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

# FlexAI CLI

> Command-line interface for FlexAI - manage your AI workloads from the terminal

The FlexAI Command Line Interface (CLI) allows you to manage your AI workloads directly from your terminal. Build, train, and deploy models with simple commands.

## Getting Started

### Installation & Authentication

* [CLI Installation](/cli/install/) - Install the FlexAI CLI
* [CLI Authentication](/cli/authenticate/) - Authenticate with your FlexAI account
* [CLI Autocompletion](/cli/reference/completion/) - Enable shell *autocompletion* for the CLI

## Core Services

### Model Inference

Deploy and manage Inference Endpoints for your models.

* [Inference Commands](/cli/reference/inference/) - All inference-related commands
  * Quickstart guide: [Deploying a Public Model](/core-services/inference/quickstart/create-public/)
  * Quickstart guide: [Deploying a Private Model](/core-services/inference/quickstart/create-private/)

### Model Training

Train and Fine-tune models.

* [Training Commands](/cli/reference/training/) - All training-related commands
  * Quickstart guide: [Creating a Training Job](/core-services/training/quickstart/creating/)

### Platform Services

Manage checkpoints, secrets, and storage.

* [Checkpoint Manager](/platform-services/checkpoint-manager/) - Manage model checkpoints
* [Code Registry Manager](/platform-services/code-registry-manager/) - Manage code repositories
* [Dataset Manager](/platform-services/dataset-manager/) - Manage datasets
  * Guide: [Uploading Datasets](/platform-services/dataset-manager/)
* [Observability Services](/platform-services/observability/) - Monitor logs and metrics for your workloads
* [Remote Storage Connection Manager](/platform-services/remote-storage-connections-manager/) - Manage remote storage
* [Secret Manager](/platform-services/secret-manager/) - Manage secrets and credentials

## Updates & Changes

* [Changelog](/cli/changelog/) - Latest CLI updates and changes
