Try Rasa
You can start using Rasa in your browser right away, no installation required.
Prerequisites
Rasa License Key - you'll need a license key to use Rasa. You can request a Rasa Developer Edition license key here and read more about our licensing here.
Steps
Create a Codespace:
- Navigate to our quickstart repository on GitHub.
 - Click on "Code", then on "Create codespace on main".
 
Set Up Environment
Edit the file called .env with the following content:
.env
RASA_LICENSE='your_rasa_license_key_here'
Load this environment variable from your file by running:
source .env
Then activate your python environment by running:
source .venv/bin/activate
Follow the tutorial
Your codespace is set up so you can now run commands like rasa train and rasa inspect.
Now, check out the tutorial to build your first CALM assistant.