Welcome to LaunchVerseQuickstartDashboard OverviewImporting Projects
Deployment GuideEnvironment VariablesLaunchverse ForgePreview EnvironmentsEnvironment Variable VersioningRollback & PromoteHow Builds Work (Forge)
Helix CopilotEphemeral SandboxesAI Log Explainer
The LaunchVerse EdgeCustom Domains & TLSDomain PurchasingTwo-Factor Authentication (TOTP)IP Allowlists
Managed DatabasesScale to ZeroLog DrainsDatabase Backups & Point-in-Time RecoveryObservabilityWeb Analytics & Traffic Tracking
Project GroupsRole-Based Access Control (RBAC)
Student ProgramDeveloper Streaks
API Reference
Changelog
SDKsHelix Gateway SDK
Web Shell
API Reference (Redoc)

Launchverse SDKs

Launchverse provides an official SDK for the Helix OpenAI-compatible gateway. A general-purpose Launchverse platform SDK is on the roadmap but not yet published.

Available now

  • @launchverse/helix-gateway — TypeScript client for Helix chat completions, streaming, and usage. See Helix Gateway SDK.

Use the REST API directly

Until a general SDK ships, use any HTTP client with the public /api/v1 endpoints. Authenticate with a token prefixed lvse_… from Dashboard → API Tokens.

curl -H "Authorization: Bearer $LAUNCHVERSE_TOKEN" \
  https://launchverse.app/api/v1/me

The full OpenAPI 3.1 spec is available at /api/v1/openapi.json and rendered interactively at /developers.

Edit this page on GitHub↗