Documentation Index
Fetch the complete documentation index at: https://docs.babou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Creates a new project. A project is the container for chapters, prompts, and exports.Parameters
Project name (1-30 characters)
Optional project description (max 1000 characters)
Returns
Returns the created project with its unique ID.Example Usage
In Claude
CreateProject tool and respond with the project details.
Direct Tool Call
Response
Common Use Cases
A project per release
A project per release
Organizing a campaign across formats
Organizing a campaign across formats
Project with a clear scope
Project with a clear scope
Next Steps
After creating a project:- Use AddChapter to add chapters
- Use AddPrompt to fill chapters with content
- Use ExportProject to render the final video
REST API Equivalent
This tool calls:POST /api/v1/projects
See the Create Project API documentation for more details.