Skip to main content

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

FactorStandaloneSidecarCentral + Sidecar
ComplexityMinimalLowMedium
Knowledge sharingSingle instancePer-pod isolatedShared across fleet
AutonomyFullFullFull (degraded if central down)
ScalingVerticalHorizontalHorizontal + coordinated
Cross-service tasksLocal onlyPod-local onlyFleet-wide
Best forDev, small prodIndependent workersEnterprise, fleet ops
See Deployment Topologies for detailed architecture diagrams, setup instructions, and configuration for each topology.

Migration Path

  1. Start standalone — develop and test locally
  2. Move to sidecar — containerize and deploy alongside your service
  3. Add central — when you need cross-pod knowledge sharing or fleet management, deploy a central instance and set SVANTIC_CENTRAL_URL on your sidecars
No code changes required between topologies. Only environment variables change. See Environment & Configuration for the full reference.