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

# Create Project

This endpoint allows to create a new project inside Nebuly Platform.
You need an API key to authenticate. See [here](/embedded-pages/quickstart) for more information about the API keys.

<ParamField body="name" type="string" required>
  The name of the project.
</ParamField>

<ParamField body="created_by" type="string" required>
  The user that created the project. You will see this info inside the platform in Settings -> Project.
</ParamField>
