Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tolmo.com/llms.txt

Use this file to discover all available pages before exploring further.

Tolmo is the command-line interface for the Tolmo cloud security platform. It gives your team a single tool to query your infrastructure graph, run SQL and Cypher queries, manage security findings, and proxy authenticated requests to connected services like GitHub, AWS, Linear, Sentry, and Datadog — all without credentials ever leaving the backend.

Installation

Install Tolmo via Homebrew, the install script, or a Debian package in under a minute.

Authentication

Log in with your browser, use named profiles, or configure environment variables for CI/CD.

SQL & Cypher Queries

Query your organization’s relational and graph databases directly from the terminal.

Security Findings

Create, update, triage, and track security findings with a full audit trail.

Connected Services

Proxy requests to GitHub, AWS, Linear, Sentry, and Datadog using org credentials.

CI/CD Integration

Use Tolmo in automated pipelines with environment variable authentication.

Get started in minutes

1

Install the CLI

Install Tolmo using Homebrew or the install script:
brew tap tolmohq/tolmo https://github.com/tolmohq/tolmo
brew install tolmo
2

Log in

Authenticate with your Tolmo account. This opens a browser-based login flow:
tolmo auth login
3

Explore your infrastructure

Run your first query against the infrastructure graph:
tolmo cypher "MATCH (n) RETURN labels(n), count(*) ORDER BY count(*) DESC"
4

List connected services

See which integrations are available for your organization:
tolmo query list

What you can do with Tolmo

Infrastructure Graph

Query nodes, edges, and relationships across your entire cloud infrastructure using Cypher.

Code Repositories

List and clone repositories from your organization’s connected GitHub and GitLab accounts.

Threat Models

Download threat model pipeline artifacts and review individual scan steps.

Datadog Monitors

Create and manage Datadog monitors owned by the platform, with server-side credentials.

Agent Skills

Install the Tolmo skill into Claude Code and other AI agents for automated queries.

Time Machine

Query historical state of your infrastructure using temporal graph attributes.