Skip to main content
An installation is a machine (or CI job) enrolled in your organization. Creating one issues credentials used by clabs to authenticate when sending events.

Create an installation

  1. Open Installations in the console
  2. Create a new installation and give it a clear name (for example laptop-yoram or ci-demo)
  3. Open the installation detail view
From there you can:
  • Copy the Install recipe (curl one-liner with token)
  • Rename the installation
  • Revoke credentials (stops new auth; installation remains listed)
  • Hard-delete the installation (removes the record)

Install recipe

The Install button copies a one-shot command that:
  1. Downloads install.sh from https://install.corporatelabs.ai
  2. Installs the clabs binary for your OS/arch
  3. Writes config under ~/.config/clabs/ using this installation’s credentials
It does not start sensors. After install, run clabs yourself (or set up systemd / GitHub Actions).

Status

Installations show active vs revoked status in the list. Revoked installations cannot authenticate new requests. Delete when you no longer need the record.