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 recordprojects/cloud_run/for Cloud Run supportprojects/deployments/for deployment orchestration and historyprojects/databases/for project-linked database provisioningprojects/design/for design preview and editing flowsprojects/secrets/for project-scoped secret storageprojects/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
Related Backend Surfaces
/project/projects/design/subdomains- publishing-related realtime commands