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

# Bolt Pipeline Agent

> DinoAI embedded in Bolt pipeline runs: read failure logs, summarize what went wrong, and auto-fix or self-heal broken dbt™ jobs without manual triage.

The Bolt Pipeline Agent is DinoAI embedded directly into your Bolt pipeline runs. Instead of manually digging through logs when a run fails, it reads, understands, and acts on your pipeline errors automatically.

***

### Features

#### Pipeline Insights

Raw pipeline logs are hard to read. DinoAI converts them into clear, human-readable summaries — telling you what failed, why, and where to look.

* Surfaces the root cause without requiring you to scroll through hundreds of log lines
* Highlights the specific model, test, or command that caused the failure
* Available directly in the Bolt run detail view

#### Fix with DinoAI

Once a failure is summarised, you can trigger a one-click fix. DinoAI will:

1. Analyse the error in the context of your dbt™ project
2. Propose a fix — edits to SQL, YAML, or configuration
3. Open the changes in the IDE for you to review and accept

#### Self-Healing

For teams that want fully autonomous recovery, Self-Healing takes it a step further. When enabled, the Bolt Pipeline Agent will automatically attempt to fix errors without waiting for a manual trigger.

* Detects failures as soon as a run completes
* Analyses the error and applies a fix directly
* Re-runs the affected pipeline to confirm the fix worked
* Posts a summary to Slack if a channel is configured

### Related

* [Bolt Schedules](/products/bolt/index) — Setting up and managing your pipelines
* [Slack Agent ](/products/dino-ai/slack-agent/index)— Broader Slack notifications for DinoAI events


## Related topics

- [DinoAI Bolt Pipeline Agent Self-Healing](/products/dino-ai/bolt-pipeline-agent/self-healing.md)
- [DinoAI](/products/dino-ai/index.md)
- [Tools Reference](/products/dino-ai/programmable-agents/tools-reference.md)
- [Paradime Docs Tool](/products/dino-ai/tools-and-features/paradime-docs-tool.md)
- [Bolt Pipeline Retry Agent](/guides/programmable-agents/bolt-pipeline-retry-agent.md)
