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

# CrewAI Platform Documentation

> Build, operate, and integrate production-ready multi-agent systems on CrewAI Platform.

<div
  style={{
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
gap: 20,
textAlign: 'center',
padding: '48px 24px',
borderRadius: 16,
background: 'linear-gradient(180deg, rgba(235,102,88,0.12) 0%, rgba(201,76,60,0.08) 100%)',
border: '1px solid rgba(235,102,88,0.18)'
}}
>
  <img src="https://mintcdn.com/crew-ai-platform-docs/UNPfV6xa2W35M-FA/images/crew_only_logo.png?fit=max&auto=format&n=UNPfV6xa2W35M-FA&q=85&s=26a26b1f1196dc2092395575ed72acce" alt="CrewAI" width="250" height="100" data-path="images/crew_only_logo.png" />

  <div style={{ width: '100%', maxWidth: 720, textAlign: 'center' }}>
    <div style={{ display: 'flex', justifyContent: 'center', width: '100%' }}>
      <h1 style={{ marginBottom: 12, width: 'fit-content' }}>Ship multi‑agent systems with confidence</h1>
    </div>

    <p style={{ color: 'var(--mint-text-2)', textAlign: 'center' }}>
      Design agents, orchestrate crews, and automate flows with guardrails, memory, knowledge, and observability baked in.
    </p>
  </div>
</div>

## Explore CrewAI

<CardGroup cols={3}>
  <Card title="Platform API" href="/api/introduction" icon="code">
    Explore the supported public API for CrewAI Platform and build reliable integrations.
  </Card>

  <Card title="Open-source documentation" href="https://docs.crewai.com" icon="book-open">
    Learn the CrewAI framework: agents, crews, flows, tools, and more.
  </Card>

  <Card title="CrewAI website" href="https://crewai.com" icon="globe">
    Discover CrewAI, product updates, and ways to get started.
  </Card>
</CardGroup>

<Callout title="Start building" icon="rocket">
  Ready to use CrewAI Platform? <a href="https://app.crewai.com">Start a Cloud trial</a>.
</Callout>
