Skip to main content
The corebrain CLI lets you manage integrations on your connected CORE instance — including self-hosted deployments.

Commands

CommandDescription
corebrain integrations addRegister a new custom integration
corebrain integrations listList all integrations on the instance
corebrain integrations remove [slug]Remove a workspace integration

Self-Hosted Instances

When logged into a self-hosted instance, these commands register integrations directly on that instance. Make sure you’ve pointed the CLI at your own URL:
corebrain login
# Enter your self-hosted instance URL when prompted
All subsequent corebrain integrations commands will operate against that instance. For full details on the interactive add wizard, listing, and removal, see Adding Integrations to Your Instance. For building integration packages from scratch, see Building Integrations.