Bring external eventsinto Briar.
The public API docs explain how to deliver deployment, monitoring, and operational events from external services into a Briar channel.
Start with the guide you need
How to use these docs
- 01
Prepare
Create a webhook in a Briar channel and store the one-time secret URL safely.
- 02
Implement
Keep requests inside the JSON and size limits, then choose a stable idempotency key for each logical event.
- 03
Operate
Distinguish new, duplicate, and error responses, then rotate or revoke URLs as ownership and exposure change.