v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBSettings
Complete initial account setup
Creates initial team/project/tasks and optional member invitations for first-time setup.
post/settings/setup
Request body
Example request
{
"team_name": "Acme Team",
"project_name": "Initial Delivery",
"tasks": [
"Kickoff",
"Requirements",
"Execution"
],
"team_members": [
"member1@example.com",
"member2@example.com"
]
}Response
Setup completed
Example response
{
"done": true,
"message": "Operation completed successfully"
}