HTTP Basic auth
Pass your project ID as the username and project secret as the password:Credential format
| Field | Example | Notes |
|---|---|---|
| Project ID | a1b2c3d4-e5f6-… | UUID from dashboard |
| Project secret | sk_live_… | Shown once at creation; store securely |
SDK runtime auth
The SDK exchanges the same credentials for a short-lived runtime token via the broker:CLI auth
The CLI uses device login for dashboard operations, then targets a project with-p / INTERACTIONS_PROJECT_ID. Management calls reuse your session token; the SDK path uses project credentials directly.