Flagdeck
Pricing
Get Started

Docs

Docs


MCP Server

  • Overview & Setup

SDKs

  • JavaScript
    • Getting Started
    • Value Types
    • Evaluation Context
    • Configuration
    • Real Time Updates
    • Error Handling
    • Middleware
    • Offline Mode
    • API Reference
  • React

API Reference

  • Authentication
  • Flags
  • Environments
  • Projects

// src/app/docs/api/authentication.mdx

Authentication

This page documents how to authenticate with the Flagdeck API.

API Keys

Flagdeck uses API keys to authenticate requests. You can view and manage your API keys in your Flagdeck dashboard.

All API requests must include your API key in the x-api-key HTTP header:

curl https://api.flagdeck.com/v1/flags \
  -H "x-api-key: your-api-key"