Settings
Workspace configuration, integration status, and runtime limits. Secrets live in
api/.dev.vars — edit there, restart wrangler to apply.
AI Provider
Default model
Locked at the route layer. To change, edit DEFAULT_MODEL in api/src/generators/llm.ts.
claude-sonnet-4-6 locked Anthropic API key
Used for blog and social generation.
sk-ant-…dgAA
Console Spend (local DB)
Sum of estimatedCostUsd across all drafts in this org.
$0.0000
Integrations
Buffer
Schedule posts to LinkedIn, Twitter/X, Instagram, Facebook via Buffer's API.
not set
Set
BUFFER_ACCESS_TOKEN in .dev.vars fal.ai
Optional. AI image generation (FLUX models) for blog hero images.
not set
Set
FAL_API_KEY in .dev.vars Workspace
Organisation
Default
default Owner
Owner · owner@local.dev
Environment
production
Data
Brands
2
Prompts
6
Topics
0
Drafts
0
Limits
Max request body
Rejected at the edge before parsing.
1.0 MB
Max logo upload
Per file. Larger files return 413.
2.0 MB
Secrets
All secrets live in api/.dev.vars (local dev) or Wrangler secrets (production). Edit and restart wrangler to apply.
# api/.dev.vars
ANTHROPIC_API_KEY=sk-ant-...
AUTH_SECRET=...
AUTH_URL=http://localhost:8787
# optional
BUFFER_ACCESS_TOKEN=...
FAL_API_KEY=...