# Zenmanage > Zenmanage is a feature flag and feature management platform for shipping software safely. Teams use it to control boolean, string, and numeric flags, target releases with segments and rules, run progressive rollouts, manage remote config, and keep a full audit trail - with SDKs across major languages and a hosted MCP server for agent workflows. ## Product - [Product](https://zenmanage.com/product/): Explore Zenmanage capabilities for feature flags, targeting, progressive rollouts, remote config, lifecycle management, and integrations. - [Feature Flags](https://zenmanage.com/product/feature-flags/): Manage boolean, string, numeric, and JSON feature flags with Zenmanage. - [Targeting and Segments](https://zenmanage.com/product/targeting-and-segments/): Target feature access with contexts, rules, and reusable segments in Zenmanage. - [Progressive Rollouts](https://zenmanage.com/product/progressive-rollouts/): Release features gradually with progressive rollouts in Zenmanage. - [Remote Config](https://zenmanage.com/product/remote-config/): Use Zenmanage as remote configuration for runtime feature behavior. - [Flag Lifecycle](https://zenmanage.com/product/flag-lifecycle/): Manage the full lifecycle of feature flags in Zenmanage. - [Permissions & Audit](https://zenmanage.com/product/permissions-audit/): Scoped access controls and immutable audit history for every change in Zenmanage. - [Integrations](https://zenmanage.com/product/integrations/): Connect Zenmanage to your existing APIs, SDKs, and delivery workflows. ## Pricing - [Pricing](https://zenmanage.com/pricing/): Plans that grow with you, from a free tier to team and custom pricing, with a 30-day free trial on every paid plan. ## Developers - [Developers](https://zenmanage.com/developers/): Explore Zenmanage developer docs, quickstarts, SDKs, API reference, webhook reference, and operations guidance. - [SDKs Matrix](https://zenmanage.com/developers/sdks/): Compare the supported SDKs, the runtime each one targets, and the fastest path into production for your stack. - [OpenFeature Compatibility](https://zenmanage.com/developers/openfeature/): A practical view of where Zenmanage lines up with OpenFeature-style architectures today and where you should plan your own provider abstraction. ## Quickstarts - [Quickstarts](https://zenmanage.com/developers/quickstarts/): Pick the runtime you are shipping today, copy the minimal install path, and get to your first evaluated flag quickly. - [Go Quickstart](https://zenmanage.com/developers/quickstarts/go/): Install the Go SDK from the module registry, evaluate a flag with context, and wire flag evaluation into net/http, Gin, or Echo with the middleware package. - [Laravel Quickstart](https://zenmanage.com/developers/quickstarts/laravel/): Install the Laravel integration, wire in the server key, and evaluate flags using Laravel-friendly patterns. - [PHP Quickstart](https://zenmanage.com/developers/quickstarts/php/): Install the PHP SDK with Composer, evaluate a flag with context, and keep failure modes safe with defaults. - [Python Quickstart](https://zenmanage.com/developers/quickstarts/python/): Install the Python SDK with pip, evaluate a flag with context in Django or Flask, and add async support for FastAPI in one pass. - [JavaScript and TypeScript Quickstart](https://zenmanage.com/developers/quickstarts/javascript/): Install the JavaScript SDK, evaluate a flag in Node.js or the browser, and add context, defaults, and usage reporting in one pass. ## Reference - [Reference](https://zenmanage.com/developers/reference/): Learn the core concepts, then look up exact endpoints, tools, and events for whatever you're integrating — the public API, the Management API, the MCP server, or webhooks. - [Getting Started](https://zenmanage.com/developers/reference/getting-started/): Go from environment setup to your first evaluated flag, first rollout, and first webhook without guessing at the sequence. - [Public API](https://zenmanage.com/developers/reference/api/): Authenticate with server, mobile, or client keys, send context when you need targeting, and use safe defaults so your application keeps working during failures. - [Management API](https://zenmanage.com/developers/reference/management-api/): Create and update flags, targets, and targeting rules, and read the audit trail programmatically with scoped Bearer tokens. - [MCP Server](https://zenmanage.com/developers/reference/mcp-server/): Connect Claude, Cursor, or VS Code to the hosted Zenmanage MCP server, and look up every tool's arguments and required scope. - [Webhooks](https://zenmanage.com/developers/reference/webhooks/): Consume flag and targeting change events so your own systems can refresh caches, trigger workflows, and audit rollout activity.