Documentation Index
Fetch the complete documentation index at: https://docs.beam.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Beam vs. Beta9
Beam and Beta9 have similar functionality. You can switch between either product by changing the SDK imports and CLI commands used:| beam.cloud | Beta9 | |
|---|---|---|
| Installation | pip install beam-client | pip install beta9 |
| Imports | from beam import endpoint | from beta9 import endpoint |
| CLI Commands | beam serve app.py:function | beta9 serve app.py:function |
Self-Hosting Beta9
Self-Host on AWS
Self-Host Locally
Architecture

Contributor Guide
We welcome contributions, big or small! These are the most helpful things for us:- Rank features in our roadmap
- Open a PR
- Submit a feature request or bug report