Keep supports various deployment and provisioning strategies to accommodate different environments and use cases, from development setups to production deployments.Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Provisioning Options
Keep offers three main provisioning options:- Provider Provisioning - Set up and manage data providers with their deduplication rules for Keep.
- Workflow Provisioning - Configure and manage workflows within Keep.
- Dashboard Provisioning - Configure and manage dashboards within Keep.
How To Configure Provisioning
Provisioning in Keep is controlled through environment variables and configuration files. The main environment variables for provisioning are:| Provisioning Type | Environment Variable | Purpose |
|---|---|---|
| Provider | KEEP_PROVIDERS | JSON string containing provider configurations with deduplication rules |
| Workflow | KEEP_WORKFLOW | One workflow to provision right from the env variable. |
| Workflows | KEEP_WORKFLOWS_DIRECTORY | Directory path containing workflow configuration files |
| Dashboard | KEEP_DASHBOARDS | JSON string containing dashboard configurations |

