07 · Settings

Configuration

Read-only view of the platform's configuration. Mutating settings always requires editing your local .env file. API keys are never returned by the API — only booleans indicating whether they are configured.

01

Provider

AI provider

Default provider is xAI Grok. Keys are read server-side only and never exposed to the browser.

Provider
xAI Grok
Model
grok-4.3
Base URL
https://api.x.ai/v1
XAI_API_KEY
Not configured
Response format
json_schema (strict)
Audit hash
SHA-256 (node:crypto)
02

Backend

Supabase

Optional. The lab runs in demo mode without it; configure these variables when you are ready to persist data.

NEXT_PUBLIC_SUPABASE_URL
Not configured
NEXT_PUBLIC_SUPABASE_ANON_KEY
Not configured
SUPABASE_SERVICE_ROLE_KEY
Not configured
03

Mode

Demo mode

When enabled the lab returns deterministic seed candidates and skips remote provider calls.

Demo mode

Auto-enabled when XAI_API_KEY is missing.

This toggle only affects the local view (header pill). The actual provider state is determined by the server's environment.

04

Export

Audit export formats

JSON export
Enabled
Markdown export
Enabled
GitHub commit note
Enabled
On-chain anchoring
Staged for future release
05

Local state

Reset session

Clear all locally stored candidates, reports, and audit records. This does not touch any remote data.

Local storage is scoped to this browser only.