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

# Documentation tools

> Interactive builders, generators, and wizards across the Endor Labs docs, plus machine-readable surfaces that connect the documentation to your AI tools.

The Endor Labs documentation includes interactive tools that build commands, filters, and configurations for you, directly in your browser. This page lists every tool, what you accomplish with it, and where it lives. It also covers the machine-readable surfaces that let AI assistants and agents consume the documentation.

<Tip>
  Every tool has a stable short link under `docs.endorlabs.com/tools/` that you can bookmark or share. See the [short link reference](#short-link-reference) at the end of this page.
</Tip>

## Interactive tools

### endorctl API Query Builder

Construct `endorctl api` commands from real API operations and parameters instead of writing them by hand. The builder guides you through resource kinds, filters, and output formats, and produces a command you can run immediately. See [endorctl API Query Builder](/developers-api/rest-api/api-query-builder) to build a command.

### Filter builders

Compose filter expressions with guided, clickable builders instead of memorizing the filter syntax. Each builder produces a filter string that works in the Endor Labs user interface and in `endorctl api` calls.

* [Project filter builder](/inventory-insights/projects/project-filters#interactive-filter-builder): Narrow projects by tags, finding severity, ecosystem, platform, or scan status.
* [Finding filter builder](/inventory-insights/findings/finding-filters#interactive-filter-builder): Prioritize findings across your organization by severity, reachability, and more.
* [Dependency filter builder](/inventory-insights/dependencies/dependency-filters#interactive-filter-builder): Slice dependencies by reachability, scope, ecosystem, or declaration.

### MCP install generator

Generate the exact install command or JSON configuration for running the Endor Labs MCP server in your coding tool. The generator is embedded on each tool's setup page, covering Cursor, Claude Code, OpenAI Codex, Visual Studio Code, Gemini CLI, IntelliJ IDEA, Augment Code, and Google Antigravity. See [MCP Server](/setup-deployment/mcp) to pick your tool.

### SCM setup wizard

Get a tailored plan for setting up monitoring scans on your source code management platform. Answer a few questions and the wizard returns the recommended deployment path. See [SCM Integrations](/setup-deployment/scm-integrations#monitoring-scan-setup-wizard) to run the wizard.

### Coding Agent Governance rollout wizard

Pick your AI coding agent and rollout style to get a tailored checklist with deep links to every page you need. See [Coding Agent Governance](/agent-governance#plan-your-rollout) to plan your rollout.

### Coding Agent Governance configuration generator

Generate Cursor hooks, Claude Code settings, Codex requirements, or a macOS configuration profile for managed developer machines. The generator assembles everything locally in your browser, so your API credentials never leave the page. See [Deploy Coding Agent Governance with MDM](/agent-governance/mdm-deployment#generate-a-configuration-in-your-browser) to generate a configuration.

### Package Firewall MDM script generator

Generate self-contained scripts that route package installations on developer machines through the Package Firewall, ready to push with your MDM tool. See [Deploy Package Firewall to developer machines with MDM](/package-firewall/mdm-deployment#generate-your-mdm-script-in-the-browser) to generate your script.

### Package Firewall configuration wizard

Generate the package manager configuration that routes installation requests through the Package Firewall with your API credentials. See [Configure the Package Firewall with direct integration](/package-firewall/direct-integration#configure-your-package-manager-configuration-file) to configure your package manager.

### Environment variable export wizard

Select your operating system and shell to generate the correct command for setting `endorctl` environment variables. See [Global flags and environment variables](/developers-api/cli/environment-variables#set-endorctl-environment-variables) to generate the command.

## AI and machine-readable docs

AI assistants and agents can consume the Endor Labs documentation through several dedicated surfaces.

### Documentation MCP server

The documentation MCP server gives your AI tools direct access to the complete, current documentation through search and filesystem-style query tools. Endor Labs hosts it at `https://docs.endorlabs.com/mcp` with no authentication required. See [Documentation MCP server](/introduction/doc-tools/docs-mcp-server) to connect it to your AI tools.

### Agent skill

The documentation MCP server also exposes an agent skill as an MCP resource at `mintlify://skills/endorlabs`. MCP clients that support resources can read it to learn when and how to use Endor Labs for scanning, dependency management, and security governance tasks.

### llms.txt

The documentation publishes [llms.txt](https://docs.endorlabs.com/llms.txt), an index of every page with titles and summaries, and [llms-full.txt](https://docs.endorlabs.com/llms-full.txt), the full documentation content in one file. AI tools use these files to discover and ingest the documentation.

### Markdown for every page

Every documentation page is available as plain Markdown. Append `index.md` to any page URL, for example `https://docs.endorlabs.com/introduction/getting-started/index.md`. Use these URLs to feed individual pages to an AI tool without HTML noise.

## Short link reference

Each interactive tool has a stable short link that redirects to its current location. Short links keep working even if pages move.

| Tool                                            | Short link                                                                                                                                                               |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| endorctl API Query Builder                      | <a href="/tools/api-query-builder" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/api-query-builder</code></a>                                 |
| Project filter builder                          | <a href="/tools/project-filter-builder" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/project-filter-builder</code></a>                       |
| Finding filter builder                          | <a href="/tools/finding-filter-builder" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/finding-filter-builder</code></a>                       |
| Dependency filter builder                       | <a href="/tools/dependency-filter-builder" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/dependency-filter-builder</code></a>                 |
| MCP install generator                           | <a href="/tools/mcp-install-generator" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/mcp-install-generator</code></a>                         |
| SCM setup wizard                                | <a href="/tools/scm-setup-wizard" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/scm-setup-wizard</code></a>                                   |
| Coding Agent Governance rollout wizard          | <a href="/tools/agent-governance-wizard" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/agent-governance-wizard</code></a>                     |
| Coding Agent Governance configuration generator | <a href="/tools/agent-governance-config-generator" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/agent-governance-config-generator</code></a> |
| Package Firewall MDM script generator           | <a href="/tools/mdm-script-generator" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/mdm-script-generator</code></a>                           |
| Package Firewall configuration wizard           | <a href="/tools/package-firewall-wizard" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/package-firewall-wizard</code></a>                     |
| Environment variable export wizard              | <a href="/tools/env-var-wizard" target="_blank" rel="noopener noreferrer"><code>docs.endorlabs.com/tools/env-var-wizard</code></a>                                       |
