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

# GCP Cloud Functions

> Invoke GCP Cloud Functions from Paradime Bolt schedules so you can run event-driven serverless logic as part of your dbt™ pipelines.

[GCP Cloud Functions](https://cloud.google.com/functions) is a serverless execution environment for running single-purpose, event-driven functions. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

## What you can do

* Invoke one or more Cloud Functions by name
* Pass a JSON payload to each function

## Prerequisites

* A service account with permission to invoke the target functions (Cloud Functions Invoker).

## Set up

Paradime authenticates to GCP with a service account key. Set them as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):

| Variable                       | Required | Description                                     |
| ------------------------------ | -------- | ----------------------------------------------- |
| `GCP_SERVICE_ACCOUNT_KEY_FILE` | Required | Path to your GCP service account JSON key file. |
| `GCP_PROJECT_ID`               | Required | Your GCP project ID.                            |
| `GCP_LOCATION`                 | Required | GCP region (for example, `us-central1`).        |

## Trigger from Bolt

Add the [Invoke GCP Cloud Function](/products/bolt/creating-schedules/command-settings/gcp-cloud-function) command to a schedule. For the full command reference, flags, and examples, see the [GCP Cloud Function CLI](/developers/paradime-cli/gcp-cloud-function-cli).


## Related topics

- [GCP Cloud Function CLI](/developers/paradime-cli/gcp-cloud-function-cli.md)
- [Invoke GCP Cloud Function](/products/bolt/creating-schedules/command-settings/gcp-cloud-function.md)
- [Integrations](/integrations/index.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [New Bolt command integrations](/changelog/2026-07-22/bolt-command-integrations.md)
