Skip to main content

Overview

Creates a new project. A project is the container for chapters, prompts, and exports.

Parameters

string
required
Project name (1-30 characters)
string
Optional project description (max 1000 characters)

Returns

Returns the created project with its unique ID.

Example Usage

In Claude

Claude will use the CreateProject tool and respond with the project details.

Direct Tool Call

Response

Common Use Cases

Next Steps

After creating a project:
  1. Use AddChapter to add chapters
  2. Use AddPrompt to fill chapters with content
  3. 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.