API ReferenceEndpointsDeploymentProviders
List deployment providers
Returns the deployment providers available to the agency, including each provider's display name, slug, and current 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 current status of a specific deployment, including its progress state and timestamps. Safe to poll repeatedly 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`.