# Agents Manage Liongard agents with bulk operations and installer generation. ## Operations ### Bulk Delete Delete multiple agents at once with optional launchpoint management. **Parameters:** - **Agent IDs** (required): Comma-separated list of Agent IDs to delete (e.g., "323,324,325") - **Disable Launchpoints**: Whether to disable launchpoints when deleting agents (default: false) ### Generate Installer Create dynamic installers for deploying agents to different operating systems. **Parameters:** - **Operating System** (required): Target OS for the installer - Windows - Mac - Linux - **Environment ID** (required): Environment ID where the agent will be installed ## Use Cases - **Bulk Agent Cleanup**: Remove multiple obsolete agents in a single operation - **Agent Deployment**: Generate OS-specific installers for new environments - **Environment Migration**: Manage agents during environment transitions - **Automated Provisioning**: Integrate agent installation into deployment workflows