Daemon Management
Create, retrieve, update, and remove daemon programs registered in your workspace. Use these endpoints to manage the configuration and metadata of each registered process.
The Daemon service provides a complete interface for managing background processes and long-running programs within your Hoody workspace. It enables you to register, configure, and control daemonized applications, monitor their runtime status, and integrate process management directly into your workflows.
Whether you need to spin up a worker service, schedule a recurring task, or keep a custom runtime alive across sessions, the Daemon API gives you programmatic access to every aspect of the process lifecycle — from initial registration through real-time status monitoring.
The Daemon API is organized into three functional areas:
Daemon Management
Create, retrieve, update, and remove daemon programs registered in your workspace. Use these endpoints to manage the configuration and metadata of each registered process.
Program Control
Enable, disable, start, and stop individual programs on demand. These endpoints provide direct runtime control over the lifecycle of your registered daemons.
Status & Monitoring
Query the current state and health of any registered program. These endpoints expose runtime telemetry and process-level details for observability and alerting.
Use the Daemon API when you need to: