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

# Deployment Guides

> End-to-end deployment guides for common CrewAI Enterprise stack combinations

Each guide walks you through infrastructure setup, auth configuration, a complete `values.yaml`, and post-installation steps. Pick the guide that matches your cloud and auth provider.

## Choose Your Guide

| Cloud         | WorkOS                                                                | Entra ID                                                                    |
| ------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| **AWS EKS**   | [aws-workos-wharf-studio](/deployment-guides/aws-workos-wharf-studio) | [aws-entraid-wharf-studio](/deployment-guides/aws-entraid-wharf-studio)     |
| **GCP GKE**   | [gcp-workos-wharf-studio](/deployment-guides/gcp-workos-wharf-studio) | [gcp-entraid-wharf-studio](/deployment-guides/gcp-entraid-wharf-studio)     |
| **Azure AKS** | —                                                                     | [azure-entraid-wharf-studio](/deployment-guides/azure-entraid-wharf-studio) |

## What's Included in Every Guide

<CardGroup cols={2}>
  <Card title="Pre-install Checklist" icon="clipboard-check">
    Required tooling, permissions, and resource quotas before you begin.
  </Card>

  <Card title="Complete values.yaml" icon="file-code">
    A production-ready Helm values file for your specific stack combination.
  </Card>

  <Card title="Auth Provider Setup" icon="key">
    Step-by-step configuration for WorkOS or Entra ID.
  </Card>

  <Card title="Post-install Commands" icon="terminal">
    Required commands to finalize the installation and verify the deployment.
  </Card>

  <Card title="Studio V2 Activation" icon="wand-magic-sparkles">
    How to enable and access the Studio V2 interface after installation.
  </Card>
</CardGroup>

<Note>
  If your combination isn't listed, use the closest guide as a base and replace the auth section with the relevant auth provider guide.
</Note>

## Reference Docs

<CardGroup cols={2}>
  <Card title="AWS" href="/cloud-providers/aws" icon="aws" />

  <Card title="GCP" href="/cloud-providers/gcp" icon="google" />

  <Card title="Azure" href="/cloud-providers/azure" icon="microsoft" />

  <Card title="WorkOS SSO" href="/features/workos-sso" icon="shield-check" />

  <Card title="Entra ID" href="/features/entra-id" icon="id-badge" />
</CardGroup>
