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
+41
View File
@@ -0,0 +1,41 @@
# Coolify API Index
Use this file to find detailed API references without loading the full API
corpus.
## Main Files
- `API.md`: compiled overview from the Coolify API docs.
- `endpoints_compiled.json`: machine-readable endpoint inventory.
- `ops/*.md`: one Markdown file per operation.
## Search Patterns
```powershell
rg -n '"method"|"path"|applications|services|databases|deployments' .\coolify_skill\references\endpoints_compiled.json
rg -n "List|Create|Update|Delete|Deploy|Start|Stop|Restart" .\coolify_skill\references\ops
```
## Common Operation Files
- `ops/version.md`
- `ops/healthcheck.md`
- `ops/list-applications.md`
- `ops/get-application-by-uuid.md`
- `ops/get-application-logs-by-uuid.md`
- `ops/deploy-by-tag-or-uuid.md`
- `ops/list-services.md`
- `ops/get-service-by-uuid.md`
- `ops/list-databases.md`
- `ops/get-database-by-uuid.md`
- `ops/list-deployments.md`
- `ops/list-deployments-by-app-uuid.md`
- `ops/list-projects.md`
- `ops/list-servers.md`
- `ops/list-envs-by-application-uuid.md`
- `ops/update-env-by-application-uuid.md`
## Rule
For write operations, read the specific `ops/*.md` file before sending the API
request and ask the user for confirmation.