nestr-webhooks

Installation
SKILL.md

Nestr Webhooks

A webhook subscribes an external URL to workspace events — when a nest or comment is created, updated, or deleted, Nestr POSTs to your URL. Managing webhooks is admin-only — a non-admin token gets a 403.

First run nestr profiles add (OAuth or API key) — a profile pairs a workspace with an identity. Global flags on every command: -p/--profile, -o text|json, --read-only (block writes), and --yes (skip write confirmations; required for agents). Full setup, env overrides, and the command map: shared/reference.md.

List & inspect

nestr webhooks list                      # the workspace's webhooks
nestr webhooks get <id>                  # one webhook
Installs
2
GitHub Stars
3
First Seen
Jun 28, 2026
nestr-webhooks — nestr-dev/nestr-cli