Download the CLI
Pull webhook events, process them, and report back — from the command line.
Quick install
macOS and Linux — run this in your terminal:
curl -sSL https://raw.githubusercontent.com/bensimkin/agentwebhook-cli/main/install.sh | sh
Detects your OS and architecture automatically.
Download binaries
After installing
Create a config file with your API key, then start pulling events:
# Create config $ cat > ~/.agentwebhook.toml << EOF base_url = "https://app.agentwebhook.com" api_key = "awk_YOUR_API_KEY" EOF # Pull events $ agentwebhook-cli pull --source=src_XXX --wait=25 # Done processing? Report back $ agentwebhook-cli ack --event=evt_XXX