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:

  1. Log in to your dashboard.
  2. Navigate to Settings > API Keys.
  3. Click Generate New Key.
  4. (Optional) Set a name and expiration date.
  5. 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