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

# Developer Section

> Managing and rotating API keys, and configuring your webhook URL and webhook keys, from the Saber dashboard.

The Developer Section of the dashboard is where you manage the credentials and configuration your integration depends on.

## API Keys

Your API Key (Client ID) and API Secret (Client Secret) are issued when you're onboarded as a merchant, and are used to generate the HMAC signature required on every API request.

From the Developer Section, you can:

* View your current active API Key.
* **Rotate** your API Secret if it may have been compromised or as part of routine credential hygiene. Rotating generates a new secret — update it in your systems immediately, since requests signed with the old secret will stop being accepted once the rotation takes effect.

## Webhook Configuration

Configure the URL Saber sends event notifications to:

* **Webhook URL** — the endpoint on your server that receives event pushes for transaction status changes, KYC status changes, and other milestones.
* **Webhook Key** — used to verify the authenticity of incoming webhook payloads, similar in spirit to how your API Secret signs outbound requests. Use this to confirm a webhook actually originated from Saber before acting on it.

You can update the Webhook URL and rotate the Webhook Key from this section as needed.


## Related topics

- [Overview](/client/dashboard/overview.md)
- [API Authentication](/getting-started/auth.md)
- [Team Management](/client/dashboard/team.md)
- [Product Updates](/changelogs.md)
- [Webhook Configuration](/client/dashboard/webhooks.md)
