Skip to main content

Navigation and resource model

FlagTGL is organized as organization → project → environment → resource. An organization owns members, teams, tokens, billing, integrations, and the audit trail. A project owns environments, flags, segments, metrics, experiments, release controls, contexts, and event history. An environment isolates targeting state and SDK credentials so a test rollout cannot change production.

Find any feature

Open Dashboard, choose an organization, then select a project. The project sidebar is grouped by job:

AreaNavigationUse it for
FlagsRelease → FlagsFlag values, targeting, prerequisites, rollouts, SDK delivery
SegmentsRelease → SegmentsReusable audiences across flags
Guarded rolloutsRelease controls → Guarded rolloutsMetric-protected progressive delivery and rollback
ExperimentsRelease controls → ExperimentsHypotheses, treatments, allocation, metrics, results
ApprovalsRelease controls → ApprovalsPending, approved, rejected, scheduled, and applied changes
WorkflowsRelease controls → WorkflowsMulti-stage release automation
Release pipelinesRelease controls → Release pipelinesReusable release stages and policy
MetricsRelease controls → MetricsConversion, count, numeric, and guardrail definitions
Context explorerRuntime → Context explorerPeople, tenants, devices, services, and custom contexts seen by SDKs
Live eventsRuntime → Live eventsEvaluation, identify, custom, metric, and diagnostic events
Integration configurationsRelease controls → Integration configurationsProvider-specific configuration preserved during sync
Project settingsSettings → Project settingsProject, environment, SDK, flag, lifecycle, and approval defaults
Provider migrationSettings → MigrationsConnect, preview, migrate, and inspect reports for LaunchDarkly, Unleash, ConfigCat, or Flagsmith

The environment selector changes the environment filter for flags, controls, contexts, and events. A resource marked Project-wide applies to every environment; otherwise its environment key is shown beside its status.

Roles

  • Reader can inspect configuration, runtime data, and audit history.
  • Writer can create and update flags and submit governed changes.
  • Admin can manage organization settings, integrations, members, tokens, billing, projects, and destructive operations.

Every API request is scoped to an organization. Use the organization slug in /api/orgs/{org} routes and a numeric project ID in project routes. See authentication.