> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corporatelabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Installations

> Create and manage machine credentials in the console.

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](https://console.corporatelabs.ai/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](/guides/linux-systemd) / [GitHub Actions](/guides/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.

## Related

* [Install `clabs`](/guides/install-clabs)
* [Events](/console/events)
