> ## Documentation Index
> Fetch the complete documentation index at: https://developers.gotolstoy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Project

> Create new Tolstoy

### Parameters

<ParamField body="project" type="object" required>
  Project details

  **Example**:
  `{ "project": { "name": "my new project" } }`
</ParamField>

<RequestExample>
  ```bash Request theme={null}
  curl -X POST https://api.gotolstoy.com/projects \
    --header 'Authorization: Bearer <API_KEY>'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "1242d2ad-8179-47d2-b6a1-ce0ee8cdc359",
    "tolstoy": "https://player.gotolstoy.com/wc9gat7q75fu8?sneakpeek"
  }
  ```
</ResponseExample>
