NEBULA-INTEGRATIONS(1)
Nebula Manual
NAMEintegrations — Connect Nebula with external systems for authentication, collaboration, and deployment.
SOURCEnebula/crates/nebula-cli/src/main.rs (IntegrationCommand)
STATUSpre-alpha · protocol in design
01
Add an integration
Register an external integration with the registry.
output
neb integration add github
neb integration add vercel
neb integration add cursor02
Configure and test
Set up integration credentials and verify connectivity.
output
neb integration configure github
neb integration test vercel03
Integration as actor
In Nebula's policy model, integrations are actors with their own permissions. GitHub, Vercel, CI systems, and deploy bots are subject to the same policy rules as users.
output
neb policy set "integration:github" read_blob allow
neb policy set "integration:vercel" deploy allow04
Supported integrations
Current supported integrations include GitHub, Vercel, and Cursor. Additional providers can be added through the extension model.
- →GitHub: Repository access, PR creation
- →Vercel: Deployment projections, environment injection
- →Cursor: Agent context and workspace integration