Documentation
Synaps docs.
Architecture, API reference, and operational guides for running Synaps in your own environment.
Architecture
System context, data flow, control plane, and deployment topology. Understand how Synaps fits together.
Read
API Reference
Complete OpenAPI specification for the Synaps Control API. Endpoints, request schemas, and response formats.
Browse
Troubleshooting
Common issues, diagnostic procedures, and recovery steps for Synaps deployments on Kubernetes.
Read
Getting started.
Synaps deploys as a Helm chart on Kubernetes. The control plane, worker runtime, PostgreSQL, NATS, and Hasura ship together.
Quick start
- Provision a Kubernetes cluster (k3s, EKS, GKE, or AKS).
- Configure secrets for PostgreSQL, model providers, and object storage.
- Deploy with Helm:
helm install synaps ./chart/synaps -n synaps-runtime -f values.yaml - Submit a command via the API and watch the worker claim and execute it.