Build with AnomalyArmor
REST API, CLI, and Python SDK for full programmatic access. Integrate data quality monitoring into your existing workflows however you prefer.
Three Ways to Integrate
Choose the interface that fits your workflow
REST API
Full programmatic access to all AnomalyArmor features. Query freshness, schema changes, and anomalies. Manage tables and alerts programmatically.
- Custom dashboards
- Automation workflows
- Third-party integrations
CLI
Run data quality checks from your terminal or CI/CD pipeline. Exit codes and JSON output for easy scripting and automation.
- CI/CD pipelines
- Local development
- Shell scripts
Python SDK
Type-safe Python client with async support. Native integration with your Python data pipelines and orchestration tools.
- Airflow/Dagster tasks
- Custom Python scripts
- Data applications
Use Cases
Pipeline Gates
Block deployments when data quality checks fail. Run freshness and schema checks as part of your CI pipeline before promoting to production.
Custom Alerting
Build custom alert routing beyond Slack and PagerDuty. Route alerts to internal tools, create tickets, or trigger custom remediation workflows.
Bulk Table Setup
Programmatically onboard hundreds of tables with consistent configurations. Define monitoring rules in code and version control your setup.