# Argonix > Sovereign AI Ops Copilot — AI agent + monitoring + testing + infrastructure automation, powered by a local LLM with zero data egress. Argonix is a SaaS platform that combines an autonomous AI agent (Argos) with full-stack monitoring, synthetic testing, test management, alerting, incident management, and public status pages. Argos connects to 30+ cloud and infrastructure services via 310+ tools to observe, decide, and act on your behalf — with optional sovereign deployment running a local LLM (Qwen 3.5 9B via Ollama) for zero data egress. ## Links - Website: https://argonix.io - App: https://app.argonix.io - API: https://api.argonix.io/api/0.1/ - Status Pages: https://status.argonix.io - Contact: hello@argonix.io - Terraform Provider: https://github.com/argonix-io/terraform-provider-argonix - Kubernetes CRD Operator: https://github.com/argonix-io/kubernetes-crd ## Core Features ### Argos AI Agent - **Multi-persona AI**: 11 specialized personas (SRE, DevOps, Security, Cloud Architect, DBA, Network, Compliance, FinOps, Performance, Chaos, Data) - **30 Connectors, 310+ Tools**: AWS, GCP, Azure, Kubernetes, Docker, GitHub, GitLab, Datadog, PagerDuty, Slack, Jira, SSH/VM, PostgreSQL, MySQL, Redis, Elasticsearch, Prometheus, Terraform, Ansible, CloudFlare, and more - **42 Pre-built Workflows**: Incident response, infrastructure audit, cost optimization, security scan, compliance check, performance tuning, and more - **RAG Knowledge Base**: Hybrid pgvector + tsvector search for organization-specific knowledge documents - **4 LLM Providers**: Local (Qwen 3.5 9B via Ollama — default, zero egress), Google Gemini, Anthropic Claude, OpenAI GPT - **Data Sovereignty**: Run entirely on-premises with local LLM — no data ever leaves your infrastructure ### Monitoring & Observability - **Multi-protocol Monitoring**: HTTP(S), Ping, TCP, DNS, SSL, gRPC, Heartbeat, Keyword, Multi-step HTTP - **Browser Synthetic Tests**: Headless Playwright-based browser scenarios with screenshots - **API Synthetic Tests**: Multi-step API chain testing with assertions - **Alerting**: Email, Slack, Webhook, PagerDuty, OpsGenie, Telegram, Discord, Microsoft Teams, Jira - **Incident Management**: Auto-detection, acknowledgment, resolution tracking, timeline - **Public Status Pages**: Custom domains, branding, subscriber notifications, password protection - **Metrics & Observability**: Response time percentiles (p50/p95/p99), uptime %, Prometheus export - **Maintenance Windows**: One-time or recurring, auto-suppresses alerts - **Deployment Tracking**: Correlate deploys with performance changes ### Testing & CI/CD - **CI/CD Integration**: Trigger synthetic tests via API, webhook callbacks with step-by-step results - **Test Management**: Test suites with run history, manual test cases, test plans with progress tracking - **AI Test Generation**: Generate browser, API, or manual test cases from a URL using AI ### Infrastructure as Code - **Auto-Remediation**: Run custom Python scripts on failure before final verdict — self-healing infrastructure - **Terraform Provider**: Official Terraform provider on HashiCorp Registry - **Kubernetes CRD Operator**: 9 CRD types, install via Helm chart - **GitOps**: Version-control your monitoring stack with ArgoCD, Flux, or CI/CD ### Billing - **Free**: Argos AI (20 runs/mo), SSO, 1 monitor, 20 synthetic runs/mo - **Startup** (€10/mo): Everything in Free + 100 AI runs, 5 monitors, 100 synthetic runs - **Pro** (€200/mo): Everything in Startup + 1,000 AI runs, 100 monitors, 1,000 synthetic runs, API, Prometheus - **Custom**: Everything in Pro + unlimited, self-hosted, dedicated support ## Docs - [Full documentation for LLMs](https://argonix.io/llms-full.txt) - [Help Center](https://argonix.io/en/docs) ## Tech Stack - Backend: Python 3.13, Django 5, Django REST Framework, Celery, PostgreSQL + pgvector - Frontend: Vue 3, Vite, TailwindCSS - AI: LangChain, Ollama (Qwen 3.5 9B), Google Vertex AI, Anthropic, OpenAI - Monitoring: Playwright (browser tests), multi-region checks - Billing: Stripe subscriptions - Auth: JWT + API Keys