API ReferenceEndpointsDeploymentProviders
List deployment providers
Returns active deployment providers and their implementation status.
curl -X GET "https://builder.laracopilot.com/api/v1/deployments/providers"{
"success": true,
"message": "Deployment providers fetched successfully.",
"data": "string",
"errors": null
}Get deployment status
Returns the status of a specific deployment. Safe to poll while a deployment is in progress.
Start GitHub connection
Returns a GitHub App installation URL. Redirect the agency end user to `redirect_url`, let them install the GitHub App on the desired account or repositories, and LaraCopilot will complete the callback before redirecting back to `return_url`.