Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
Deploying Your Agents
Svantic supports three deployment topologies, each designed for different organizational needs — from a developer’s laptop to a globally distributed enterprise fleet. The topologies are additive. Start simple and grow — no code changes required between them.Topologies at a Glance
| Factor | Standalone | Sidecar | Central + Sidecar |
|---|---|---|---|
| Complexity | Minimal | Low | Medium |
| Knowledge sharing | Single instance | Per-pod isolated | Shared across fleet |
| Autonomy | Full | Full | Full (degraded if central down) |
| Scaling | Vertical | Horizontal | Horizontal + coordinated |
| Cross-service tasks | Local only | Pod-local only | Fleet-wide |
| Best for | Dev, small prod | Independent workers | Enterprise, fleet ops |
Migration Path
- Start standalone — develop and test locally
- Move to sidecar — containerize and deploy alongside your service
- Add central — when you need cross-pod knowledge sharing or fleet management, deploy a central instance and set
SVANTIC_CENTRAL_URLon your sidecars
