POST
/
api
/
external
/
projects
/
create
curl --request POST \
  --url https://backend.nebuly.com/api/external/projects/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "created_by": "<string>"
}'

This endpoint allows to create a new project inside Nebuly Platform. You need an API key to authenticate. See here for more information about the API keys.

name
string
required

The name of the project.

created_by
string
required

The user that created the project. You will see this info inside the platform in Settings -> Project.