API ReferenceEndpointsAgent
Get project status
Returns the current status, generated app URL, and project metadata. Returns standard JSON (not SSE) and is safe to poll.
Authorization
http AuthorizationBearer <token>
In: header
Path Parameters
projectId*string
Response Body
application/json
application/json
curl -X GET "https://builder.laracopilot.com/api/v1/agent/project/string"{
"status": true,
"project_id": "string",
"app_url": "string",
"project_status": "string",
"name": "string"
}{
"status": true,
"message": "Project not found."
}Continue project
Iterates on an existing project with a follow-up prompt. The agent has full conversation context from previous prompts and can modify existing files. Streams progress back as Server-Sent Events.
Disconnect deployment provider
Removes the deployment provider connection for an external user and detaches it from any linked projects.