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

# Zapier Integration

> Use the Helicone Zapier app to run Chat Completions via the AI Gateway — no provider keys required.

## Introduction

Use the Helicone app on Zapier to generate chat completions from any supported model through the Helicone AI Gateway. Provide your Helicone API key, select a model, and pass your prompt data from any Zapier trigger — all with full observability in Helicone.

<Note>
  The Zapier action uses Helicone’s OpenAI-compatible Chat Completions API. No OpenAI or third‑party provider keys are required when using the AI Gateway.
</Note>

## Integration Steps

<Steps>
  <Step title="Create a Helicone API key">
    Create a Helicone account at <a href="https://www.helicone.ai/" target="_blank">helicone.ai</a> and generate an
    <a href="https://us.helicone.ai/settings/api-keys" target="_blank">API key</a>.

    <Note>
      You can use a write-only key for logging requests. Learn more about
      <a href="/helicone-headers/header-directory">Helicone-Auth</a>.
    </Note>
  </Step>

  <Step title="Add the Helicone app in Zapier">
    * In Zapier, create a new Zap (or edit an existing one).
    * For the Action step, search for and select "Helicone".
    * Choose the "Chat Completion" action.
    * When prompted, connect your Helicone account and paste your Helicone API key.
  </Step>

  <Step title="Configure the Chat Completion action">
    * Model: pick any supported model (see <a href="https://www.helicone.ai/models" target="_blank">model registry</a>).
    * Messages: map your trigger fields (e.g., prompt text) into the user message.

    <Info>
      The action routes through Helicone’s AI Gateway. You can later change the target provider or model in Helicone without updating your Zap.
    </Info>
  </Step>

  <Step title="Test and publish your Zap">
    * Run a test to see the model’s response.
    * Publish the Zap when you’re satisfied.
  </Step>

  <Step title="Verify in Helicone">
    Open your Helicone dashboard and check the Requests tab to see your Zapier‑originated requests, costs, and latencies.

    <Tip>
      While you're here, why not <a href="https://github.com/helicone/helicone" target="_blank" rel="noreferrer">give us a star on GitHub</a>? It helps us a lot!
    </Tip>
  </Step>
</Steps>

## Example Use Cases

* Auto‑draft replies from form submissions or support tickets
* Summarize new rows in Google Sheets or Airtable
* Generate product descriptions from e‑commerce triggers

## Alternate Use cases

In case you want to utilize the observability side of Helicone (rather than just the gateway), we've got you covered!

This integration has searches and other creation actions that you could otherwise do in the Helicone Dashboard

It also has a blank curl request, in the event that you don't find an action you want. Create what you need!

## Troubleshooting

* Ensure your Helicone API key is valid and has write access.
* If a request fails, review the error in the Zap run details and the corresponding request in Helicone for provider/model‑specific messages.
* To switch models later, update the model field in the Zap action or use Helicone routing/policies to control traffic centrally.

<Note title="Request a Helicone Integration" type="info">
  Looking for a framework or tool not listed here? [Request it here!](https://forms.gle/E9GYKWevh6NGDdDj7)
</Note>
