This page describes manual / local Agent operations that complement the streamlined, cloud-based workflow. Use it for development, testing, or constrained deployments where you cannot (or do not want to) publish an Agent to the Cloud.Documentation Index
Fetch the complete documentation index at: https://doc.heex.io/llms.txt
Use this file to discover all available pages before exploring further.
Manual (No-Cloud) Agent Installation
This is a manual, local alternative to the streamlined Dev Station → Production cloud-based workflow.
Prerequisites
- Heex SDK installed on the machine
- Your implementation binaries (
MonitorsandRecorders) - A target system identifier:
- either a
SYSTEM_ID, or - a local
systemConf.jsonfile
- either a
Procedure
- Follow the same preparation steps as in the streamlined workflow:
-
Install the Agent without uploading it to the Cloud using one of the options below:
-
Option A — Install via CLI (recommended for local workflows)
- If you prefer using a local configuration file instead of a
SYSTEM_ID, use:--config-path <path>/systemConf.json
- If you prefer using a local configuration file instead of a
-
Option B — Run the installer directly
Use
--to pass additional installer arguments (e.g., execution mode).
-
Option A — Install via CLI (recommended for local workflows)
The same options and recommendations as the streamlined workflow still apply (e.g., using an external path, selecting an execution mode, service vs background process). See Cloud-based Agent installation