GitHub
Clone and push private repos from any machine.
Linear
Linear’s GraphQL API and an optional MCP server for your agents.
Slack
The Slack Web API as the bot or as you, plus an optional MCP server.
Connect an integration
There are two ways to connect, and both end at the same place: From the console: openboxd.sh/app, go to Integrations, and click Connect on the service you want. This is the simplest path.
From the CLI: boxd manage integrations connect <id> (for example github, linear, or slack) prints an authorize URL, then polls until you approve it:
boxd manage integrations connect works for all three: github, linear, and slack. GitHub can also be connected with the Connect GitHub repos button in the console, and both routes land the same grant.Personal and Organization integrations
There are personal integrations and organization integrations. Personal integrations are available to your private machines and organization integration to the shared machines inside the organization.How a machine uses an integration
Once connected, each integration shows up two ways inside your machine. As environment variables, exported into every login shell (and into the coding agents’ environment):Discover what’s wired in
Inside any machine, runboxd manage integrations to see which accounts are connected and how to use each, plus what else you can still connect. It is the live source of truth:
connect command, so an agent can discover and wire one up without guessing.
Add --json for a structured version. Connected integrations come back under integrations, each with access methods tagged by a machine-readable kind (git, cli, graphql, api, mcp), and the not-yet-connected ones come back under connectable. The coding agents pre-installed on every machine are told to run boxd manage integrations rather than guess, so new integrations show up for them automatically.
MCP servers
Linear and Slack each also offer a Model Context Protocol server that a coding agent can call directly. It’s opt-in per agent:claude (Claude Code), codex, and opencode. With no agents listed, the MCP installs into all three, and --disable removes it everywhere. You can also toggle this from the console with Enable MCP on the integration’s card. The MCP is only active while the integration is connected, and disconnecting clears the opt-in too.
The boxd manage integrations command
The same command behaves the same everywhere you drive boxd:
integ is an alias for integrations, and ls an alias for list. All four subcommands work on every surface: the laptop CLI, inside a machine, and the console. Service names are case-insensitive (Slack = slack).