Home/Agents/OpenBot

OpenBot PYTHON

Open source · Apache-2.0v2026.2.9 99.95% uptime
Stars
27.4k
Deploys
610k
Version
2026.2.9
Uptime
99.95%
Runtime
PYTHON
License
Apache-2.0

Overview

OpenBot is a batteries-included support agent. It handles conversational flows, human handoff, ticket sync and sentiment-based routing out of the box, so customer-facing teams can stand up a capable assistant in an afternoon.

Key features

  • Conversational state machine with slots
  • One-click human handoff + live takeover
  • Two-way sync with Zendesk, Intercom, Linear
  • Sentiment + intent routing
  • Knowledge-base grounding with citations

Install

$ pipx install openbot

Quickstart

# 1 - install OpenBot
pipx install openbot

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy openbot --model claude-sonnet-4-6

# 3 - or self-host on any VPS
openbot serve --port 8080