|
2 | 2 |
|
3 | 3 | # OpenBot |
4 | 4 |
|
5 | | -**AI coworkers you can hand real work to, and actually trust with the access.** Each gets a computer of its own: a real browser with its own logins, its own files, and only the tools you grant. Every action decided before it happens and recorded after. |
| 5 | +**The AI assistant your company can actually own.** Same shape as ChatGPT, Claude or Grok, with one difference that matters: it runs on your infrastructure and you can change anything about it. Any agent stack, through AG-UI. |
6 | 6 |
|
7 | | -[**copilotkit.ai/openbot**](https://copilotkit.ai/openbot) · [**Quick start**](#quick-start) · [**Features**](#features) · [**Bring your own agent**](#bring-your-own-agent) · [**Architecture**](#architecture) · [**Docs**](docs/README.md) |
| 7 | +Each coworker gets a computer of its own: a real browser with its own logins, its own files, and only the tools you grant. Every action decided before it happens and recorded after. |
| 8 | + |
| 9 | +[**Talk to an engineer**](https://copilotkit.ai/talk-to-an-engineer?ref=openbot_readme) · [**Have us build it with you**](https://copilotkit.ai/talk-to-an-engineer?ref=openbot_readme) · [**copilotkit.ai/openbot**](https://copilotkit.ai/openbot) · [**Quick start**](#quick-start) · [**Docs**](docs/README.md) |
8 | 10 |
|
9 | 11 | [](https://github.com/CopilotKit/openbot/actions/workflows/ci.yml) |
10 | 12 | [](https://github.com/CopilotKit/openbot/actions/workflows/security_zizmor.yml) |
@@ -33,6 +35,10 @@ your own machine. |
33 | 35 |
|
34 | 36 | > **Runs on your machine.** Everything below is written for a laptop. `.env.example` carries `OPENBOT_SINGLE_USER=true`, which admits every request as one administrator, so a fresh clone reaches the product without registering an OAuth client first. [Sign-in](#sign-in) turns that off, and is required before anybody else can reach the deployment. |
35 | 37 |
|
| 38 | +> **Do not want to build it yourself?** We will. Our engineers will stand OpenBot up inside your |
| 39 | +> infrastructure, customize it into something that looks like your own product, and hand it back to you to |
| 40 | +> keep changing. [**Start the conversation**](https://copilotkit.ai/talk-to-an-engineer?ref=openbot_readme). |
| 41 | +
|
36 | 42 | ## What it is |
37 | 43 |
|
38 | 44 | An agent platform that runs inside your own infrastructure. Docker Compose brings up every part of it, the data sits in your PostgreSQL, and the model is yours to choose: no model ships in the box, and an administrator supplies the credential, which is encrypted at rest and never logged. |
|
0 commit comments