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

# iBlueprint: Visual AI Workflow Automation Platform

> Build, run, and share intelligent AI workflows with iBlueprint. Connect AI models, APIs, MCP servers, and custom logic in a visual no-code editor.

iBlueprint is a visual AI workflow platform where **Blueprints** are self-contained, runnable chains of nodes that connect AI models, APIs, knowledge bases, and custom code into automated pipelines. You can build once and trigger workflows from a schedule, webhook, email, Slack message, or API call — no infrastructure management required.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first Blueprint and run it in minutes.
  </Card>

  <Card title="Blueprints" icon="diagram-project" href="/blueprints/overview">
    Learn how to build visual AI chains with prompt, API, function, and MCP nodes.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/ai-providers">
    Connect OpenAI, Anthropic, Gemini, Ollama, and MCP servers to your workflows.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Call iBlueprint programmatically to list, create, and execute blueprints.
  </Card>
</CardGroup>

## What you can build

iBlueprint supports a wide range of AI automation scenarios:

<CardGroup cols={2}>
  <Card title="AI Chatbots" icon="comments" href="/integrations/chatbots">
    Embed an AI assistant on your website backed by a blueprint chain.
  </Card>

  <Card title="Document Pipelines" icon="file-lines" href="/integrations/knowledge-base">
    Ingest PDFs, websites, and cloud files into a searchable knowledge base.
  </Card>

  <Card title="Scheduled Workflows" icon="clock" href="/integrations/triggers">
    Run blueprints on a cron schedule, on a webhook, or from Slack.
  </Card>

  <Card title="CLI Automation" icon="terminal" href="/cli/overview">
    Manage and execute blueprints from your terminal or CI/CD pipeline.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create a Blueprint">
    Open the visual editor and add nodes — choose from prompt, API, function, MCP, conditional, and more.
  </Step>

  <Step title="Connect AI providers">
    Add your OpenAI, Anthropic, Gemini, or Ollama API key in **Settings → AI Connections**.
  </Step>

  <Step title="Set variables">
    Define dynamic inputs so your Blueprint accepts different data at runtime without code changes.
  </Step>

  <Step title="Trigger and run">
    Execute manually, on a schedule, via webhook, or from the CLI. Monitor every run in the execution log.
  </Step>
</Steps>

<Note>
  New to iBlueprint? Start with the [Quick Start guide](/quickstart) to create and run your first Blueprint in under five minutes.
</Note>
