corebrain CLI without touching the source code.
Prerequisites
Make sure you are logged into your self-hosted instance:Commands
| Command | Description |
|---|---|
corebrain integrations add | Register a new integration on your instance |
corebrain integrations list | List all integrations (global and workspace) |
corebrain integrations remove [slug] | Remove a workspace integration |
Adding an Integration
Run the interactive wizard:- Name — Display name for the integration
- Description — Short description of what it connects to
- Slug — Unique identifier (e.g.
my-service) - Auth type —
API KeyorOAuth2 - Source URL — Documentation or homepage URL for the service
- Trigger type —
Webhook(receives events) orSchedule(periodic sync) - Sync interval — If schedule-based: every 15, 20, or 30 minutes
