netdata

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name NETDATA_TOKEN or zero doctor check-connector --url https://app.netdata.cloud/api/v2/spaces --method GET.

Authentication

Netdata Cloud uses API tokens, not third-party OAuth. Use the token from NETDATA_TOKEN as a Bearer token:

curl -s "https://app.netdata.cloud/api/v2/spaces" \
  --header "Authorization: Bearer $NETDATA_TOKEN"

Do not print or echo NETDATA_TOKEN. Netdata Cloud API tokens do not expire automatically, so treat them as long-lived secrets.

Base URL: https://app.netdata.cloud

Workflow

Installs
4
GitHub Stars
71
First Seen
Jun 10, 2026
netdata — vm0-ai/vm0-skills