Documentation

Get up and running fast.

Guides and reference docs for everything in the Dacoda platform. Have a question instead? Check the FAQ.

Guides
5 min

Quick Start

From sign-up to your first architecture blueprint in under 5 minutes.

  1. 1Sign up and log in
  2. 2Type a product description in the chat
  3. 3Review and approve the generated blueprint
  4. 4Watch Studio generate code
3 min

Connecting GitLab

Set up GitLab integration so Dacoda Deploy can create repos and trigger pipelines.

  1. 1Go to Dacoda Agents in the top nav
  2. 2Click Configure on the GitLab tile
  3. 3Create a PAT with api + write_repository scopes
  4. 4Paste and verify — connection is tested live
Reference

Slash Commands

Use slash commands in the chat to jump directly to any phase.

  1. 1/architect — jump to blueprint view
  2. 2/studio — trigger code generation
  3. 3/cloud — open cloud readiness
  4. 4/deploy — open deployment panel
  5. 5/help — show all commands
10 min

Understanding Generated Code

What Dacoda Studio generates and how to use it as a real starting point.

  1. 1App files: TypeScript starter with domain structure
  2. 2IaC files: Terraform modules for your chosen cloud
  3. 3Scans: npm audit, Trivy, Gitleaks, Semgrep commands
  4. 4README with setup and deployment steps
Reference
API

Orchestrator API

POST /api/orchestrator/message, /approve, /session

Schema

Blueprint Schema

Structure of the blueprint_json output — executive summary, ADRs, security, delivery plan

Schema

Implementation Schema

Code package format — app_files, iac_files, security_scans, env vars

API

GitLab Export API

POST /api/integrations/gitlab/export — repo creation, file push, pipeline URL

DB

Session & Phase Model

workspace_sessions, phase_runs, project_artifacts — Supabase table structure

Full FAQ