Documentation

Storma Platform Documentation

Everything you need to integrate and use the Storma BYOK AI proxy platform. From quick start guides to advanced API references.

Get Started in 5 Minutes
Set up your first AI request through Storma in just a few steps
1

Sign Up & Get Your API Key

Create an account and get your unique API key from the dashboard.

2

Add Your AI Provider Keys

Add your OpenAI, Claude, Groq, or OpenRouter API keys to the dashboard.

3

Make Your First Request

Use the secure-prompt endpoint to send requests through Storma.

Pro Tip

Start with the free plan to test the platform. You can upgrade anytime to unlock advanced features like team workspaces, enhanced filtering, and priority support.

Quick Test

Test the platform with this simple cURL command:

bash
curl -X POST https://your-domain.com/api/secure-prompt \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Hello, how are you?",
    "model": "gpt-4o-mini"
  }'
Additional Resources
More tools and information to help you succeed

Status Page

Check real-time platform status and uptime

Documentation

Comprehensive guides and API reference