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

# Zite Secrets

> Securely store sensitive information like external API keys so your Zite app can use them safely behind the scenes.

## What are Secrets?

**Secrets** or environment variables are private values (such as API keys, tokens, or credentials) that your app can use behind the scenes.

They are **only available in backend workflows** and are never visible to users, which helps keep sensitive information safe.

## When should you use Secrets?

Use Secrets when you want to connect your app to an external service that requires an API key especially if it’s not already built into Zite. For example, you might use Secrets to:

* Send emails using a service like Postmark
* Connect to tools that require API keys
* Add integrations that Zite doesn’t support out of the box

If a service is already supported by Zite, you usually don’t need to add a Secret.

## Add secrets to your app

<Steps>
  <Step title="Get external API key">
    Open the website or service you'd like Zite to use. Let’s say you want to send emails using Postmark. Copy your API key from there.
  </Step>

  <Step title="Open Zite app settings">
    Go to your Zite app and click <Icon icon="gear-complex" /> in the top right.

    <img src="https://mintcdn.com/zite/KQ8qGBqeQVB6pPOl/help/images/Screenshot-2026-04-15-at-5.19.21-PM.png?fit=max&auto=format&n=KQ8qGBqeQVB6pPOl&q=85&s=fd2cd6ccc2483fd43a6f45e0d7285843" alt="Screenshot 2026 04 15 At 5 19 21 PM" title="Screenshot 2026 04 15 At 5 19 21 PM" style={{ width:"30%" }} width="624" height="173" data-path="help/images/Screenshot-2026-04-15-at-5.19.21-PM.png" />
  </Step>

  <Step title="Paste API key">
    Navigate to `Secrets` and click `Add secret`.

    <img src="https://mintcdn.com/zite/KQ8qGBqeQVB6pPOl/help/images/Screenshot-2026-03-25-at-4.26.09-PM.png?fit=max&auto=format&n=KQ8qGBqeQVB6pPOl&q=85&s=544343850b15316b8da22d068608f738" alt="Screenshot 2026 03 25 At 4 26 09 PM" title="Screenshot 2026 03 25 At 4 26 09 PM" style={{ width:"78%" }} width="1609" height="956" data-path="help/images/Screenshot-2026-03-25-at-4.26.09-PM.png" />

    Then, paste it into the **Value** field. 

    <img src="https://mintcdn.com/zite/iguXXMxNAqjCcaY0/help/images/image-6.png?fit=max&auto=format&n=iguXXMxNAqjCcaY0&q=85&s=360d4857fb8de33a5eb91a851dae280b" alt="Image" title="Image" style={{ width:"54%" }} width="992" height="571" data-path="help/images/image-6.png" />

    In some cases, Zite may suggest a Secret for you based on what you’re building in the chat box.
  </Step>
</Steps>
