Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flagmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to Flagmint API

The Flagmint API provides comprehensive programmatic access to manage feature flags, targeting rules, segments, and user evaluations. Whether you’re integrating flags into your application or building custom workflows, our REST API gives you full control.

Quick Evaluation

Evaluate feature flags for your users

Flag Management

Create and manage feature flags

Targeting Rules

Define sophisticated user targeting

Segments

Organize users into segments

Base URL

All API requests are made to:
https://api.flagmint.com/api/v1

Authentication

Flagmint API uses two authentication methods:
  1. API Keys - For server-side flag evaluation and management
  2. Bearer Tokens - For user authentication and organization management
Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
You can generate API keys in your project settings. Each key is scoped to a specific project and environment.