88 lines
1.7 KiB
Markdown
88 lines
1.7 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/create-project#VPContent)
|
||
|
||
Return to top
|
||
|
||
Create[](https://coolify.io/docs/api-reference/api/operations/create-project#create)
|
||
|
||
======================================================================================
|
||
|
||
POST
|
||
|
||
/projects
|
||
|
||
Create Project.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/create-project#authorizations)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Request Body[](https://coolify.io/docs/api-reference/api/operations/create-project#request-body)
|
||
|
||
--------------------------------------------------------------------------------------------------
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"name": "string",
|
||
|
||
"description": "string"
|
||
|
||
}
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/create-project#responses)
|
||
|
||
--------------------------------------------------------------------------------------------
|
||
|
||
201400401404422
|
||
|
||
Project created.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"uuid": "og888os"
|
||
|
||
}
|
||
|
||
POST
|
||
|
||
/projects
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/create-project#playground)
|
||
|
||
----------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Body
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/create-project#samples)
|
||
|
||
----------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|