Skip to main content

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.

We are excited to introduce you to the latest version of Endor Labs and endorctl - v 1.6.25. This release includes multiple new features.

New Features

Sign in to Endor Labs using email

Users can now sign into Endor Labs using just their email address in addition to signing through enterprise SSO or using one of GitHub, GitLab, or Google accounts. To get started:
  1. From the sign-in page, click Log in with email link and enter your email address. The link sent to your email address is valid for the next 15 minutes.
  2. Check your email account and use the link to complete the sign-in process.
  3. Enter a name for your tenant on the Endor Labs application and start using the application.

Install endorctl with Homebrew

Use Homebrew to efficiently install endorctl on macOS operating systems. Install endorctl from Endor Lab’s tap with Homebrew by running the following commands. The tap is updated regularly with the latest endorctl release.
brew tap endorlabs/tap
brew install endorctl

Install endorctl with npm

Use npm to efficiently install endorctl on macOS and Linux operating systems. Make sure that you have npm installed in your local environment and use the following command to install endorctl using npm.
npm install -g endorctl
endorctl is available as an npm package and is updated regularly with the latest endorctl release.