This is the short version. See the installation guide for detailed instructions.
1
Install BeeAI
Install the BeeAI CLI using uv (on Linux you’ll also need QEMU):
Copy
Ask AI
uv tool install beeai-cli
2
Start the BeeAI platform
Copy
Ask AI
beeai platform start
3
Configure the LLM provider
Copy
Ask AI
beeai env setup
4
Use the CLI
Get familiar with the core commands:
Copy
Ask AI
# List all available agentsbeeai list# Run an agent interactivelybeeai run chat# Run an agent with direct inputbeeai run chat "Hello! How are you?"# Get agent details and parametersbeeai info chat# View all CLI optionsbeeai --help
5
Launch the web interface
Copy
Ask AI
beeai ui
The web UI is intentionally simplified for end-users who need basic agent interactions without CLI complexity. Think of the web UI as a deployment target for your agents, not your primary development environment.