This tree is for teams running Claw in production, especially self-hosted daemon deployments.
Use this baseline unless you have stricter internal controls:
- Run
claw daemonbehind your own network perimeter. - Require bearer auth (
--auth-tokenor--auth-profile). - Terminate TLS at an ingress/proxy or configure daemon TLS via
.claw/config.toml. - Validate environment with
claw admin preflightbefore first start and after major changes. - Create and verify metadata backups with
claw admin backup createandclaw admin backup verify.