FAQ

Is this only for software PDLC?

No. PDLC is the flagship workflow, but the same Agentic engine supports other domain packs (Cyber Security, Product Research, custom). The product page and docs explain both.

Do I need an API key?

  • Public demo — works without login; uses scripted fallback when no LLM keys are configured
  • Workspace — OpenAI or Anthropic keys enable full agent capabilities; built-in fallback works for basic tasks

How do stages advance?

  • Click a stage in the workspace strip
  • Click Advance stage to move to the next PDLC stage
  • Writing a stage artifact (e.g. docs/DISCOVER.md) marks the stage complete

What's the difference between demo and workspace?

Demo Workspace
Auth None Required (when enabled)
Project Ephemeral _demo/ session Your saved project
Tools Full when LLM configured; fallback otherwise Full ReAct + file tree refresh

Can I use a custom workflow?

Register a new WorkflowDomain in app/agent/workflows/registry.py with stages, prompts, and tool policies. See Architecture.

Why does chat require project_slug?

Workspace chat operates on a specific project filesystem. The public demo uses POST /agent/demo instead, which creates ephemeral demo sessions automatically.