Dokploy API
by @achals-iglu
Use for Dokploy-specific API operations (apps, deployments, databases, domains, backups, settings) when tasks explicitly involve Dokploy. Route requests to d...
clawhub install dokploy-apiπ About This Skill
name: dokploy description: Use for Dokploy-specific API operations (apps, deployments, databases, domains, backups, settings) when tasks explicitly involve Dokploy. Route requests to domain modules, enforce inspect-first troubleshooting and controlled mutations via x-api-key authentication, and avoid use for generic Docker/Kubernetes work outside Dokploy.
Dokploy API Skill
Use this skill to operate Dokploy through its API schema and generated domain modules.
Scope guardrails
x-api-key header.Routing (module-first)
Start at modules/_index.md, then load only the smallest matching module.
Common routes:
modules/application.md, modules/deployment.md, modules/rollback.mdmodules/mysql.md, modules/postgres.md, modules/redis.md, modules/mongo.md, modules/mariadb.mdmodules/domain.md, modules/redirects.md, modules/certificates.md, modules/port.mdmodules/settings.md, modules/security.md, modules/backup.mdmodules/github.md, modules/gitlab.md, modules/bitbucket.md, modules/gitea.md, modules/gitprovider.mdStandard execution flow (required)
1. Classify intent and choose module by operation family. 2. Resolve identifiers first using read/list/search endpoints. 3. Preflight checks: required fields, scope, target existence, dependency impact. 4. Mutate minimally with the smallest payload required. 5. Verify outcome using read/status/search endpoints. 6. Recover if needed using rollback/redeploy/restart operations where available.
Do not run destructive actions unless user intent is explicit.
Mutation safety policy
For create/update/delete/deploy/stop/restart actions, always enforce:
If required fields are unknown, stop and fetch them from relevant read/list endpoints first.
Secret handling
References
modules/_index.mdopenapi.jsonx-api-key