> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superwire.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Superwire Docs

> Declarative DSL for controlled server-side AI workflows.

# Welcome to Superwire Docs

Superwire helps you build predictable AI workflows with explicit contracts for input, tools,
dependencies, and structured outputs.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Start with the product overview and core ideas.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Run your first workflow with the Docker executor.
  </Card>

  <Card title="Core Concepts" icon="boxes" href="/core-concepts/overview">
    Learn workflows, providers, models, agents, schemas, and dependencies.
  </Card>

  <Card title="DSL Reference" icon="code" href="/syntax/overview">
    Explore language syntax and authoring rules.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="MCP and Tools" icon="wrench" href="/mcp/overview">
    Connect MCP servers, import tools, and control capabilities.
  </Card>

  <Card title="Examples" icon="flask" href="/examples/basic-agent">
    Copy practical workflow patterns for common product tasks.
  </Card>

  <Card title="Why Superwire" icon="lightbulb" href="/why-superwire/overview">
    Understand where Superwire fits in a production backend.
  </Card>
</CardGroup>
