Quickback Docs

API Keys

API key authentication for programmatic access to your Quickback API.

API keys provide programmatic access for CI/CD pipelines, scripts, and server-to-server communication.

Creating API Keys

Create API keys from your Quickback account. Each key is scoped to your organization.

Usage

QUICKBACK_API_KEY=your_api_key quickback compile

API keys are validated by the same /internal/validate endpoint as session tokens. See Authentication for details.

On this page