Skip to main content

What is an integration?

Third-party integrations are actions under the tools.* namespace that call a vendor API. Each integration is either a YAML template built from core action steps or a Python UDF.

Authenticate an integration

Most integrations require a secret before their actions run. Store API keys and tokens as prebuilt credentials, or connect a provider through OAuth.

Browse the catalog

Every available integration has its own page in this tab’s sidebar, listing each action and its inputs.

Build your own

When the catalog does not cover a vendor, build the integration yourself as a YAML template or Python UDF. See Custom actions to get started.