Create a read-only Wazuh API user
On the Wazuh manager, create a user with the `readonly` role and only the API endpoints the connector needs. The connector polls /agents (for inventory) and /alerts (for the alert stream).
If your Wazuh is behind a reverse proxy, note the FQDN + the TLS posture (self-signed certs need an explicit pin).
# on the Wazuh manager$ /var/ossec/bin/manage_users add cybercli-readonly# follow the prompts; record the username + password securely From the CyberCLI host: `curl -k -u cybercli-readonly:<pw> https://<wazuh-host>:55000/agents` returns the agent roster as JSON.