Access the full Blue Helm Studios API suite. Connect your applications to KIPCHIT, Blue Helm Games, Blue Helm Systems, and the entire ecosystem through a single unified developer interface.
Manage authentication tokens for all Blue Helm Studios services. Keep secret keys private and never expose them in client-side code.
Get up and running with the Blue Helm Studios API in under two minutes. Choose your language below.
The Blue Helm API is organized around REST principles. All requests must be authenticated with your API key.
Returns the authenticated developer profile, assigned tier, active services, and rate limit information.
Creates a new authenticated KIPCHIT session for a given user. Returns a short-lived session token.
Lists active multiplayer game sessions across Blue Helm Games infrastructure. Filterable by status and region.
Triggers a deployment on Blue Helm Systems infrastructure. Supply a service name, region, and config payload.
Updates metadata fields on a user object. Supports partial updates via standard JSON merge patch semantics.
Permanently revokes an API key. This action is irreversible. All requests using the revoked key will return 401.
First-party libraries maintained by Blue Helm Studios with full API coverage and automatic updates.
Full TypeScript support, browser & Node.js compatible, tree-shakable.
v3.4.1 — npm install @bluehelmstudios/sdkSync & async support via httpx. Works with Python 3.9+.
v2.8.0 — pip install bluehelmstudiosIdiomatic Go client with context support and full error typing.
v1.6.2 — go get github.com/bluehelmstudios/sdk-goAsync-first using Tokio. Zero-cost abstractions over the HTTP layer.
v0.9.4 — cargo add bluehelmstudiosFaraday-based client with Sorbet type signatures included.
v2.1.0 — gem install bluehelmstudiosPSR-18 compatible HTTP client, supports Laravel & Symfony.
v1.3.5 — composer require bluehelmstudios/sdkAll requests are rate-limited per API key. Limits reset on a rolling 60-second window.
| Plan | Requests / min | Requests / day | Webhooks | Services |
|---|---|---|---|---|
| Free | 60 | 10,000 | 3 | KIPCHIT only |
| Pro | 5,000 | 2,000,000 | 50 | All services |
| Enterprise | Unlimited | Unlimited | Unlimited | All + private infra |
Subscribe to real-time events across the Blue Helm Studios ecosystem. All payloads are signed with your webhook secret.
This key will only be shown once. Copy it now and store it somewhere safe — it cannot be retrieved after closing this window.
YOUR NEW API KEY