Self-host install

Skip this section if you use Agyn Cloud — your platform is already running. Continue to Administer instead.

Agyn runs on Kubernetes. There are two install paths:

PathWhen to use it
Quick bootstrapLocal development, demos, evaluation. Provisions a complete k3d cluster with every dependency via Terraform and Argo CD. One command.
Production installReal deployments. Reuses the same Terraform stacks against your own cluster, OIDC, and DNS, with the in-cluster Postgres / S3 / OpenFGA optionally replaced by managed services.

Pages

After install

Once Agyn is running:

  1. Sign into the Console at the URL printed by the installer.
  2. Follow First admin to bind your OIDC subject to the cluster admin role.
  3. Continue to Administer to create your first organization, register runners, and configure agents.
  4. Review Operate for day-2 concerns (backups, monitoring, security).