# Paradime: Products DinoAI

## DinoAI

- [DinoAI](https://docs.paradime.io/products/dino-ai/index.md): DinoAI is Paradime's intelligent assistant that accelerates analytics engineering workflows through warehouse-aware AI capabilities.

### Slack Bot Agent

- [Slack Agent](https://docs.paradime.io/products/dino-ai/slack-agent/index.md): The DinoAI Slack Agent runs autonomously from any Slack channel or DM, executing dbt™ models, querying your warehouse, and opening PRs without opening the IDE.
- [Slack Agent setup](https://docs.paradime.io/products/dino-ai/slack-agent/setup.md): Set up the DinoAI Slack Agent by connecting Slack, GitHub, and your warehouse to Paradime so DinoAI can run dbt™ jobs and open pull requests from Slack.
- [Starting a Slack Agent session](https://docs.paradime.io/products/dino-ai/slack-agent/starting-a-session.md): Start a DinoAI Slack Agent session by adding the Paradime bot to a channel and @mentioning it with your task, then track progress in the Slack thread.
- [Using DinoAI in Direct Messages](https://docs.paradime.io/products/dino-ai/slack-agent/using-dinoai-in-direct-messages.md): Run full DinoAI Slack Agent sessions privately from a direct message with the Paradime bot — no shared channel or @mention required for quick, personal tasks.
- [Customize the Slack Agent](https://docs.paradime.io/products/dino-ai/slack-agent/customize-agent.md): Customize the DinoAI Slack Agent by committing a dinoai-slack-bot YAML that sets its role, goal, backstory, and tools, or give any agent a Slack presence.

### Programmable Agent

- [Programmable Agents](https://docs.paradime.io/products/dino-ai/programmable-agents/index.md): Define named DinoAI agents as YAML in your git repo and trigger them from the Paradime API or a Bolt schedule for composable, version-controlled automation.
- [Programmable Agents quick start](https://docs.paradime.io/products/dino-ai/programmable-agents/quick-start.md): Run a DinoAI Programmable Agent in three steps: commit an agent YAML to your repo, trigger a run, and view its output in the Paradime dashboard.
- [Creating Agents in the App](https://docs.paradime.io/products/dino-ai/programmable-agents/creating-agents-in-the-app.md): Build a DinoAI Programmable Agent in the app: pick a template, configure identity, model, and tools in the builder, then deploy to the workspace or as YAML.
- [Agent Sessions](https://docs.paradime.io/products/dino-ai/programmable-agents/agent-sessions.md): Track DinoAI agent runs in the Agent app: sessions panel across chat, Bolt, Slack, and API sources, chat transcripts, live credit and runtime metrics.
- [YAML Configuration](https://docs.paradime.io/products/dino-ai/programmable-agents/yaml-configuration.md): Reference for the .dinoai/agents YAML schema that defines a DinoAI Programmable Agent — name, role, goal, backstory, tools allowlist, model, and triggers.
- [Triggering from Bolt](https://docs.paradime.io/products/dino-ai/programmable-agents/triggering-from-bolt.md): Run a DinoAI Programmable Agent from a Bolt schedule on cron, after another schedule, on PR merge, or in Turbo CI. Runs natively with no API keys required.
- [Triggering from the API](https://docs.paradime.io/products/dino-ai/programmable-agents/api-reference.md): Trigger DinoAI Programmable Agents from your own code using the Paradime GraphQL API or Python SDK, so agent runs slot into Airflow, Lambda, or webhooks.
- [Agent-to-Agent Delegation](https://docs.paradime.io/products/dino-ai/programmable-agents/agent-to-agent-delegation.md): Have one Programmable Agent spawn and coordinate other DinoAI agents so complex analytics workflows split into focused, composable sub-agents you can version.
- [Tools Reference](https://docs.paradime.io/products/dino-ai/programmable-agents/tools-reference.md): Reference of every function id a DinoAI Programmable Agent can name in its tools.list allowlist or denylist, grouped by tool and linked to full documentation.

### Bolt Pipeline Agent

- [Bolt Pipeline Agent](https://docs.paradime.io/products/dino-ai/bolt-pipeline-agent/index.md): 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.
- [Pipeline Insights](https://docs.paradime.io/products/dino-ai/bolt-pipeline-agent/production-pipelines.md): DinoAI reads Bolt run logs and produces human-readable summaries and fix recommendations, so you can triage failed dbt™ production deployments in seconds.
- [Fix with DinoAI](https://docs.paradime.io/products/dino-ai/bolt-pipeline-agent/fix-with-dinoai.md): One-click fix for failed Bolt runs: hand the failure to a DinoAI agent session in the run's DinoAI tab, or from Slack, and get a pull request to review.
- [DinoAI Bolt Pipeline Agent Self-Healing](https://docs.paradime.io/products/dino-ai/bolt-pipeline-agent/self-healing.md): How the DinoAI Bolt Pipeline Agent auto-heals failed Bolt runs: it detects failures, spins up a fix session in Slack, and proposes a pull request unprompted.

### Copilot

- [Copilot](https://docs.paradime.io/products/dino-ai/copilot/index.md): DinoAI Copilot is the in-IDE assistant that helps you write, review, and debug dbt™ code, with Chat and Agent modes tuned for analytics engineering workflows.
- [DinoAI chat interface and toolbar](https://docs.paradime.io/products/dino-ai/copilot/chat-interface.md): Use the DinoAI prompt input and toolbar controls in the Paradime IDE to switch modes, attach context, and shape how the copilot agent responds to you.
- [Ask Mode](https://docs.paradime.io/products/dino-ai/copilot/ask-mode.md): Use DinoAI Ask Mode in the Paradime Code IDE for conversational assistance with dbt™ development, without letting the agent modify files directly.
- [Agent Mode](https://docs.paradime.io/products/dino-ai/copilot/agent-mode.md): DinoAI Agent Mode directly creates and modifies files in your dbt™ project, using warehouse metadata and workspace context to automate engineering tasks.
- [God Mode](https://docs.paradime.io/products/dino-ai/copilot/god-mode.md): DinoAI God Mode auto-accepts tool calls and file changes so multi-step dbt™ workflows can complete without confirmation prompts between steps.
- [Auto-Generate Documentation](https://docs.paradime.io/products/dino-ai/copilot/auto-generate-documentation.md): Use DinoAI in the Paradime Data Catalog to auto-generate model and column-level documentation, keeping dbt™ docs consistent without manual YAML edits.
- [Speech-To-Text](https://docs.paradime.io/products/dino-ai/copilot/speech-to-text-tool.md): Use DinoAI's Speech-to-Text feature in the Paradime IDE to send voice commands to your copilot agent instead of typing, for hands-free dbt™ development.
- [DinoAI chat history](https://docs.paradime.io/products/dino-ai/copilot/chat-history.md): Browse and reopen your previous DinoAI copilot conversations in the Paradime IDE so you can pick up past context without starting from scratch.
- [Version control with DinoAI](https://docs.paradime.io/products/dino-ai/copilot/version-control.md): Let DinoAI automate git workflows in the Paradime IDE: draft commit messages, stage changes, and open pull requests without leaving the copilot panel.
- [Settings and Configurations](https://docs.paradime.io/products/dino-ai/copilot/dinoai-settings.md): Configure DinoAI settings in Paradime: panel layout, inline selection menu, usage monitoring, and .dinorules access, to tune your AI-assisted workflow.

#### Context

- [Context](https://docs.paradime.io/products/dino-ai/copilot/context/index.md): Context provides DinoAI with information about your project and data warehouse, enabling more accurate and relevant assistance for analytics engineering tasks.
- [File Context](https://docs.paradime.io/products/dino-ai/copilot/context/file-context.md): Attach specific files as context to DinoAI so the copilot understands your project's naming conventions, code patterns, and structure before responding.
- [Inline File Context](https://docs.paradime.io/products/dino-ai/copilot/context/inline-file-context.md): Use DinoAI inline file context to send the file you're actively editing to the copilot, so responses stay grounded in the code and models in front of you.
- [Directory Context](https://docs.paradime.io/products/dino-ai/copilot/context/directory-context.md): Directory Context enables DinoAI to access entire folders of files, helping it understand patterns across multiple related models in your project.
- [Terminal Context](https://docs.paradime.io/products/dino-ai/copilot/context/terminal-context.md): Highlight terminal output, error messages, or command results in the Paradime IDE and send them to DinoAI as chat context for debugging and command-line help.

### MCP Server

- [Paradime MCP server: connect AI clients to your data](https://docs.paradime.io/products/dino-ai/mcp-server/index.md): The Paradime MCP server exposes your warehouse, dbt™ catalog, lineage, and Bolt orchestration to any MCP client, with OAuth sign-in and managed access.
- [Workspace Management](https://docs.paradime.io/products/dino-ai/mcp-server/workspace-management.md): Through the Paradime MCP server, DinoAI can list your Paradime workspaces and switch the active one from any MCP client so agents can operate across many.
- [Agent Sessions](https://docs.paradime.io/products/dino-ai/mcp-server/agent-sessions.md): Use the Paradime MCP server to start, monitor, and message DinoAI background agent sessions from any MCP-compatible client for multi-agent orchestration.

#### Client setup

- [Claude Desktop & claude.ai](https://docs.paradime.io/products/dino-ai/mcp-server/claude-desktop.md): Set up the Paradime MCP server as a custom connector in Claude Desktop or claude.ai to access your warehouse, dbt™ catalog, and lineage from Claude.
- [Connect Claude Code to the Paradime MCP server](https://docs.paradime.io/products/dino-ai/mcp-server/claude-code.md): Connect the Paradime MCP server to Claude Code from your terminal with one mcp add command to give Claude your warehouse, dbt™ catalog, and Bolt context.
- [Add the Paradime MCP server to Cursor with mcp.json](https://docs.paradime.io/products/dino-ai/mcp-server/cursor.md): Add the Paradime MCP server to Cursor via mcp.json, complete the browser sign-in, and query your warehouse, dbt™ catalog, and lineage through DinoAI tools.
- [Connect GitHub Copilot to the Paradime MCP server](https://docs.paradime.io/products/dino-ai/mcp-server/github-copilot.md): Connect the Paradime MCP server to GitHub Copilot in VS Code with a .vscode/mcp.json config so Copilot can query your warehouse, dbt™ catalog, and lineage.
- [Add the Paradime MCP server to OpenCode via config.json](https://docs.paradime.io/products/dino-ai/mcp-server/opencode.md): Add the Paradime MCP server to OpenCode via its config.json to query your warehouse, dbt™ catalog, lineage, and Bolt orchestration through DinoAI.
- [Kiro](https://docs.paradime.io/products/dino-ai/mcp-server/kiro.md): Connect the Paradime MCP server to Kiro by adding a remote server to your Kiro mcp.json, and how to reconnect an expired connection.
- [Set up the Paradime MCP server for Amazon Quick](https://docs.paradime.io/products/dino-ai/mcp-server/amazon-quick.md): Connect the Paradime remote MCP server to Amazon Quick with a manual configuration flow, since Amazon Quick doesn't support Dynamic Client Registration.
- [Connect any MCP client to the Paradime MCP server](https://docs.paradime.io/products/dino-ai/mcp-server/other-clients.md): Connect any MCP-compatible client to the Paradime MCP server over HTTP with the OAuth browser sign-in; legacy tokens keep working for older setups.

### Context & Customization

- [Context & Customization](https://docs.paradime.io/products/dino-ai/customization/index.md): The repo-tracked files that steer how DinoAI behaves: .dinorules, CLAUDE.md / AGENT.md, Skills, and .dinoprompts, and where each one applies.
- [Rules & Instructions](https://docs.paradime.io/products/dino-ai/dino-rules.md): Steer DinoAI with repo-tracked instruction files: .dinorules (Paradime-native) plus CLAUDE.md and AGENT.md, read automatically across Copilot and the agents.
- [Skills](https://docs.paradime.io/products/dino-ai/customization/skills.md): Skills are reusable capability packages that DinoAI auto-discovers from your repository and loads on demand, available in both Copilot and the agents.
- [.dinoprompts](https://docs.paradime.io/products/dino-ai/copilot/dino-prompts.md): .dinoprompts are YAML files that let analytics teams create, version, and share reusable DinoAI prompts tailored to dbt™ and data workflows across the repo.

### DinoAI Tools

- [DinoAI Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/index.md): The full catalog of DinoAI tools, showing which are available in Copilot and in Programmable Agents, and what each one connects to.
- [Bolt Logs Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/bolt-logs-tool.md): The Bolt Logs Tool lets DinoAI fetch and analyze Bolt schedule run logs so it can debug failed dbt™ commands with the same context a human would review.
- [Catalog Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/catalog-tool.md): Search your full data catalog directly from DinoAI. Find dbt models, sources, tests, macros, and third-party assets across your data stack.
- [Column Level Lineage](https://docs.paradime.io/products/dino-ai/tools-and-features/column-level-lineage.md): Trace column-level lineage from DinoAI to see upstream and downstream dependencies across your dbt™ project, warehouse, and BI tools without leaving chat.
- [Confluence Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/confluence-tool.md): Pull Confluence pages into DinoAI to turn specs, technical designs, and team docs into actionable dbt™ work — extract requirements and generate tasks.
- [Code Search Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/code-search-tool.md): The Code Search Tool lets DinoAI search your repository for code patterns with ripgrep, quickly locating usages, definitions, and references.
- [dbt Discovery Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/dbt-discovery-tools.md): Query your dbt project metadata from DinoAI: models, sources, macros, exposures, lineage, model health, and historical run performance from Bolt runs.
- [File System Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/file-system-tool.md): The File System Tool enables DinoAI to create, modify, read, and search files in your repository, with built-in safeguards for controlled code changes.
- [GitHub PR Management Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/github-pr-management-tool.md): The GitHub PR Management Tool lets DinoAI create, read, and list pull requests — including diffs, CI status, and reviews — so it can ship code changes fully.
- [Google Docs Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/google-docs-tool.md): Import Google Docs into DinoAI to turn specs, requirements, and internal docs into actionable dbt™ work — extract content and implement model features fast.
- [Google Drive Search Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/google-drive-search-tool.md): Search Google Drive from DinoAI to find specs, runbooks, and data contracts by file type, folder, content, or modification date, then pull them into chat.
- [Google Sheets Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/google-sheets-tool.md): The Google Sheets Tool lets DinoAI read spreadsheet data by ID and return it as CSV with metadata, so agents can profile external data alongside your warehouse.
- [HubSpot Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/hubspot-tool.md): The HubSpot Tool connects DinoAI to your CRM so it can search contacts, companies, deals, and tickets, create and update records, and add notes.
- [Jira Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/jira-tool.md): The Jira Tool connects DinoAI to your Jira tickets, helping implement features and fix issues based on requirements stored in your task management system.
- [Linear Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/linear-tool.md): The Linear Tool connects DinoAI to your Linear issues, helping implement features and fix bugs based on requirements stored in your task management system
- [Notion Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/notion-tool.md): Connect Notion to DinoAI to search workspace pages, read content and comments, and turn team docs, specs, and feedback into actionable development work.
- [Slack Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/slack-tools.md): Slack tools let DinoAI agents find a Slack thread, attach a session to it, and post messages and files back to Slack so work stays in one conversation.
- [Paradime Docs Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/paradime-docs-tool.md): The Paradime Docs Tool lets DinoAI search this documentation site to answer product questions and cite the right Paradime feature, integration, or setup guide.
- [Perplexity Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/perplexity-tool.md): The Perplexity Tool integrates web search capabilities into DinoAI, providing up-to-date information with cited sources for accurate technical assistance.
- [Terminal Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/terminal-tool.md): The Terminal Tool enables DinoAI to suggest and execute terminal commands for Git operations, dbt runs, and other command-line tasks with error analysis.
- [Web Search Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/web-search-tool.md): Search the web and extract page content from DinoAI to research docs, package references, and current technical guidance without leaving the Paradime IDE.

#### Data Warehouse Tools

- [Data Warehouse Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/index.md): Explore your connected warehouse metadata with DinoAI to inspect schemas, tables, columns, and relationships and build more accurate dbt assets faster.
- [BigQuery Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/bigquery-tools.md): Explore BigQuery projects, datasets, tables, schemas, and query performance directly from DinoAI to build accurate SQL, debug slow jobs, and investigate costs.
- [BigQuery Query Analysis Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/bigquery-query-analysis-tool.md): Deep-dive into BigQuery query performance from DinoAI — analyze execution plans, diagnose slot bottlenecks and shuffles, and get optimization suggestions.
- [ClickHouse Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/clickhouse-tools.md): Explore ClickHouse databases, tables, and schemas directly from DinoAI to write accurate SQL, generate dbt sources, and understand table structure faster.
- [Databricks Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/databricks-tools.md): Explore Databricks catalogs, schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and navigate Unity Catalog faster.
- [DuckDB Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/duckdb-tool.md): Explore DuckDB schemas, tables, and columns directly from DinoAI to write accurate SQL, generate dbt sources, and understand table structure faster.
- [Microsoft Fabric Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/microsoft-fabric-tools.md): Explore Microsoft Fabric databases, schemas, tables, and columns from DinoAI to write accurate SQL, generate dbt™ sources, and map warehouse structure faster.
- [Redshift Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/redshift-tools.md): Explore Amazon Redshift databases, schemas, tables, and columns from DinoAI to write accurate SQL, generate dbt™ sources, and map warehouse structure faster.
- [Snowflake Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/snowflake-tools.md): Explore Snowflake databases, schemas, tables, columns, and query performance from DinoAI to write accurate SQL, generate dbt™ sources, and debug slow queries.
- [Snowflake Query Analysis Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/snowflake-query-analysis-tool.md): Deep-dive into Snowflake query performance from DinoAI — analyze execution plans, diagnose bottlenecks, surface spill metrics, and get optimization suggestions.
- [SQL Server Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/sql-server-tools.md): Explore Microsoft SQL Server databases, schemas, tables, and columns from DinoAI to write accurate SQL, generate dbt™ sources, and map warehouse structure.
- [Trino Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/trino-tools.md): Explore Trino catalogs, schemas, tables, and columns from DinoAI to write accurate SQL, generate dbt™ sources, and reason about cross-source query structure.
- [SQL Execution Tool](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/sql-execution-tool.md): Run SQL against your connected warehouse from DinoAI to profile datasets, inspect model outputs, find distinct values, and generate dbt™ tests from real data.
- [MongoDB Tools](https://docs.paradime.io/products/dino-ai/tools-and-features/warehouse-tool/mongodb-tools.md): Explore MongoDB databases, collections, and documents from DinoAI to infer schemas, run find and aggregation queries, and inspect indexes and storage stats.

### Settings & Credits

- [Admin Dashboard](https://docs.paradime.io/products/dino-ai/admin-dashboard.md): Monitor and analyze DinoAI usage across your organization with comprehensive analytics on AI conversations, tool usage, and user engagement patterns.
- [DinoAI Credits](https://docs.paradime.io/products/dino-ai/dinoai-credits.md): Understand how DinoAI credits work, how they're calculated, and how Credit Saver Mode helps optimize your usage while maintaining conversation context
- [Supported models](https://docs.paradime.io/products/dino-ai/supported-models.md): Every model you can run DinoAI on and when to use each: Claude, Gemini, GPT-6, GPT-5.6, Grok, Kimi, and Qwen, from quick low-cost edits to deep refactors.
- [Budget & Consumption](https://docs.paradime.io/products/dino-ai/budget-and-consumption.md): Track DinoAI credit spend and set monthly allowances across your Paradime platform, workspaces, users, and background agents to keep AI costs predictable.
