Skip to Content
Glow APIOverview

Glow API

The Glow API runs on each customer instance. It powers the web client and CLI for managing personas, agents, sessions, and other artifacts.

Authentication

All requests require a license key passed via the X-License-Key header:

X-License-Key: your-license-key

Base URL

Each Glow instance has its own URL:

https://your-instance.example.com/api/v5
Last updated on