# Atlas Platform - [What is Atlas?](https://lifters.mintlify.app/introduction/overview.md): The intelligence layer for iGaming operations — centralized data, real-time analytics, and AI-native insights for sports betting and casino operators worldwide. - [Platform Architecture](https://lifters.mintlify.app/introduction/architecture.md): Technical overview of how the Atlas platform is built — from event ingestion to analytics delivery. - [Glossary](https://lifters.mintlify.app/introduction/glossary.md): Key terms used throughout the Atlas platform documentation — iGaming concepts and platform-specific terminology. - [Changelog](https://lifters.mintlify.app/introduction/changelog.md): What's new in the Atlas platform — API changes, new features, and deprecations. - [Developer Quickstart](https://lifters.mintlify.app/quickstart/developers.md): Send your first event to Atlas in under 5 minutes. - [Operator Quickstart](https://lifters.mintlify.app/quickstart/operators.md): Set up your Atlas account and connect your first brand in minutes. - [Events Overview](https://lifters.mintlify.app/guides/events/overview.md): Understand how the Atlas event tracking system works — event types, domains, and the ingestion pipeline. - [Tracking Users](https://lifters.mintlify.app/guides/events/tracking-users.md): Send user registration and profile update events to Atlas for player analytics and compliance. - [Tracking Transactions](https://lifters.mintlify.app/guides/events/tracking-transactions.md): Send deposit and withdrawal events to Atlas for financial analytics, risk monitoring, and AML compliance. - [Tracking Casino Events](https://lifters.mintlify.app/guides/events/tracking-casino.md): Send casino events to Atlas for game analytics, RTP monitoring, and player behavior insights. - [Tracking Sports Betting Events](https://lifters.mintlify.app/guides/events/tracking-sports.md): Send sports ticket events with full lifecycle coverage: open, win, lose, cashout, refund, cancel and pending. - [Batch Ingestion](https://lifters.mintlify.app/guides/events/batch-ingestion.md): Send multiple events in a single API call — up to 500 events per request for high-volume scenarios. - [Backfill de Histórico via S3](https://lifters.mintlify.app/guides/backfill/overview.md): Ingira meses ou anos de eventos históricos diretamente em Parquet no S3, sem passar pela API de eventos. - [Guia de Exportação S3 por Domínio](https://lifters.mintlify.app/guides/backfill/s3-export-guide.md): Schema Parquet e exemplos de exportação por domínio de evento (user, casino, transaction, sportsbook). - [Monitoramento do Backfill](https://lifters.mintlify.app/guides/backfill/monitoring.md): Acompanhe o progresso do backfill via consultas à tabela atlas.backfill_log. - [Financial Reports](https://lifters.mintlify.app/guides/analytics/financial-reports.md): GGR, NGR, Hold %, Bonus Cost, transaction breakdowns and revenue analytics on the Atlas platform. - [Casino Analytics](https://lifters.mintlify.app/guides/analytics/casino-analytics.md): 10 REST endpoints powering the Cassino Analytics screen — KPIs, channel composition, rankings, players and heatmaps. - [Risk Analysis](https://lifters.mintlify.app/guides/analytics/risk-analysis.md): Real-time risk monitoring, liability exposure, and alert management — coming to the Atlas platform. - [Player Behavior](https://lifters.mintlify.app/guides/analytics/player-behavior.md): Active users, churn, new vs returning, sessions per player and behavioral analytics on the Atlas platform. - [VIP Intelligence](https://lifters.mintlify.app/guides/analytics/vip-intelligence.md): How Atlas defines who is a VIP — the weighted-by-modality definition, per-brand configuration, and the definition history & audit trail. - [Motor de Scoring de Risco](https://lifters.mintlify.app/guides/scoring/overview.md): Engine de decisão em tempo real para análise de risco em depósitos — Camunda BPMN + DMN. - [Regras de Decisão DMN](https://lifters.mintlify.app/guides/scoring/decision-rules.md): Documentação completa das 16 regras dos módulos Financial Risk, AML e Behavior Score com exemplos de ativação. - [Integração e Triggers](https://lifters.mintlify.app/guides/scoring/integration.md): Como disparar o Scoring Engine via HTTP, schema completo do payload de depósito e comportamento de DLQ. - [PLD — Prevenção à Lavagem de Dinheiro](https://lifters.mintlify.app/guides/compliance/pld.md): Regras automáticas de AML/PLD implementadas no Scoring Engine via Camunda DMN, conformes com COAF e Lei 9.613/98. - [Responsible Gambling](https://lifters.mintlify.app/guides/compliance/responsible-gambling.md): Player protection tools — deposit limits, self-exclusion, and behavioral problem gambling detection. - [Monitoria de Ingestão e Alertas](https://lifters.mintlify.app/guides/monitoring/overview.md): Visibilidade em tempo real do volume e bytes ingeridos por organização, com alertas configuráveis para Slack. - [Métricas de Ingestão](https://lifters.mintlify.app/guides/monitoring/ingestion-metrics.md): Endpoints REST e queries SQL para volume, bytes e heartbeat de ingestão por organização. - [Alertas e Slack](https://lifters.mintlify.app/guides/monitoring/alerts.md): Configure regras de alerta de ingestão e receba notificações no Slack quando algo der errado. - [Tipos de Condição de Alerta](https://lifters.mintlify.app/guides/monitoring/alert-conditions.md): Detalhes técnicos de no_data, byte_threshold, rate_drop e lag_high com exemplos de uso. - [Authentication](https://lifters.mintlify.app/platform/authentication.md): How to authenticate with the Atlas APIs — API Keys for the Events API, JWT tokens for the Backend API. - [Multi-Brand Setup](https://lifters.mintlify.app/platform/multi-brand.md): Manage multiple operator brands under a single Atlas organization — with full data isolation and consolidated analytics. - [Rate Limits](https://lifters.mintlify.app/platform/rate-limits.md): Atlas API rate limits, headers, and how to handle 429 responses. - [Webhooks](https://lifters.mintlify.app/platform/webhooks.md): Receive real-time notifications from Atlas when significant events occur in your data pipeline. - [Error Codes](https://lifters.mintlify.app/resources/error-codes.md): Complete reference for Atlas API error codes and how to handle them. - [Support](https://lifters.mintlify.app/resources/support.md): How to get help with the Atlas platform. - [Events API Overview](https://lifters.mintlify.app/api-reference/events/overview.md): Complete reference for the Atlas Events API — high-throughput event ingestion for iGaming operations. - [JavaScript SDK Overview](https://lifters.mintlify.app/sdk/javascript/overview.md): The Atlas JavaScript SDK — inject into your frontend to automatically capture user behavior and session data. - [SDK Installation](https://lifters.mintlify.app/sdk/javascript/installation.md): How to install and initialize the Atlas JavaScript SDK. - [SDK Configuration](https://lifters.mintlify.app/sdk/javascript/configuration.md): Configuration options for the Atlas JavaScript SDK. - [SDK Methods](https://lifters.mintlify.app/sdk/javascript/methods.md): Complete method reference for the Atlas JavaScript SDK. - [React Integration](https://lifters.mintlify.app/sdk/examples/react-integration.md): How to integrate the Atlas SDK with a React application. - [Vanilla JavaScript Integration](https://lifters.mintlify.app/sdk/examples/vanilla-js.md): How to integrate the Atlas SDK without a framework. - [Web Analytics SDK](https://lifters.mintlify.app/sdk/web-analytics/overview.md): SDK JavaScript leve para captura de comportamento web em operadores iGaming. Integra Kafka → ClickHouse → Dashboard Atlas. - [Quick Start](https://lifters.mintlify.app/sdk/web-analytics/quick-start.md): Coloque o Atlas Web Analytics SDK rodando em 5 minutos. - [Instalação](https://lifters.mintlify.app/sdk/web-analytics/installation.md): Hospede o bundle do SDK e inclua no seu frontend via CDN, hosting próprio ou Google Tag Manager. - [Configuração](https://lifters.mintlify.app/sdk/web-analytics/configuration.md): Referência completa do iGamingSDK.init() — todos os campos, defaults e quando ajustar. - [Identificar usuário](https://lifters.mintlify.app/sdk/web-analytics/identify.md): Vincule o distinct_id anônimo do SDK ao user_ext_id interno do operador via identify(). Sem isso, eventos ficam anônimos no Kafka. - [Catálogo de eventos](https://lifters.mintlify.app/sdk/web-analytics/events.md): Os 14 eventos automáticos do SDK + convenções para eventos custom de negócio iGaming. - [Privacidade & LGPD](https://lifters.mintlify.app/sdk/web-analytics/privacy.md): Consent flow, denylist, masking PII e como manter o SDK em conformidade com LGPD. - [Session Replay](https://lifters.mintlify.app/sdk/web-analytics/session-replay.md): Gravação pixel-perfect da sessão do jogador via rrweb. Opt-in, sample-based, com masking by default. - [Session Replay — Masking & PII](https://lifters.mintlify.app/sdk/web-analytics/session-replay-masking.md): Hierarquia block/mask/ignore, classes CSS Atlas, proteções hardcoded e config para iGaming. - [Session Replay — Triggers condicionais](https://lifters.mintlify.app/sdk/web-analytics/session-replay-triggers.md): Gravar SÓ sessões críticas com URL/event trigger + ring buffer 60s pré-evento. Reduz storage 60-90%. - [Session Replay — Network & Console](https://lifters.mintlify.app/sdk/web-analytics/session-replay-network-console.md): Captura metric-only de fetch/XHR + console.* via rrweb custom events. scrubURL automático em query params sensíveis. - [Troubleshooting](https://lifters.mintlify.app/sdk/web-analytics/troubleshooting.md): Problemas comuns na integração do Atlas Web Analytics SDK e como resolver. - [Runbook: Reprocessamento de DLQ](https://lifters.mintlify.app/runbooks/dlq-reprocessing.md): Procedimento para detectar, inspecionar e reprocessar mensagens na Dead-Letter Queue do pipeline de eventos Atlas. - [Runbook: Incidentes de Session Replay (M8 Phase 2)](https://lifters.mintlify.app/runbooks/session-replay-incidents.md): Detecção, diagnóstico e mitigação dos 8 cenários cobertos pelos alertas do pipeline rrweb → R2 → ClickHouse → backend/. ## OpenAPI Specs - [events.v3](/openapi/events.v3.json) - [events.v3](/openapi/events.v3.yaml) ## Optional - [GitHub](https://github.com/twinfo-io/atlas) - [Community](https://discord.gg/atlas) - [Support](mailto:platform@atlas.lifters.tech)