- familiarity with running commands in terminal
- API key for an LLM provider (OpenAI, Anthropic, Gemini, watsonx, …)
- free API keys can be obtained from OpenRouter or Groq
- alternatively, Ollama can be used to run local LLMs, but this requires a very powerful computer
- (recommended) fast internet connection (a few GB will be downloaded)
1
Install uv
If you don’t have After this, close the terminal and re-open it.
uv
installed, install it using one of the supported ways.Open a terminal and run:2
Install BeeAI
See bottom of this page for instructions on updating and uninstalling.
3
Start the BeeAI platform
This step downloads a few gigabytes of data, so it may take a while depending on your internet connection. Once started, the platform will continue running in the background until you stop it with
beeai platform stop
or shut down your computer.4
Configure an LLM provider
If you don’t already have an API key for an LLM provider, register for a free one on OpenRouter or Groq.Run this command and follow the interactive prompts:
You can re-run this command anytime to change the LLM provider.
5
Check that everything works
6
Try the web interface
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.
7
Get familiar with the CLI
8
Dive into BeeAI
Explore the rest of the documentation to learn how to connect MCP servers, build your own agents, use document retrieval, and more! 🐝
Updating
Updating
1
Upgrade BeeAI
We recommend this command over
uv tool upgrade beeai-cli
to ensure that you always get the latest version. uv tool upgrade
respects the original version constraint — e.g. if you installed with uv tool install beeai-cli==0.3.2
, uv tool upgrade beeai-cli
will never upgrade to 0.3.3
or later.2
Restart the BeeAI platform
This step downloads a few gigabytes of data, so it may take a while depending on your internet connection. Once started, the platform will continue running in the background until you stop it with
beeai platform stop
or shut down your computer.3
Done!
BeeAI platform is updated.
Uninstalling
Uninstalling
1
Remove the BeeAI platform instance
2
Uninstall the BeeAI platform
3
Done!
BeeAI platform is now fully removed.