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.