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

# Brand Skills API

> Create portable Brand Skills through Bloom's approved partner API beta.

The Brand Skills API turns a website, a PDF brand guide, or both into a portable
Brand Skill. Store the completed Skill in your own system and make it available
to any agent that creates on the brand's behalf.

Each request starts one asynchronous build. When it completes, download a
self-contained ZIP containing the Skill's Markdown and local assets.

<CardGroup cols={2}>
  <Card title="Run the quickstart" icon="bolt" href="/quickstart">
    Create, download, use, and delete your first Brand Skill.
  </Card>

  <Card title="Integration flow" icon="arrows-rotate" href="/integration-flow">
    Build the asynchronous lifecycle into your backend.
  </Card>

  <Card title="Use the Skill" icon="folder-open" href="/using-the-skill">
    Mount the downloaded folder for an agent without flattening it.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/brand-skills/create-a-brand-skill">
    Inspect the exact request, response, status, and error schemas.
  </Card>
</CardGroup>

<Note>
  Bloom provides approved partners with a dedicated API key separately from this
  documentation.
</Note>
