- Use case
- Replace Self-Hosting
Stop self-hosting
your AI agents
Your agents work. The problem is your week — Kubernetes upgrades, Docker rebuilds, Grafana dashboards, on-call pages. Move to Connic and the infrastructure stack disappears, while your agent code stays exactly where it is.
Read the migration guide# Define the whole agent in one YAML filename: invoice-processormodel: gemini/gemini-2.5-protemperature: 0.3system_prompt: |You are an expert accountant.Extract every field from the invoiceand verify the totals add up.tools: - documents.parse - documents.extract_entities - database.store_invoiceHosting, scaling, observability — handled
Self-hosting means you build hosting, scaling, and observability — and stay on call for them. Connic ships all three so your team stops carrying infrastructure pagers.
Skip all this
- Kubernetes manifests
- Docker builds
- CI/CD pipelines
- Cluster upgrades
git push is the deploy. No containers to babysit, no pipelines to debug, no cluster upgrades on the calendar.
Skip all this
- HPA configuration
- Resource tuning
- Capacity planning
- Idle resource costs
Managed runtime scales with demand. You pay for runs and minutes — not idle clusters waiting for traffic.
Skip all this
- ELK / Loki setup
- Prometheus metrics
- Grafana dashboards
- Alert configuration
Full execution traces are on by default. Every LLM call, tool call, and timing shows up in the dashboard — no stack to wire up.
You aren't rewriting anything
Your Python tools stay the same. Your prompts stay the same. The YAML wraps what you already have — and the infrastructure layer goes in the trash.
- Python tools
Same functions, same logic — drop them in tools/
- Agent logic
Prompts and orchestration translate to YAML and middleware
- Git workflow
Branches, PRs, code review — unchanged
- External integrations
APIs, databases, services — reachable from custom tools
- Kubernetes configs
Manifests, Helm charts, kubectl runbooks
- Docker setup
Dockerfiles, image builds, registry plumbing
- CI/CD pipelines
GitHub Actions, Jenkins, deploy scripts
- Monitoring stack
Prometheus, Grafana, custom alert rules
Follow the quickstart to cut over your first agent.
Self-hosted vs Connic
What you manage yourself today, and what Connic takes off your plate
| Feature | Self-Hosted | Connic |
|---|---|---|
| Deployment | Docker/K8s + CI/CD | git push |
| Rollbacks | Manual | One-click |
| Observability | DIY (Prometheus, Grafana) | Built-in |
| Knowledge base (RAG) | DIY (vector DB) | Built-in |
| Connectors | Custom per system | First-party catalog |
| A/B testing | Not included | Included |
| Automated evaluation (Judges) | Not included | Included |
| Human-in-the-loop approvals | Not included | Included |
| Budget alerts & limits | Not included | Included |
| Team permissions (RBAC) | DIY | Built-in |
| Secrets management | Vault / env files | Built-in |
| Auto-recovery | DIY | Built-in |
A migration partner, not a docs page
Cut over with the same controls — and the same compliance posture — you have today
Enterprise plans come with dedicated compute, custom SLAs, and an account manager who runs the migration with your team end to end.
DPA, EU AI Act support, SOC 2 Type II, ISO 27001, and HIPAA available on Enterprise — so legal does not have to re-approve a new vendor stack. Audit logs ship on every tier from day one.
Not ready for a full cutover? Use Bridge to keep services in your VPC while agents run on Connic. Move workloads one at a time, on your timeline.