# Authentication

`POST`ing to Branta requires API key authenticatation.

Include `Authorization: Bearer my_key_123` in the HTTP Header to authenticate.

{% hint style="danger" %}
API keys carry sensitive privileges so they should be kept secure at all times. Do not commit them to code or share them publicly.
{% endhint %}
