> ## 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.

# Matillion

> Trigger Matillion pipelines from Paradime Bolt schedules so you can run ELT loads and transformations as part of your dbt™ pipelines.

[Matillion](https://www.matillion.com/) is a cloud-native data integration and ELT platform (the Data Productivity Cloud). Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

## What you can do

* Trigger one or more Matillion pipelines by project, pipeline, and environment

## Prerequisites

* A Matillion account with an OAuth client (client ID and secret) generated in your account settings.

## Set up

Paradime authenticates to Matillion with an OAuth client. Set them as [Bolt schedule environment variables](/products/settings/environment-variables/bolt-schedule-env-variables):

| Variable                  | Required | Description                                                                                         |
| ------------------------- | -------- | --------------------------------------------------------------------------------------------------- |
| `MATILLION_BASE_URL`      | Required | Your Matillion Data Productivity Cloud API base URL (for example, `https://us1.api.matillion.com`). |
| `MATILLION_CLIENT_ID`     | Required | OAuth client ID generated in your Matillion account settings.                                       |
| `MATILLION_CLIENT_SECRET` | Required | OAuth client secret generated in your Matillion account settings.                                   |

## Trigger from Bolt

Add the [Run Matillion Pipeline](/products/bolt/creating-schedules/command-settings/matillion-pipeline) command to a schedule. For the full command reference, flags, and examples, see the [Matillion CLI](/developers/paradime-cli/matillion-cli).


## Related topics

- [Matillion CLI](/developers/paradime-cli/matillion-cli.md)
- [Run Matillion Pipeline](/products/bolt/creating-schedules/command-settings/matillion-pipeline.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)
