Self-hosted
- You operate Hub
- Provider apps you create and control
- Open source
An optional service that sits above your daemons and gives them extra capabilities.
Run it yourself or use the hosted service.
Mention the bot in GitHub, Slack, or Discord and an agent starts on your daemon.
@paseo-bot show me the latest P0 issues
Three P0 issues are open:
@paseo-bot create a pull request for the first one
Ran on macbook-pro. Opened getpaseo/paseo#1234 with a fix for the terminal writes.
The Hub ships no agent of its own, so your team works with the providers, subscriptions, and skills already configured on your daemons.
The Hub connects to the daemons you already run, and your apps keep connecting to those same daemons.
Triggers and teammates
webhooks and mentions
Hub
Self-hosted or managed
the same RPCs the app and CLI use
Your daemons
direct connection or relay
Isee apps
Both options use Isee daemons to run agents on your machines.
The daemon stays one lean executable on one machine. The Hub talks to daemons over the same RPCs the app and the CLI use, so anyone can build their own hub on top of Isee.
It also has a different job. The Hub is meant to be exposed to the internet, shared with a team, and run multi-tenant. None of that belongs in a single machine daemon.
npx @getpaseo/hub and complete setup in the browser. The source is available on GitHub, and the self-hosting guide covers more involved deployments.Not built yet, listed so you know where this is going.