Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 642 Bytes

File metadata and controls

22 lines (13 loc) · 642 Bytes
title Authentication
description All requests are authenticated with an API key that inherits your account permissions.

API keys

Pass your API key as a Bearer token on every request:

Authorization: Bearer YOUR_API_KEY

API keys are signed JWT tokens that inherit your account permissions. If your account has access to a project, your key has access to that project too.

Every account has an API key already generated — no setup needed.


Finding your key

Click API Keys in the left sidebar. Your key is displayed there — click Show to reveal the full value or Copy to copy it directly.