Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
LaunchVerse ForgeScale-to-ZeroEnvironment Variable VersioningRollbacks & PromotionsPreview Environments
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesDatabase Backups & RestoresLog DrainsObservability
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
AuthenticationProjectsDeploymentsDomainsDatabasesError Codes & Conventions
Changelog
Deployment GuideEnvironment Variables & SecretsTeam ManagementWeb ShellHow Builds Work (Forge)
JavaScript SDKPython SDK
API Reference (Redoc)

Helix Copilot

LaunchVerse is not just a hosting platform; it is an Agentic Infrastructure platform. At the center of this is the Helix Copilot, an advanced AI agent embedded directly into your dashboard that can orchestrate your infrastructure using natural language.

How Helix Copilot Works

Helix acts as an autonomous DevOps engineer. It has access to a strictly scoped set of tools and APIs within your project workspace.

When you open the Helix Copilot panel in your dashboard and issue a prompt, Helix:

  1. Analyzes your intent (e.g., "Why did my build fail?", "Rollback my database to yesterday", or "Scale up my staging server").
  2. Formulates a plan using its available tool registry.
  3. Executes the actions sequentially in a secure, ephemeral background sandbox.
  4. Reports back with a summary of the actions taken.

Capabilities

Helix can currently automate the following workflows:

    1. Deployment Debugging: Reading stack traces from the Forge Builder and identifying syntax errors, missing dependencies, or framework misconfigurations.
    2. Environment Management: Bulk updating or rolling back environment variables securely.
    3. Infrastructure Scaling: Modifying the CPU and RAM limits of your underlying Engine servers without touching the dashboard UI.
    4. Rollbacks: Reverting application deployments and initiating point-in-time database restores.

Security & Auditing

We take AI safety seriously. Helix does not have unrestricted access to your codebase or infrastructure.

    1. RBAC Enforcement: Helix assumes the exact Role-Based Access Control (RBAC) permissions of the user interacting with it. It cannot bypass permissions you do not personally possess.
    2. Audit Logs: Every action Helix takes is logged in your team's Audit Log with the actor: helix-copilot flag, ensuring complete transparency over what the agent touched.
Edit this page on GitHub↗