How it works
Fetch tasks
The agent retrieves any pending work assigned to it — certificate CSR generation, certificate deployment, discovery scans, SSH key rotation, or health checks.
Execute locally
The agent performs the task on the host. Private key material never leaves the host.
Enrollment
Agents authenticate with an agent API key scoped to your workspace. Get one from Settings > API Keys > New key and select agent type. Install and enroll an agent with a single command:Task types
Agents accept five types of work:| Task type | Purpose |
|---|---|
| CSR generation | Generate a certificate signing request from a key already on the host |
| Certificate deployment | Write a renewed certificate to disk, a Java keystore, a Kubernetes secret, or a cloud key store |
| Discovery scan | Filesystem, keystore, network, or Kubernetes discovery scan |
| Key rotation | Generate a fresh keypair alongside the existing certificate |
| Health check | Verify agent responsiveness and local dependencies |
Agent capabilities
Agents advertise what operations they support. The control plane only assigns tasks the agent claims to support. This means a stripped-down IoT agent (discovery and renewal only) can coexist with a full-featured data-center agent in the same workspace without routing errors. Common capability combinations:- Full: filesystem scan, keystore scan, Kubernetes scan, certificate renewal, deployment, network scan, SSH scan
- IoT/edge: filesystem scan, certificate renewal only
The Collector
The Collector is the lightweight HTTPS service that agents communicate with. It is the only TigerTrust component that must be reachable by agents — the rest of TigerTrust (the product UI, PKI Core) can remain on a private network.What agents deliberately do not do
- They do not accept any inbound connection on any port.
- They do not upload private key material (unless a policy explicitly opts in for escrow scenarios).
- They do not hold persistent TCP connections — every interaction is a short-lived HTTPS request.
Related
Certificate renewal
How CSR generation and deployment tasks work end-to-end during renewal.
Discovery
The scan types agents can perform.
Infrastructure
Register and manage agents from the infrastructure view.