For developers and AI agents calling JustDeploy directly. If you build with a coding AI, you usually don’t need this. Connect it over MCP and it makes these calls for you.
The JustDeploy External API lets you manage databases, tables, and deployments programmatically.
https://api.justdeploy.netAuthorization: Bearer with your Access Key and Secret Key joined by a colon, or a personal access token from the MCP sign-in.{ "resource": { ... } } for single, { "resources": [ ... ] } for lists{ "status", "message", "requestId" }. A temporary database or service problem returns 503 with the number of seconds to wait in retryAfter; wait, then send the same request again. If retryAfter is absent, read the message before retrying. When reporting a problem, include requestId, which is also returned as X-Request-Id.