Managed (default)
The bot is served entirely by pro-bot.dev:- Public chat at
pro-bot.dev/u/<username>/chat - One-line embed widget
- Nothing to deploy or maintain
Self-hosted
You run the tinyprobot-bot runtime on your own infrastructure; it talks to the ProBot platform over a versioned API using a bot token you mint in the dashboard. Your LLM key lives in your runtime and never touches the platform.
Switching to self-hosted:
- Set the mode to Self-hosted.
- Generate a token (shown once - copy it).
- Deploy
probot-botwith that token. See Self-hosting your bot.
Comparison
See Managed vs self-hosted for the full trade-offs, and Self-hosting your bot for theprobot-bot runtime details.