API Keys
This document explains how to generate, use, and manage API keys to authenticate and interact with our API securely.
📘 Overview
API keys are unique identifiers used to authenticate requests associated with your project. Treat them like passwords—keep them secure!
🚀 Getting Started
1. Create an API Key
To generate an API key:
- Log in to your dashboard.
- Navigate to Settings > API Keys.
- Click Generate New Key.
- (Optional) Set a name and expiration date.
- Copy the key and store it securely.
⚠️ You won’t be able to view this key again after closing the dialog.
2. Authentication Example
Include your API key in the request header:
GET /v1/projects
Host: api.example.com
Authorization: Bearer YOUR_API_KEY