Capability

Integrations

Bring Zenmanage into your delivery stack with APIs, SDKs, and webhook-driven workflows that keep flags close to the way you ship.

Why integrations matter

A feature flag platform is only as useful as its integration depth. If flags can't be reached from your codebase, evaluated in your services, or automated in your CI pipeline, the platform is shelf-ware. Integrations are what make flags practical and embedded into real workflows.

Zenmanage provides multiple integration surfaces to meet teams where they are. A REST API enables any HTTP client to evaluate flags. Server-side SDKs for JavaScript/Node.js, Python, PHP, Laravel, and Go integrate directly into application code. Webhooks deliver real-time notifications when flag targets change, enabling event-driven automation like syncing flags to analytics tools or triggering automated tests.

Flag configuration itself is just as programmable. The Management API lets you create and update flags, targets, and targeting rules, and read the audit trail — with scoped Bearer tokens built for CI/CD gates, internal tooling, and scripted rollouts instead of clicking through the dashboard.

If you want the exact implementation details, the API reference covers endpoints, auth, and payload shapes for evaluation, and the Management API reference covers programmatic flag management, without making you search across the marketing site.

The ecosystem is growing: more SDKs are coming, and integrations expand regularly. Today you have flagging from the command line, in CI/CD pipelines, in application code, and in automation workflows — all coordinated through a single control plane.

Key capabilities

  • REST API

    JSON-based API at api.zenmanage.com with OpenAPI v3 spec - evaluate flags and report usage from any HTTP client.

  • Management API

    Create and update flags, targets, and targeting rules, and read the audit trail programmatically with scoped Bearer tokens - built for CI/CD and automation.

  • JavaScript SDK

    Client-side and Node.js evaluation with context support, percentage bucketing, and lightweight integration.

  • Python SDK

    Native Python integration for Django, Flask, and FastAPI with sync and async support, context-based targeting, and ~1ms local evaluation. Install via pip install zenmanage.

  • PHP SDK

    Native PHP integration for server-side flag evaluation with context and attribute support.

  • Laravel SDK

    First-class Laravel integration with service provider, facade, and middleware - evaluate flags idiomatically in Laravel apps.

  • Go SDK

    Native Go integration for cloud-native services with context-aware evaluation, local rule caching, and middleware for net/http, Gin, and Echo. Install via go get github.com/zenmanage/zenmanage-go.

  • Webhooks

    Receive real-time HTTP notifications when flag targets change, targeting rules are created, modified, or removed.

  • Server, mobile, and client keys

    Each environment provides three key types so every SDK class receives the intended flag payload.

See it in action

Configure webhooks per environment and send the platform-specific key that matches your runtime so the API returns the correct payload shape.

Zenmanage integrations screenshot showing webhook and API integration configuration
curl -X GET https://api.zenmanage.com/v1/flags/new-checkout \
  -H "X-ZEN-API-KEY: tok_your_server_key_here" \
  -H "X-ZEN-CONTEXT: {\"type\":\"user\",\"identifier\":\"user-42\",\"attributes\":[{\"key\":\"plan\",\"values\":[{\"value\":\"team\"}]}]}"

Related resources

  • Feature Flags

    The flags your integrations evaluate

    Learn more →

  • API Reference

    Endpoints, auth headers, and payload shapes for every SDK class

    Learn more →

  • Management API

    Programmatic flag, target, and rule management with scoped tokens

    Learn more →

Connect Zenmanage to the way you already build

APIs, SDKs, and webhooks that drop into your existing stack without rework.