Brand libraries store your brand identity — name, website, tagline, and description. When you generate content with a brand library attached, Pixa uses that identity to produce on-brand results.Documentation Index
Fetch the complete documentation index at: https://pixa.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Setting up a brand library
Brand libraries are created and edited in the Pixa web app. See the Brand Libraries guide for setup instructions. Once created, your agent can list and reference brand libraries through MCP.Listing brand libraries
Ask the agent to find your brand libraries:assets or the brand-aware generation flow to surface available brand library IDs and identity details.
Using a brand library with generation
Pass the brand library ID togenerate_media to apply your brand identity to any generation task:
generate_media with the matching brand_library_id. Generated images follow the brand’s visual guidelines — consistent colors, typography, and style.
Generation parameters with brand
| Parameter | Description |
|---|---|
brand_library_id | Brand library to apply (recommended for any branded asset) |
aspect_ratio | Match the platform — 1:1 for Instagram, 16:9 for web banners |
num_variations | Generate multiple options to pick the best on-brand result |
End-to-end workflow
- Finds the Acme brand library and pulls the matching
brand_library_id. - Calls
generate_mediawithbrand_library_id,aspect_ratio: "1:1", andnum_variations: 3for the Instagram posts. - Calls
generate_mediaagain with the samebrand_library_idandaspect_ratio: "3:1"for the email header.
For more on brand libraries and how to configure brand identities in the web app, see the Brand Libraries guide.