Documentation
HomeAPISign In
  • Getting Started
    • Overview
      • Core Concepts
      • Building your First Workflow
    • API Reference
  • Your Data
    • Brand Kits
    • Knowledge Bases
      • Add Data
        • Upload Files
        • Web Scrape
        • Import from Google Drive
        • Import from SQL Database
        • Import from Shopify
      • Knowledge Base Search
      • Knowledge Base Metadata
      • Knowledge Base API
  • Building Workflows
    • Workflow Concepts
      • Workflow Inputs
        • Input Types
      • Workflow Outputs
      • Variable Referencing
      • Liquid Templating
    • Workflow Steps
      • AI
        • Prompt LLM
          • Model Selection Guide
          • Prompting Guide
        • Transcribe Audio File
      • Web Research
        • Google Search
        • Perplexity Deep Research
        • Web Page Scrape
      • Code
        • Run Code
        • Call API
        • Format JSON
        • Run SQL Query
        • Write Liquid Text
      • Flow
        • Condition
        • Iteration
        • Human Review
        • Content Comparison
        • Error
      • Data
        • Read from Grid
        • Add Rows in Grid
        • Search Knowledge Base
        • Write to Knowledge Base
        • Get Knowledge Base File
      • AirOps
        • Workflow
        • Agent
      • Image & Video
        • Generate Image with API
        • Search Stock Images
        • Fetch Stock Image with ID
        • Resize Image
        • Screenshot from URL
        • Create OpenGraph Image
        • Create Video Avatar
      • SEO Research
        • Semrush
        • Data4SEO
      • Content Quality
        • Detect AI Content
        • Scan Content for Plagiarism
      • Content Processing
        • Convert Markdown to HTML
        • Convert PDF URL to Text
        • Group Keywords into Clusters
      • B2B Enrichment
        • Hunter.io
        • People Data Labs
      • CMS Integrations
        • Webflow
        • WordPress
        • Shopify
        • Contentful
        • Sanity
        • Strapi
      • Analytics Integrations
        • Google Search Console
      • Collaboration Integrations
        • Gmail
        • Google Docs
        • Google Sheets
        • Notion
        • Slack
    • Power Steps
    • Testing and Iteration
    • Publishing and Versioning
    • Logs
    • Studio Toolbar
  • Running Workflows
    • Run Once
    • Run in Bulk (Grid)
    • Run via API
    • Run via Trigger
      • Incoming Webhook Trigger
      • Zapier
    • Run on a Schedule
    • Error Handling
  • Grids
    • Create a Grid
      • Import from Webflow
      • Import from Wordpress
      • Import from Semrush
      • Import from Google Search Console
    • Add Columns in the Grid
    • Run Workflows in the Grid
      • Add Workflow Column
      • Run Workflow Column
      • Schedule Workflow Column
      • Map Workflow Outputs
      • Review Workflow Run Metadata
    • Review Content in the Grid
      • Review Markdown Content
      • Review HTML Content
      • Compare Content Difference
    • Publish to CMS from Grid
    • Pull Analytics in the Grid
    • Searching and Filtering
    • Export as CSV
  • Copilot
    • Chat with Copilot
    • Edit Workflows with Copilot
    • Fix Errors with Copilot
  • Monitoring
    • Task Usage
    • Analytics
    • Alerts
    • Execution History
  • Your Workspace
    • Create a Workspace
    • Folders
    • Settings
    • Billing
    • Use your own LLM API Keys
    • Secrets
    • Team and Permissions
  • Chat Agents (Legacy)
    • Agent Quick Start
    • Chat Agents
    • Integrate Agents
      • Widget
      • Client Web SDK
  • About
    • Ethical AI and IP Production
    • Principles
    • Security and Compliance
Powered by GitBook
On this page
  • What is a Brand Kit?
  • Creating a Brand Kit
  • Brand Kit Variables
  • Brand Attributes
  • Writing Style Attributes
  • Writing Sample Attributes
  • Custom Attributes

Was this helpful?

  1. Your Data

Brand Kits

Define your brand attributes and use them as variables in your workflow

Last updated 2 months ago

Was this helpful?

What is a Brand Kit?

Brand kits are portable personas that allow you to centrally store, manage, and update key contextual information for your LLM-powered workflows. They provide a structured way to maintain and supply essential context about your brand, product, customer, and business, ensuring that any LLM within AirOps has the necessary context to generate content that aligns with your voice and objectives.

By using a brand kit, you can define and improve the a context base that trains the LLM on unique characteristics of your business, ensuring that LLM outputs remain consistent, accurate, and on-brand across different workflows. Brand kits are centrally managed, meaning that as new insights are added—such as frequently asked questions, updated product details, or refined brand messaging—you can update the kit in one place, and all linked workflows will inherit the changes automatically.

Each brand kit includes a default set of structured fields designed to capture core brand attributes. Additionally, you can define custom fields to support unique business needs. These fields can be referenced in their entirity—when applying an entire brand kit to an LLM call—or selectively for more targeted LLM calls.

Creating a Brand Kit

Brand Kit Variables

Brand Attributes

Attribute
Default Variable
Usage

Brand URL

{{brand_kit.brand_url}}

Use the brand URL when referring to the brand to help provide context about the brand.

Brand Name

{{brand_kit.brand_name}}

Use the brand name consistently throughout the content to maintain brand recognition.

About the Brand

{{brand_kit.brand_about}}

Refer to the "About the Brand" section when creating content that requires background information or context about the brand and its offerings.

Customer Profile

{{brand_kit.brand_customer}}

Use the customer profile when creating content to ensure that the messaging and tone are tailored to the brand's target audience.

Competitors

{{brand_kit.brand_competitors}}

Be aware of the brand's competitors when creating content to differentiate the brand.

Brand Point of View

{{brand_kit.brand_point_of_view}}

Incorporate the brand's mission and core values into the content to align with the brand's overall messaging, philosophy, and positioning.

Writing Style Attributes

Attribute
Default Variable
Usage

Author Persona

{{brand_kit.writing_persona}}

Use the writing persona in the System prompt of the Large Language Model step to maintain a consistent writing style.

Tone of Voice

{{brand_kit.writing_tone}}

Adhere to the specified tone of voice when creating content to ensure that the brand's personality and style are consistently conveyed.

Call-to-Action (CTA) Text

{{brand_kit.writing_cta}}

Use the brand's primary CTA text at the end of content to encourage users to take a specific action, such as signing up for the product.

CTA Destination

{{brand_kit.writing_cta_url}}

Link the CTA text to the specified destination URL to direct users to the appropriate page or resource.

Writing Sample Attributes

Attribute
Default Variable
Usage

Writing Sample URL

{{brand_kit.writing_sample_url}}

AirOps uses the writing sample URL to scrape the best example of ideal content, which is used for k-shot prompting during content generation. If the article cannot be scraped, we return a default article.

Writing Sample Title

{{brand_kit.writing_sample_title}}

Use the writing sample title when creating a User-Assistant pair or k-shot prompting.

Writing Sample Outline

{{brand_kit.writing_sample_outline}}

Use the writing sample outline when creating a User-Assistant pair in order to help the model understand the structure and organization of the brand's preferred content format.

Writing Sample Body

{{brand_kit.writing_sample_body}}

Use the writing sample body when creating a User-Assistant pair in order to help the model understand the brand's writing style and tone.

Custom Attributes

You can also add and name your own variables in Brand Kits at the bottom of the page.