# Bloom Brand Skills API > Documentation for Bloom's approved partner Brand Skills API beta. ## Docs - [Brand Skills API](https://partners.trybloom.ai/index.md): Create portable Brand Skills through Bloom's approved partner API beta. - [Quickstart](https://partners.trybloom.ai/quickstart.md): Create, download, use, and delete a Brand Skill. - [Authentication](https://partners.trybloom.ai/authentication.md): Authenticate server-side requests with a Bloom API key. - [Integration flow](https://partners.trybloom.ai/integration-flow.md): Operate the asynchronous Brand Skill lifecycle safely. - [Use the downloaded Skill](https://partners.trybloom.ai/using-the-skill.md): Store and mount the generated Brand Skill for an agent. - [OpenAPI and agents](https://partners.trybloom.ai/openapi-and-agents.md): Give the Brand Skills API contract and guides to development agents. - [Create a Brand Skill](https://partners.trybloom.ai/api-reference/brand-skills/create-a-brand-skill.md): Create one Brand Skill from a website, a temporary PDF URL, or one of each. Bloom downloads the PDF before returning 202, then builds the Skill asynchronously. Poll GET /brand-skills/{id}; a completed Brand Skill includes a self-contained ZIP download. - [Get a Brand Skill](https://partners.trybloom.ai/api-reference/brand-skills/get-a-brand-skill.md): Return the current creation status. A completed Brand Skill includes a signed ZIP download URL valid for seven days. Poll until completed or failed. - [Delete a Brand Skill](https://partners.trybloom.ai/api-reference/brand-skills/delete-a-brand-skill.md): Cancel creation when possible, then delete the source, generated ZIP, and Brand Skill resource.