> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# agent-cards companies webhooks

> Manage webhook endpoints for company events

Manage webhook endpoints for company events

```bash theme={null}
agent-cards companies webhooks --help
```

```text theme={null}
Usage: agent-cards companies webhooks [options] [command]

Manage webhook endpoints for company events

Options:
  -h, --help                  display help for command

Commands:
  list [options]              List webhook endpoints
  create [options]            Create a webhook endpoint (prints the signing
                              secret once)
  update [options] <id>       Update a webhook endpoint
  delete [options] <id>       Delete a webhook endpoint and its delivery
                              history
  reveal [options] <id>       Show the signing secret for a webhook endpoint
  roll-secret [options] <id>  Rotate the signing secret for a webhook endpoint
  deliveries [options] <id>   List recent deliveries for a webhook endpoint
  test [options] <id>         Send a test event to a webhook endpoint
  help [command]              display help for command
```
