Skip to main content

Overview

Obot is an open source enterprise agent platform. Key features include:

  • Ability to build agents to support a variety of usecases including copilots, assistants, and autonomous agentic workflows.
  • Integration with leading LLM providers
  • Built-in RAG for your data
  • Easy integration with custom or private web services and APIs
  • OAuth 2.0 authentication

Getting Started

Launch Obot via Docker:

docker run -d -p 8080:8080 -e "OPENAI_API_KEY=<OPENAI KEY>" ghcr.io/obot-platform/obot:main

Then visit http://localhost:8080.

The Obot CLI can be installed via brew on macOS or Linux:

brew tap obot-platform/tap
brew install obot

or by downloading the binary for your platform from our latest release.