Documentation Index
Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Follow the steps below to define an agent and generate a bootstrap config file that will be used when installing the agent within your internal environment or at one of the cloud providers.Prerequisites
- Review the agent reference page.
- Have permissions to create an agent.
- Optional:
- Install the CLI.
Create using the UI Console
- Create a new agent using one of the following methods:
- Click
Agentsin the left menu, then clickNew. - Click the
Createdropdown in the upper right corner and selectAgent.
- Click
- Enter a unique name and optional description.
- Optional: Click
Tagsin the left pane. Enter any optional tags. - Click
Create. The console will display the bootstrap config JSON. Save the JSON manually or clickDownload Config File. - Click
Next. The scripts displayed are generated using the bootstrap config. Copy or download the appropriate script (User Data scriptfor AWS and Azure andStartup scriptfor GCP), as it will be used during the installation of the agent. - Click
Done.
Create using the CLI
- At a command prompt, execute the following to create an agent:
- The output of the command will be the bootstrap config JSON text. Executing the command above will save the text in a file called
bootstrap-config.json. This file will be used when configuring an agent.