This page is optimized for AI agents. It is an index, not a substitute for the full docs. Follow the links to the authoritative page for each topic.
What Entelligence is
Entelligence.AI is an engineering intelligence platform that connects the tools where engineering work happens (Git providers, AI coding tools, observability, incidents, work systems, Slack). It helps teams review code with full-repository context, route AI-coding requests by quality and cost, measure agent ROI, and turn production signals into reliability fixes. Live docs: https://doc.entelligence.aiCore products
- Code Review — Full-repository-context PR and local review with actionable suggestions.
- Model Router — Route supported coding-agent requests by quality and cost; inspect savings and model distribution.
- Agent Insights — Measure coding-agent adoption, efficiency, spend, context health, and outcomes.
- Ask Ellie — Ask engineering questions across code, PRs, incidents, delivery, and agent context.
- Code Reliability — Use incident patterns and observability audits to find recurring risk and propose fixes.
- Automations — Scheduled Pulses and event-driven Reactors that deliver context and actions through Slack.
- CLI — Local and CI entry point for review, agent analytics, incidents, security, and Model Router.
Recommended reading order (new users)
- Welcome to Entelligence.AI — Platform overview.
- Quickstart — Connect one repo, run one review, verify.
- Choose a use case — Shortest path per goal.
- Verify access — Confirm scope and permissions.
- Admin checklist — Rollout beyond one repo.
- Product overview for the goal you picked (see Core products).
- Integration catalog — Wire in Git, AI tools, observability, work systems, Slack.
- Reference & support — Glossary, limits, availability, troubleshooting.
Common tasks → documentation
CLI quick reference
- Install:
curl -fsSL https://app.entelligence.ai/install.sh | sh - Authenticate, configure CI, rotate keys: Install & authenticate
- Common commands:
entelligence review— run a review on the current change.entelligence diff— review a specific diff.entelligence status— check auth and configuration.entelligence wrapped— engineering summary.entelligence update— update the CLI.
- Full command surface (55 commands): CLI command reference.
- Product-specific CLI flows: Agent Insights, Model Router, Incidents & security.
- Always run
entelligence <command> --helpbefore a state-changing command.
API and authentication entry points
- Create and manage API keys: API keys & MCP.
- Programmatic and agent access via MCP: Entelligence MCP.
- Ask Ellie permissions and scoped actions: Permissions, Actions.
- Enterprise auth, privacy, and permission model: Permissions, Privacy.
Best practices for agents interacting with Entelligence
- Prefer the CLI or MCP over scraping the dashboard. Use
entelligence --helpand CLI reference to discover commands. - Store API keys in a secret manager; rotate via API keys & MCP. Never embed keys in prompts or commits.
- Scope work to a single repository first; validate output before enabling org-wide automation (Quickstart).
- Respect Ask Ellie action permissions — actions run under the caller’s scope (Permissions).
- Read Model Router privacy and Agent Insights privacy before sending prompts or telemetry.
- Check Limits and Availability before batching or long-running jobs.
- For unknown terms, consult the Glossary; for failures, start at Troubleshooting.
- Do not duplicate documentation content — link to the authoritative page above.