Autter cloud
Autter cloud hosts the ingester atotlp.autter.dev — the default endpoint for every SDK. No infrastructure to run.
Self-hosting on your own server
For a single small EC2 or Lightsail box running the ingester and ClickHouse together via Docker Compose, with Caddy handling HTTPS automatically — no VPC or ECS setup required — seedeploy/single-server in the repo.
Self-hosting, bring-your-own-infra
A prebuilt multi-arch image is available — no clone needed:deploy/aws.
Local development
For local development with a bundled ClickHouse:docker compose exec clickhouse clickhouse-client --password dev.
Configuring keys
Configure ingest keys via theAUTTER_INGEST_KEYS environment variable (or point AUTTER_KEY_VALIDATOR_URL at your own key service). See Environment variables for the full reference, including how to generate a key and how server keys differ from client keys.
Environment variables
Full reference for configuring the ingester and the server SDK.

