> ## 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 Data Productivity Cloud pipeline runs from Paradime Bolt schedules or the CLI to orchestrate Matillion ELT jobs next to your dbt runs.

[Matillion](https://www.matillion.com) is a data integration and transformation platform. Trigger Matillion Data Productivity Cloud pipeline executions and list your projects and pipelines as part of your Paradime Bolt schedules using the Paradime CLI.

## What you can do

* Trigger execution for one or more Matillion Data Productivity Cloud pipelines
* List published pipelines for a project and environment
* List available Matillion projects

## Prerequisites

* `MATILLION_BASE_URL`: your Matillion DPC API base URL (for example, `https://us1.api.matillion.com` or `https://eu1.api.matillion.com`)
* `MATILLION_CLIENT_ID`: your Matillion OAuth client ID, generated in your Matillion account settings
* `MATILLION_CLIENT_SECRET`: your Matillion OAuth client secret, generated in your Matillion account settings

## Trigger from Bolt

Set your credentials as [environment variables](/products/settings/environment-variables/bolt-schedule-env-variables) on your Bolt schedule, then run the command as part of the schedule.

See the full command reference, flags, and examples in the [Matillion CLI](/developers/paradime-cli/matillion-cli) documentation.


## Related topics

- [Matillion CLI](/developers/paradime-cli/matillion-cli.md)
