> ## 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.

# Console overview

> Operate installations and inspect events in the CorporateLabs console.

The [console](https://console.corporatelabs.ai) is the operator UI for your organization. Sign in with Google (or your configured identity provider), then use it to:

1. Create and manage **installations** (machine credentials)
2. Copy the one-shot **Install** recipe for each installation
3. Inspect **events** your sensors have sent
4. Filter by installation, event type, and optional asset

Everything in the console is scoped to your org. You do not need to call the API by hand for day-to-day operations.

## Typical workflow

```mermaid theme={null}
flowchart LR
  A[Sign in] --> B[Create installation]
  B --> C[Copy Install recipe]
  C --> D[Run on machine]
  D --> E[Open Events]
  E --> F[Filter and inspect]
```

## Pages

| Page                                    | What it is for                                      |
| --------------------------------------- | --------------------------------------------------- |
| [Installations](/console/installations) | Credentials, Install recipe, rename, revoke, delete |
| [Events](/console/events)               | Live-ish feed of sensor activity                    |

## Related

* [Quickstart](/quickstart)
* [Install `clabs`](/guides/install-clabs)
