Resources / Agentic AI / Deployment

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

  1. Complete Develop and Test stages
  2. Switch to Deploy in workspace AI Chat
  3. Ask the agent to publish — it runs the project and reports the preview URL