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

# Cline Enterprise

> Enterprise security, governance, and observability for the coding agent millions of developers trust.

Cline Enterprise brings centralized governance to the same open-source architecture that millions of developers already use. Your code stays in your environment, you use your own inference at your negotiated rates, and you get the security and observability capabilities that platform teams need for org-wide deployment.

<Card title="Talk to the enterprise team" icon="building" href="https://cline.bot/enterprise">
  Learn about enterprise features, pricing, and deployment options.
</Card>

## What enterprise adds

<CardGroup cols={2}>
  <Card title="SSO / SAML / OIDC" icon="key">
    Authenticate with your existing identity provider. Okta, Microsoft Entra ID (Azure AD), Google Workspace, Keycloak, or any SAML/OIDC-compatible IdP — via WorkOS AuthKit.
  </Card>

  <Card title="Global policies and RBAC" icon="shield-check">
    Three-tier role hierarchy (Member / Admin / Owner) with organization-scoped permissions. Configure once, enforce everywhere.
  </Card>

  <Card title="Centralized provider configuration" icon="gear">
    Admins configure inference providers once from the Cline dashboard. Developers get access automatically — no individual API keys to distribute.
  </Card>

  <Card title="Observability and audit trails" icon="chart-line">
    OpenTelemetry export to Datadog, Grafana, Splunk, New Relic, and more. Track usage, costs, and performance across all teams.
  </Card>

  <Card title="Private networking" icon="lock">
    Route Bedrock and Vertex AI traffic through VPC endpoints and private links. Keep all inference traffic inside your network perimeter.
  </Card>

  <Card title="Bring your own inference" icon="server">
    Connect directly to AWS Bedrock, Google Vertex AI, Azure OpenAI, Anthropic, OpenAI, LiteLLM proxy, or any OpenAI-compatible endpoint — at your negotiated rates, with no markup.
  </Card>
</CardGroup>

## Security model

Cline processes everything locally. Your code never leaves your environment.

<CardGroup cols={2}>
  <Card title="Client-side execution" icon="computer">
    All processing happens within your environment.
  </Card>

  <Card title="No data exfiltration" icon="shield">
    Code and context are never transmitted externally.
  </Card>

  <Card title="No codebase indexing" icon="database">
    Repositories are never indexed or cached by Cline.
  </Card>

  <Card title="No model training" icon="ban">
    Your code and prompts are not used for model training.
  </Card>
</CardGroup>

## Deployment overview

Cline Enterprise is deployed as a VS Code extension into your existing developer environments. There is no separate server to run.

1. Acquire an [Enterprise license](https://cline.bot/enterprise).
2. Configure SSO so your identity provider authenticates developers.
3. Set up centralized provider configuration (AWS Bedrock, LiteLLM, Vertex AI, etc.).
4. Distribute the Cline extension through your existing software distribution tooling.
5. Monitor usage and costs through your observability stack via OpenTelemetry.

## Next steps

<CardGroup cols={2}>
  <Card title="Onboarding" icon="rocket" href="/enterprise/onboarding">
    Set up your organization and connect your identity provider.
  </Card>

  <Card title="SSO setup" icon="key" href="/enterprise/sso-setup">
    Configure SAML or OIDC with Okta, Azure AD, Google Workspace, or Keycloak.
  </Card>

  <Card title="Team management" icon="users" href="/enterprise/team-management">
    Invite members, assign roles, and manage seats.
  </Card>

  <Card title="Provider configuration" icon="plug" href="/enterprise/provider-configuration">
    Centrally configure AWS Bedrock, LiteLLM, or Google Vertex AI.
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/enterprise/monitoring">
    Export telemetry to your observability stack.
  </Card>
</CardGroup>
