IngressLabs navigation lockup Compact IngressLabs lockup with radial ingress mark and wordmark. IngressLabs IngressLabs

Documentation

Synaps docs.

Architecture, API reference, and operational guides for running Synaps in your own environment.

Getting started.

Synaps deploys as a Helm chart on Kubernetes. The control plane, worker runtime, PostgreSQL, NATS, and Hasura ship together.

Quick start

  1. Provision a Kubernetes cluster (k3s, EKS, GKE, or AKS).
  2. Configure secrets for PostgreSQL, model providers, and object storage.
  3. Deploy with Helm: helm install synaps ./chart/synaps -n synaps-runtime -f values.yaml
  4. Submit a command via the API and watch the worker claim and execute it.

Read the architecture guide