Skip to content
Guides
- Install and run a service — Install the servix CLI, install a service by package name or path, and drive it through its lifecycle.
- Wrap a CLI command — Run an existing CLI command as a supervised recurring job using ctx.exec, without rewriting its logic.
- Wrap an existing function — Turn a TypeScript function into a scheduled managed service with one defineServixService call.
- Wrap a webhook listener — Keep an HTTP webhook handler alive as a managed listener worker with routes on the managed HTTP context.