Skip to main content

Tutorials

Tutorials walk you through complete, end-to-end workflows using SOAT. Each one starts from scratch and demonstrates how the platform's building blocks fit together in a real scenario.

Before you begin

All tutorials assume:

  • A running SOAT instance. Follow the Quick Start to bring the stack up.
  • Familiarity with SOAT's core concepts. Read Key Concepts if you are new.
  • The CLI installed, or the SDK set up in a TypeScript project.

📄️Multi-Agent Sonnet with Nested Agent Calls

This tutorial demonstrates how to build a nested-agent pipeline where one agent coordinates multiple sub-agents using SOAT tools. If you want the same sonnet workflow with the Orchestrations module calling each agent directly, see Orchestrate a Sonnet. This nested-agent pattern applies to any workflow that can be decomposed into sequential or parallel sub-tasks — content pipelines, data processing, multi-step analysis, code generation, report assembly, and more.