autodisc
Project workspace

Project workspace

Understand the project canvas, environments, services, databases, settings, and daily deployment workflow.

The project workspace is the operating view for one application. It keeps the application topology, environments, services, databases, deployments, configuration, networking, usage, and access policy together.

Open a project

  1. Open Projects from the Autodisc dashboard.
  2. Select a project.
  3. Choose the environment from the project breadcrumb.

Every project starts with a production environment. Additional persistent or preview environments are isolated from production.

Read the canvas

Each node is a deployable service or managed database in the selected environment. A connection between nodes means that one service depends on a resource or another service.

Select a node to open its service panel:

TabUse it for
DeploymentsDeployment history, build state, health, and redeploy
LogsLive or retained application output
MetricsCPU and memory behavior
FilesSupported persistent or mutable service files
NetworkingGenerated domains, custom domains, TCP, and private networking
DetailsSource, commands, sizing, lifecycle, and deletion

The dock at the bottom of the canvas contains project-wide actions:

  • Deploy All rebuilds or restarts eligible services in the selected environment.
  • Stop All stops the environment's services without deleting their configuration.
  • Add Service adds source, an image, a template, or a managed database.
  • Project Settings opens environment-aware variables, usage, webhooks, members, and project controls.

A normal production workflow

  1. Connect the repository.
  2. Set up the repository contract: build, start, port, health, variables, dependencies, and migrations.
  3. Optionally ask Autodisc to propose those changes.
  4. Review the exact source and resource proposal.
  5. Add user-supplied secrets under Project Settings → Variables.
  6. Build and deploy into a non-production environment.
  7. Inspect deployments, logs, metrics, networking, and real application behavior.
  8. Promote an immutable release or deploy the approved revision to production.

Scope and safety

Project and environment selection matter. A setting changed in staging does not silently alter production. Managed-resource creation, cost-bearing changes, and generated source changes require explicit approval.

Stopping a service preserves its definition. Deleting a service, database, environment, or project is different and may remove provider resources and data. Autodisc shows a destructive-action confirmation when deletion is supported.

Next

On this page