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

# Ensemble Cloud

> Managed platform for production workloads

**Managed Conductor platform. Focus on building, we handle infrastructure.**

## What is Ensemble Cloud?

Fully managed platform for running Conductor ensembles at scale:

* **Zero ops**: No infrastructure to manage
* **Auto-scaling**: Handle any load
* **Global edge**: Deploy worldwide
* **Enterprise features**: SSO, audit logs, SLAs
* **Built on Cloudflare**: Workers, D1, R2, Vectorize

## Why Cloud?

### Self-Hosted (Open Source)

* Full control
* Free (Cloudflare Workers free tier)
* You manage infrastructure
* You configure scaling
* You handle monitoring

### Ensemble Cloud

* Zero infrastructure management
* Auto-scaling built-in
* Enterprise support
* Advanced observability
* Team collaboration features
* Multi-region deployment

## Features

### Developer Experience

* **Web UI**: Visual ensemble builder
* **Deployment pipelines**: Git-based deployments
* **Local development**: Cloud CLI integration
* **Team collaboration**: Shared workspaces

### Observability

* **Real-time logs**: Tail logs from any environment
* **Execution traces**: Full execution visibility
* **Metrics dashboards**: Performance monitoring
* **Alerting**: Slack, email, PagerDuty integrations

### Security

* **SSO/SAML**: Enterprise authentication
* **RBAC**: Fine-grained permissions
* **Audit logs**: Complete activity history
* **SOC 2 Type II**: Compliance ready
* **Data encryption**: At rest and in transit

### Reliability

* **99.9% SLA**: Guaranteed uptime
* **Multi-region**: Global deployment
* **Auto-failover**: Built-in redundancy
* **Backups**: Automated daily backups

## Architecture

```
Your Code (Git)  Cloud Build  Global Edge Deployment
                                        
                    Cloudflare Workers + KV + D1 + R2 + Vectorize
                                        
                              Observability Platform
```

## Pricing

### Free Tier

* 100,000 operations/month
* 1 GB storage
* Community support
* Single workspace

### Pro (\$49/month)

* 1M operations/month
* 10 GB storage
* Email support
* 5 workspaces
* Advanced analytics

### Enterprise (Custom)

* Custom operations
* Unlimited storage
* 24/7 support
* SSO/SAML
* SLA guarantees
* Dedicated support engineer

## Getting Started

1. **Sign up**: [cloud.ensemble.ai](https://cloud.ensemble.ai)
2. **Connect Git**: Link your repository
3. **Deploy**: Push to deploy
4. **Monitor**: View logs and metrics

```bash theme={null}
# No installation needed - use npx
npx @ensemble-edge/ensemble cloud login

# Deploy your project
npx @ensemble-edge/ensemble cloud deploy
```

## Migration from Self-Hosted

Zero-downtime migration:

1. Export existing ensembles
2. Import to Cloud
3. Update DNS/routing
4. Validate
5. Decommission self-hosted

## Next Steps

<CardGroup cols={2}>
  <Card title="Vision & Roadmap" icon="map" href="/cloud/vision-roadmap">
    What's coming
  </Card>

  <Card title="Join Waitlist" icon="envelope" href="/cloud/join-waitlist">
    Get early access
  </Card>

  <Card title="Self-Host Guide" icon="server" href="/conductor/getting-started/your-first-deployment">
    Deploy yourself
  </Card>

  <Card title="Pricing" icon="dollar-sign" href="https://ensemble.ai/pricing">
    Compare plans
  </Card>
</CardGroup>
