Deployment
Agent-built apps
In the Deploy PDLC stage, the agent uses run_project to publish a static preview:
- Output path:
/deployed/{project_slug}/ - Preview URL:
/deployed/{project_slug}/index.html
You can also deploy manually via POST /deploy/publish with { "project_slug": "..." }.
Platform deployment
The Agentic AI Platform itself runs as part of the Quanta GenAI FastAPI application. See the repository README for local and production deployment.
Stage-aware deploy flow
- Complete Develop and Test stages
- Switch to Deploy in workspace AI Chat
- Ask the agent to publish — it runs the project and reports the preview URL