For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/7 SEPTEMBER 2025

Scoped API Keys & Environment Management

Auth
Security

Generate environment-scoped API keys (rl_live_, rl_test_) with granular permissions and instant revocation.

PLANNING

  • Key security model. Defined prefixed key formats (rl_live_ and rl_test_) with SHA-256 hashed storage and scoped permissions.

FRONTEND

  • API key UI. Dashboard interface for generating, copying, and revoking API keys with masked secret displays.

BACKEND

  • Key authentication. Environment-scoped key generation (rl_live_ and rl_test_) with granular permission validation in packages/apikey.
Reloop