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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.endorlabs.com/feedback

```json
{
  "path": "/developers-api/cli/index",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# endorctl CLI

> Use the command-line interface to scan projects, manage SBOMs, and interact with the API.

**endorctl** is a command line utility designed to bring the functionality of Endor Labs into your software delivery workflows. It allows you to scan and monitor your projects, import and export SBOMs, and interact with the API.

<CardGroup cols={3}>
  <Card title="Install and configure endorctl" icon="download" href="/developers-api/cli/install-and-configure">
    Learn how to install and configure endorctl.
  </Card>

  <Card title="Environment variables and global flags" icon="code" href="/developers-api/cli/environment-variables">
    Learn how to use environment variables to configure endorctl.
  </Card>

  <Card title="Commands" icon="terminal" href="/developers-api/cli/commands">
    Learn more about the available endorctl commands.
  </Card>
</CardGroup>
