dreamagent_get_project_status
Check a project's creation/deployment state. Terminal states are 'ready' (built and live) and 'failed'; while a project is being created it reports progressive phases such as 'creating', 'building', 'deploying', or 'ai_provisioning' — treat any non-terminal status as still building. Use after dreamagent_create_project (poll until ready or failed) and whenever the user asks whether a project is ready or live.
NOTE: this reports the PROJECT's build/deploy state — NOT AI edit progress. For edits use dreamagent_get_edit_progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | the project to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |