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

# Special Environment Variables

> Use Paradime-provided environment variables to inject runtime metadata and dynamic configuration values into your dbt runs.

Paradime Bolt exposes two categories of special environment variables: audit variables that stamp run metadata into your materialized tables, and runtime variables that let you inject dynamic values into your schedule commands securely.

<CardGroup cols={2}>
  <Card title="Audit Environment Variables" href="/products/bolt/special-environment-variables/audit-environment-variables" icon="magnifying-glass">
    Inject Paradime system metadata — such as schedule name, run ID, trigger source, and git SHA — into your dbt models at run time.
  </Card>

  <Card title="Runtime Environment Variables" href="/products/bolt/special-environment-variables/runtime-environment-variables" icon="sliders">
    Reference workspace environment variables directly in your Bolt schedule commands, with values resolved dynamically at execution time.
  </Card>
</CardGroup>


## Related topics

- [Special Environment Variables](/products/bolt/special-environment-variables/index.md)
- [Bolt Pipelines](/products/bolt/index.md)
- [Runtime environment variables](/products/bolt/special-environment-variables/runtime-environment-variables.md)
- [Audit environment variables](/products/bolt/special-environment-variables/audit-environment-variables.md)
- [Environment Variables](/products/settings/environment-variables/index.md)
