Documentation

Documentation

Everything you need to ship production AI workflows on the Disruptive Rain Gateway.

Quickstart

Make your first chat completion request and validate credentials.

Authentication

Use API keys, bearer tokens, or basic auth headers.

Streaming

SSE for chat and WebSocket streaming for audio and avatars.

Rate limits

Understand requests-per-minute and concurrent stream limits.

Core concepts

How the platform fits together

Gateway surface

All public endpoints are served under the /v1 prefix with HTTPS, SSE, and WebSocket protocols.

DR-native schema

Requests and responses follow Disruptive Rain-native structures rather than OpenAI compatibility wrappers.

Entitlements

Scopes and features on each API key gate chat, audio, and avatar workloads.

Usage metering

Usage totals and API key summaries are returned from the billing pipeline in real time.

Security

Gateway requests are authenticated on every call, with entitlement checks for chat and avatar workloads.

SDKs

Official SDKs wrap authentication, streaming helpers, and response parsing. Visit the SDK page for install commands and examples.

ADK

The Agent Development Kit guide covers retries, scheduling, and multimodal workflows to help you build reliable agents.

Cookbook

Production recipes for end-to-end voice, chat, and avatar pipelines live in the Cookbook.
Was this page helpful?