Commit inicial - estructura base del proyecto

This commit is contained in:
2026-05-31 08:24:12 -06:00
commit cd998ce6b0
143 changed files with 18354 additions and 0 deletions
@@ -0,0 +1,87 @@
[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)