Documentation Index
Fetch the complete documentation index at: https://controlplanecorporation-tamir-docs-improvements.mintlify.app/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 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
Agentsin the left menu and clickNew, or - Click the
Createdropdown 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
Donebutton 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.
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.