Create an Agent
Overview
Follow the steps below to define an agent and generate a bootstrap 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
- Permissions to create an agent
- Optional:
- Install the CLI
Create using the UI Console
-
Create a new agent by either:
- Clicking
Agents
in the left menu and clickNew
, or - Click the
Create
dropdown in the upper right corner and selectAgent
- Clicking
-
Enter a unique name and optional description. Click
Next (Tags)
. -
Enter any optional tags. Click
Create
. -
The console will display the bootstrap config JSON text that can be copied to the clipboard or downloaded. The
Done
button will not be active until the text is copied or downloaded. Save the text as a file. This file will be used when configuring an agent. ClickDone
.
Properly save the bootstrap config JSON text. It will not be accessible after closing the modal. If you lose the text, you will need to delete and recreate the agent.
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.
Detailed CLI documentation for the agent command is available here.
Next Steps
Once the bootstrap config file has been generated and saved, follow the set up an agent guide to install and configure an agent: