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

# Join Waitlist

> Get early access to Ensemble Cloud

# Join Ensemble Cloud Waitlist

**Be among the first to experience managed AI orchestration.**

## What You Get

### Early Access

* First access to Cloud platform
* Generous free tier for early adopters
* Priority support during beta
* Influence product direction

### Beta Benefits

* **Extended free tier**: 10x standard limits
* **Beta pricing**: Lock in early pricing (50% off)
* **Direct access**: Chat directly with founders
* **Feature preview**: Test features before launch

## Timeline

* **Q2 2025**: Beta launch (waitlist members)
* **Q3 2025**: General availability

## Sign Up

<Card>
  <div style={{ padding: '2rem' }}>
    <h3>Request Early Access</h3>

    <form action="https://ensemble.ai/api/waitlist" method="POST">
      <div style={{ marginBottom: '1rem' }}>
        <label>Email</label>

        <input type="email" name="email" required style={{ width: '100%', padding: '0.5rem' }} />
      </div>

      <div style={{ marginBottom: '1rem' }}>
        <label>Company (optional)</label>

        <input type="text" name="company" style={{ width: '100%', padding: '0.5rem' }} />
      </div>

      <div style={{ marginBottom: '1rem' }}>
        <label>Use case</label>

        <textarea name="use_case" rows="3" style={{ width: '100%', padding: '0.5rem' }} />
      </div>

      <button type="submit" style={{ padding: '0.75rem 1.5rem', background: '#0070f3', color: 'white', border: 'none', borderRadius: '0.5rem' }}>
        Join Waitlist
      </button>
    </form>
  </div>
</Card>

## Or Use Self-Hosted Today

Don't want to wait? Deploy yourself on Cloudflare Workers (free tier available):

```bash theme={null}
npx @ensemble-edge/ensemble conductor init my-project
cd my-project
npx wrangler deploy
```

Full features, zero cost to start.

## FAQ

### When will Cloud be available?

Beta starts Q2 2025. Waitlist members get first access.

### How much will it cost?

* **Free tier**: 100K operations/month
* **Pro**: \$49/month for 1M operations
* **Enterprise**: Custom pricing

Early adopters lock in 50% discount.

### Can I migrate from self-hosted?

Yes. Zero-downtime migration tools included.

### What's included in beta?

* Core platform features
* Web UI
* Deployment pipelines
* Observability dashboard
* Email support

### Is self-hosted going away?

No. Conductor is open source forever. Cloud is an optional managed service.

## Next Steps

<CardGroup cols={2}>
  <Card title="Self-Host Now" icon="server" href="/conductor/getting-started/your-first-project">
    Deploy yourself
  </Card>

  <Card title="Cloud Overview" icon="cloud" href="/cloud/overview">
    Learn about Cloud
  </Card>

  <Card title="Roadmap" icon="map" href="/cloud/vision-roadmap">
    What's coming
  </Card>

  <Card title="GitHub" icon="code-branch" href="https://github.com/ensemble/conductor">
    View source code
  </Card>
</CardGroup>
