AI Actions AI alpha

Custom integration docs - Authentication

Custom integrations use API keys to authenticate AI Actions.


API key

Custom integrations with AI Actions are designed for use in private apps, prototypes, or scripts and cannot be safely published/shared to others without becoming an AI Platform partner (contact us if interested).

Caution: Treat your API key like a password! It can be used to run your AI Actions. For example: if you set up a "Gmail find email" action, anyone with your API key can read all your email.

Get started using the custom integration AI platform app. You can generate an API key to authenticate requests.

Follow the steps below to create your API key.

  1. Log in or sign up to Zapier.
  2. Connect your Zapier account to the custom integration app.
  3. Your API key will be available on the credentials page.

Test that the API key is working:

curl -v \
    -H "Content-Type: application/json" \
    -H "x-api-key: <API_KEY>" \
    'https://actions.zapier.com/api/v1/check/'