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

# Brainstormer Docs

> Build, deploy, and manage AI agents — from creator guides to API references.

## Welcome to Brainstormer

Brainstormer is a production-ready platform for building and deploying AI-powered agents with knowledge base integration, multi-model support, and enterprise-grade billing.

<Columns cols={2}>
  <Card title="Platform Guide" icon="rocket" href="/platform-guide/getting-started/welcome">
    Create agents, manage knowledge bases, configure prompts, and manage your organization.
  </Card>

  <Card title="Developer Docs" icon="code" href="/developer/overview/architecture">
    Architecture, services, deployment, API endpoints, and contributing.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/authentication">
    Complete endpoint documentation for all Brainstormer services.
  </Card>

  <Card title="Changelog" icon="list" href="/changelog">
    What's new, what's fixed, what's changed.
  </Card>
</Columns>

## Quick Links

<Columns cols={3}>
  <Card title="Create Your First Agent" icon="wand-magic-sparkles" href="/platform-guide/agents/creator-wizard">
    Step-by-step guide to building an AI agent in minutes.
  </Card>

  <Card title="Knowledge Base Setup" icon="database" href="/platform-guide/knowledge-bases/creating-a-kb">
    Upload documents, connect sources, and power your agents with RAG.
  </Card>

  <Card title="Local Development" icon="laptop-code" href="/developer/deployment/local-dev">
    Get the development environment running on your machine.
  </Card>
</Columns>
