AI agents are available as an add-on for all plans. View pricing
Looking for Autopilot? Autopilot is a separate, admin-only agent that runs on a schedule to keep your project clean — fixing broken charts, flagging stale content, and suggesting new ones. It does not build charts or dashboards from user questions like the conversational agents described here.
Choosing your AI surface
Lightdash exposes several AI surfaces, and the right one depends on who is asking, what they’re trying to do, and how much governance you need. They share one foundation: the Lightdash semantic layer — governed metrics, joins, descriptions, permissions, project context, verified answers, and evaluations. Investing there pays off no matter which surface a user picks.Decision guide
Pick the first item that matches what you’re trying to do:- Let business users ask governed questions in natural language — use AI agents in the app, or in Slack when the answer belongs in a team conversation.
- Send an agent answer on a schedule — schedule a recurring delivery from a conversation so Lightdash re-runs the agent on your chosen frequency and sends the refreshed chart plus an AI-written summary to Slack, email, or Microsoft Teams.
- Query Lightdash from Claude, Cursor, Codex, ChatGPT, or a custom agent — use the Lightdash MCP server.
- Give your agents tools from Notion, Linear, Confluence, or other services — connect external MCP servers.
- Teach your AI coding tool Lightdash concepts and YAML syntax — add the Docs MCP and install agent skills.
- Build an interactive, shareable app from a prompt — use data apps.
- Create or edit saved charts and dashboards conversationally — use content editing. (Beta)
- Make bulk, reviewable dashboard changes — use dashboards as code with
lightdash downloadandlightdash upload. - Change a metric, dimension, join, or description — edit dbt or Lightdash YAML through Git, or use AI writeback. (Beta)
- Change code in another connected repository (not the dbt project) — use the AI coding agent to open a pull request on any repo your org can write to, with verification delegated to that repo’s own CI. (Beta)
- Fix something the agent got wrong — improve descriptions, AI hints, project context, verified answers, evaluations, or Issues findings. (Issues is Beta.)
Compare the surfaces
A few principles hold across all of them: keep agents focused — several domain-scoped agents beat one project-wide agent; treat raw SQL as an escape hatch and fix the semantic layer when routine questions need it; and never upload sensitive material as knowledge documents unless everyone who can use the agent is allowed to see it. For the full treatment, see Effective analytics with agents.