Layers

Project Settings — General

Edit project name, timezone, app details, and delete the project.

View as Markdown

/project/{projectId}/project-settings (the index page under Project Settings).

Three sections, in order:

Project Details

FieldNotes
Project Name3–30 chars. Shown in the project switcher.
Project TimezoneOne of ~35 IANA zones. Drives scheduling and dashboard date grouping.

Saves via PATCH /api/projects/{projectId}, validated against the project public schema (extended with the GitHub integration fields).

App Details

FieldNotes
App Name3–30 chars.
App Descriptionup to 1000 chars; used by content generation.
Taglineup to 80 chars.
Target Genderall, female, or male.
Primary Languageone of ~20 languages.
Brand Voiceauthentic, witty, professional, warm, casual, educational.

Same endpoint and validator as Project Details.

Delete Project

Irreversible, immediate deletion. See Delete a Project. There is no archive toggle, no approval safety rail, no notification routing, no per-project generation cost cap in the UI.

On this page