---
title: Quickstart
description: Get started with Siglata, connect your coding agent, and interact with your workspace.
sidebar:
  label: Quickstart
  order: 2
---

Get up and running with Siglata in a few simple steps.

## 1. Run the Installer

Run the automated installer for Codex and ChatGPT:

**macOS & Linux**

```bash curl -fsSL https://www.siglata.com/install | sh ```

**Windows**

```powershell irm https://www.siglata.com/install.ps1 | iex ```

The script configures `~/.codex/config.toml`, stages the `@siglata` plugin package, and sets up your environment.

## 2. Sign In to Your Organization

1. Open the Siglata web app at [www.siglata.com/app](https://www.siglata.com/app).
2. Enter your email to receive a passwordless **Magic Link**.
3. Click the link in your email to authenticate your browser session.

## 3. Connect Your Agent

- **Codex & ChatGPT Desktop**: Start Codex and enter any prompt referencing your files. Codex connects automatically to `https://www.siglata.com/v1/mcp` and prompts you to authorize on first connection.
- **ChatGPT Web**: In ChatGPT, navigate to **Settings > Connectors** and add `https://www.siglata.com/v1/mcp`.
- **Other Clients (Cursor, Claude Code, VS Code)**: Add `https://www.siglata.com/v1/mcp` to your client's MCP configuration as described in the [Supported Clients](/clients/codex) section.

## 4. Run Your First Agent Task

Once connected, your agent can discover, inspect, and mutate spreadsheets and organization documents:

```text
Inspect our active customer list in Siglata, compute the total MRR, and format the results into a new summary table.
```

Your agent will plan the changes with Siglata's `files` skill, show you the proposed diff, and commit the mutation upon your approval.
