Quickstart
Get started with Siglata, connect your coding agent, and interact with your workspace.
Get up and running with Siglata in a few simple steps.
1. Run the Installer
Run the automated installer for Codex and ChatGPT:
bash curl -fsSL https://www.siglata.com/install | sh 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
- Open the Siglata web app at www.siglata.com/app.
- Enter your email to receive a passwordless Magic Link.
- 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/mcpand 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/mcpto your client’s MCP configuration as described in the Supported Clients section.
4. Run Your First Agent Task
Once connected, your agent can discover, inspect, and mutate spreadsheets and organization documents:
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.