All Skarbe API endpoints require a workspace-scoped API key.
Obtain an API Key
Click Create New Key.
New secret key — you’ll only see it once!
Note: API keys are bound to your workspace. If you leave the workspace (or are removed), your key is automatically revoked.
How to Send Your Key
Include your API key in every request’s headers:
X-Api-Key: <your_api_key_here>
Example (cURL)
curl -X GET "https://api.skarbe.com/api/connect/me" \ -H "X-Api-Key: sk_live_abc123xyz" \ -H "Accept: application/json"