Skip to main content

Projects and Deployments

Project support is one of the clearest ways II-Agent moves beyond chat. The repo includes first-class domains for deployable applications and the infrastructure around them.

Project Domain Areas

  • projects/ for the main project record
  • projects/cloud_run/ for Cloud Run support
  • projects/deployments/ for deployment orchestration and history
  • projects/databases/ for project-linked database provisioning
  • projects/design/ for design preview and editing flows
  • projects/secrets/ for project-scoped secret storage
  • projects/subdomains/ for custom domains and routing

Product Outcomes

These domains enable flows such as:

  • scaffolding a new app
  • iterating on design and code
  • deploying to Cloud Run
  • attaching secrets and databases
  • serving through subdomains

Why This Needs Documentation

Deployment features mix application logic with infrastructure assumptions. Good docs have to make clear:

  • which route or domain owns a step
  • what runtime mode you need to test it
  • which secrets and cloud services are involved
  • which parts are product-facing vs internal plumbing
  • /project
  • /projects/design
  • /subdomains
  • publishing-related realtime commands