POST
/
projects
curl --request POST \
  --url https://app.coolify.io/api/v1/projects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "uuid": "<string>",
  "description": "<string>"
}'
{
  "uuid": "og888os"
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Body

application/json

Project created.

The body is of type object.

Response

201
application/json

Project created.

The response is of type object.