Assets auto-save to the Library.
Generate audio
Asset library
Buy Gold
Payments run through Stripe Checkout — Gold lands on your shared balance the moment payment completes.
Activity
| No activity yet. |
Connect your AI
Orbitle AI speaks the Model Context Protocol over Streamable HTTP — point any MCP client at it and every generator below becomes a tool your AI can call, spending your shared Gold.
1 Get your API key
Open the user menu (top right) → Regenerate. The key is shown once — it authenticates every client below.
2 The endpoint
…3 Claude Code — one command
…4 Claude Desktop / other clients
…
Tools your AI gets
generate_imageGame images with style presets — the AI sees a preview and iterates.10g
generate_videoVeo clips for cutscenes & trailers — 4 / 6 / 8 s.150–300g
generate_sound_effectGame SFX, optional seamless loops.~1.25g/s
generate_voice_lineCharacter dialogue & narration.8g / 200 chars
generate_musicSoundtrack pieces, 10–300 s.~1.7g/s
get_credits · list_voices · list_assets · get_assetBalance, voices & your library.free
Orbitle game integration
Orbitle Games AI calls the same engine over REST with your API key — assets generate automatically, spending the shared balance:
REST endpoints
| auth: header X-Api-Key: <your key> — or the studio session cookie | ||
| POST | /api/generate/image | {prompt, style?, aspect_ratio?, edit_asset_id?} |
| POST | /api/generate/sfx | {prompt, duration_seconds?, loop?} |
| POST | /api/generate/voice | {text ≤2500 chars, voice?} |
| POST | /api/generate/music | {prompt, length_seconds?} |
| POST | /api/generate/video | {prompt, duration_seconds? 4|6|8, aspect_ratio?} → job |
| GET | /api/jobs/:id | poll video job |
| GET | /api/credits | balance + costs + activity |
| GET | /api/assets?type=&limit= | your library |
| GET | /api/voices | ElevenLabs voices |
Provider API keys stay on this server — clients only ever hold their Orbitle AI key.