Skip to main content
The Endor Labs Agent Kit installs into Cursor as a plugin, adding the Endor Labs setup agent, workflow agents, support skills, and advisory hooks.
To run Agent Kit workflows from Python code, CI, or a backend service instead of the Cursor IDE, use the Cursor SDK.
1

Install the plugin

Install the Endor Labs plugin from the Cursor Marketplace. In Cursor Agent chat, run.
/add-plugin endorlabs
You can also install it from the Cursor Marketplace page. Open your project and reload Cursor if prompted.
2

Set up this machine

Ask your AI coding assistant to run the setup skill.
Use the endor-agent-kit-setup skill to check Endor Labs Agent Kit readiness.
The setup skill guides package-manager-first endorctl installation, verifies Endor Labs authentication and namespace readiness, and reports missing gh or toolchain prerequisites. It does not run scans, run endorctl host-check, edit shell profiles, auto-install gh, or install language runtimes and package managers.
3

Run your first workflow

Select an Endor Labs agent from the Cursor agent picker, or invoke one by name. Try these example prompts.
@endor-ai-sast-triage-agent triage AI SAST findings for this repository
@endor-sca-remediation-agent check this repository for P0 SCA findings I can start remediating
@endor-probe-droid-agent probe GitHub org <org> for Endor Labs monitored-branch onboarding gaps and setup prescriptions
@endor-troubleshooter-agent diagnose this Endor Labs scan failure from redacted error text and read-only tenant evidence
See the Agent Kit overview for the full agent catalog, and the safety model for how mutating agents handle approval gates.