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

# Platform services

> FlexAI platform services and tools

FlexAI Platform Services provide the essential building blocks for managing data, code, secrets, and storage across your AI workflows. Each service is designed to be secure, flexible, and deeply integrated with the FlexAI ecosystem.

## Key Platform Services

<CardGroup cols={2}>
  <Card title="Checkpoint Manager" icon="layer-group" href="/platform-services/checkpoint-manager/">
    Manage, version, and deploy model checkpoints from Training and Fine-tuning jobs
  </Card>

  <Card title="Dataset Manager" icon="database" href="/platform-services/dataset-manager/">
    Upload, manage, and organize datasets for your AI workloads
  </Card>

  <Card title="Secret Manager" icon="key" href="/platform-services/secret-manager/">
    Securely store and manage API keys, credentials, and secrets
  </Card>

  <Card title="Remote Storage Connection Manager" icon="cloud-arrow-down" href="/platform-services/remote-storage-connections-manager/">
    Connect to cloud storage providers for seamless data access and transfer
  </Card>

  <Card title="Code Registry Manager" icon="github" href="/platform-services/code-registry-manager/">
    Connect and manage GitHub repositories for training and inference
  </Card>

  <Card title="Observability Services" icon="chart-line" href="/platform-services/observability/">
    Monitor, log, and analyze your FlexAI workloads and infrastructure
  </Card>
</CardGroup>

### [Checkpoint Manager](/platform-services/checkpoint-manager/)

Capture, store, version, and deploy model checkpoints. Resume training, export checkpoints, and deploy models with confidence.

### [Dataset Manager](/platform-services/dataset-manager/)

Upload datasets from local or cloud sources, organize data flexibly, and manage multiple datasets for complex training scenarios.

### [Secret Manager](/platform-services/secret-manager/)

Secure, encrypted storage for API keys, tokens, and configuration files. Reference secrets in workloads without exposing sensitive data.

### [Remote Storage Connection Manager](/platform-services/remote-storage-connections-manager/)

Integrate with AWS S3, Google Cloud Storage, and more. Move data directly between providers and FlexAI, and manage credentials securely.

### [Code Registry Manager](/platform-services/code-registry-manager/)

Connect public or private GitHub repositories, reference specific commits or branches, and streamline your development-to-deployment workflow.

### [Observability Services](/platform-services/observability/)

Monitor infrastructure, visualize metrics, and access logs for all your FlexAI workloads.
