Policy GuideHot reload

Hot reload

Apply edited policy files live — no server restart and no interruption to running agents.

Reload policies live

Reload all policies from disk without restarting the server or interrupting agents in flight:

curl -X POST http://localhost:8000/v1/policies/reload \
  -H "X-API-Key: apl_yourkey"
# → { "loaded": 45, "policies_count": 45 }

Manage policies via the API

You can also manage policies via the REST API — create, update, and delete individual policies without touching YAML files. DB-managed and file-loaded policies coexist.