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

# Brandfetch

> Access company logos and brand assets

Brandfetch API provides access to company logos, colors, and brand assets for millions of companies.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Brandfetch account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Brandfetch API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit Brandfetch Website">
    Go to [developers.brandfetch.com](https://developers.brandfetch.com/) and click "Sign Up"

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/brandfetch/signup.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=52b3a25382b0be6cb38d0d4c924d8693" style={{ borderRadius: '0.5rem' }} width="872" height="1220" data-path="images/brandfetch/signup.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with Google authentication
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Keys">
    1. Go to your Brandfetch dashboard
    2. Navigate to the "Brand API" section

    <Warning>
      The free tier has usage limits. Keep an eye on how many requests you're making.
    </Warning>
  </Step>

  <Step title="Create New Key">
    1. An API Key is generated by default
    2. Copy your API key

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/brandfetch/apigen.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=029de23ffb247cebe3a850c95e54a5ee" style={{ borderRadius: '0.5rem' }} width="2610" height="894" data-path="images/brandfetch/apigen.png" />
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Brandfetch" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your API key into the "BRANDFETCH\_API\_KEY" field

    <Tip>
      Need a new key? Contact Brandfetch support.
    </Tip>
  </Step>

  <Step title="Start searching">
    You can now use prompts with the integration to access brand assets.

    Example prompts:

    * `Get company logo using /Brandfetch`
    * `Find brand colors with /Brandfetch`
    * `Build a brand asset library using /Brandfetch`

    <Warning>
      The API has rate limits. Avoid making too many requests in a short time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Brandfetch, save the brand assets so they load faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your Brandfetch integration is ready! Use `/Brandfetch` in chat to access brand assets.
</Tip>
