Create Application
Auth API (Programmatic)
Create Application
Spin up a new application under your organization — each one gets its own api_key, webhook config, and billing scope.
POST
Create Application
Multi-tenancy lives at the application level. Create one per environment (
Each application is a clean data + billing boundary — sessions, workflows, webhooks, and credit usage are scoped to its
dev / staging / prod) or per customer.
Request
| Body | Type | Required | Description |
|---|---|---|---|
name | string | yes | Display name. |
environment | enum | no | "live" (default) · "test". |
Response · 201
api_key.