# errorgap > errorgap is a managed incident-intelligence platform. It correlates scattered > production signals — errors, logs, traces, uptime checks, and deploys — into a > single investigable incident with a ranked likely cause. SDKs for 20+ stacks > send one JSON envelope to a small, stable ingestion API. Key facts: managed service only (no self-hosted offering); per-event pricing with no seat tax (Free 50k events/mo, Team $29/mo, Business $99/mo, Enterprise custom); MCP server for AI-agent access to production context. ## Positioning errorgap is compared by category rather than by vendor. Against standalone error trackers it keeps the exception and adds the logs, transaction, uptime check, and deploy around it. Against full observability suites it is one JSON envelope and a key, priced per captured event with no seat cost. Against log platforms it attaches the log window to the incident instead of handing you a query language. Against uptime-only monitors a failed check opens an incident that already carries the errors behind it and the release that preceded them. What it does not do: no custom metric ingestion or long-range dashboards, and no distributed tracing across services (APM is per-transaction timing with DB, view, and external breakdowns). - [How errorgap compares](https://errorgap.com/compare): capability matrix by category, plus limitations ## Product - [Incident Intelligence](https://errorgap.com/product/incident-intelligence): six heuristics promote error spikes, uptime failures, and latency anomalies into incidents with a likely cause - [Backtrace](https://errorgap.com/product/backtrace): fingerprint grouping, source context, merge/split, regression detection - [Live logs](https://errorgap.com/product/logs): live stream, list, and aggregate views - [Uptime monitoring](https://errorgap.com/product/uptime): HTTP/TCP/ping checks, SSL expiry, 90-day availability timeline - [Performance (APM)](https://errorgap.com/product/apm): per-transaction timing, Apdex, span waterfalls - [Session Replay](https://errorgap.com/product/session-replay): typed event timelines attached to incidents as evidence - [Agent Access (MCP)](https://errorgap.com/product/agent-access): scoped, redacted MCP tools for AI agents - [Integrations](https://errorgap.com/product/integrations): GitHub, GitLab, Jira, Slack, webhooks - [Product overview](https://errorgap.com/product): index of all eight capability pages - [Pricing](https://errorgap.com/pricing): plans and FAQ ## Docs - [Documentation](https://errorgap.com/docs): landing page and full table of contents - [Introduction](https://errorgap.com/docs/getting-started/introduction): what errorgap is and how it's organized - [Install an SDK](https://errorgap.com/docs/getting-started/install-sdk): five-minute setup - [API reference](https://errorgap.com/developers/api): the ingestion API contract — one header, one JSON envelope - [SDK docs](https://errorgap.com/developers/sdks): all supported runtimes and packages - [Changelog](https://errorgap.com/developers/changelog): dated release notes ## Programmatic access for agents MCP server (the recommended way for an AI agent to read production context): - Endpoint: `POST /mcp` on your organization's origin, e.g. `https://.errorgap.com/mcp` - Transport: JSON-RPC 2.0 (`initialize`, `tools/list`, `tools/call`) - Auth: `Authorization: Bearer `, created at Organization → Agent access - Tools: list_errors, get_error, list_incidents, get_incident, explain_incident, find_likely_cause, propose_fix, uptime_status - Scoping: per-project toggles over six categories of data, with regex redaction applied before anything reaches an agent - Docs: https://errorgap.com/docs/organization/agent-access Ingestion API (for sending events, when no SDK fits): - Endpoint: `POST {origin}/api/projects/{project_slug}/notices` - Auth: `x-errorgap-project-key: ` - Contract: https://errorgap.com/developers/api Service status as JSON: https://errorgap.com/api/status ## AI agent install guides (markdown) - [Agent install guide index](https://errorgap.com/agent-docs/index.md): written for AI coding agents installing the errorgap SDK - [Full site text](https://errorgap.com/llms-full.txt): every public page as plain text, one file - Per-runtime guides at https://errorgap.com/agent-docs/{node,python,rails,go,php,laravel,django,flask,fastapi,dotnet,java,elixir,rust,browser,bun,deno,swift,android,react-native,flutter,wordpress,rack,http}.md ## Trust & legal - [Trust Center](https://errorgap.com/trust): security, privacy, and compliance overview - [Security](https://errorgap.com/security): controls with honest status labels - [Privacy Policy](https://errorgap.com/privacy): controller/processor split, retention, rights - [Subprocessors](https://errorgap.com/subprocessors): vendors, regions, change notices