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

# Introduction

> Receive real-time events from Byteport whenever transfers, files, or workspace state change.

Webhooks let Byteport push events to your own HTTP endpoint as they happen — so you can react to transfers completing, files arriving, or shares being opened without polling the API.

<Note>
  Webhooks are coming soon. This page is a placeholder while the surface is finalized.
</Note>

## How it works

When a subscribed event fires, Byteport sends an HTTP `POST` to the URL you configured. The body is a signed JSON payload describing the event.

## Next steps

* Configure your first endpoint from the dashboard
* Verify signatures using your webhook secret
* Handle retries and idempotency
