Create a project
Creates a new project. The project_id returned in the response is required to create tasks. You must create a project before creating any tasks.
Documentation Index
Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All requests must include a valid API key in the Authorization header. Example: Authorization: Bearer tf-live-4a8f2c1e9b3d7e6a
Body
Response
Project created successfully.
Unique identifier for the project. Generated automatically.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The name of the project.
"API Documentation Revamp"
An optional description of the project.
"Rewriting all public-facing API docs for v2."
Timestamp of when the project was created.
"2025-05-12T10:30:00.000Z"