Skip to content

ActuatorFeature flags + dynamic config + segments

One service, one rule language, evaluated against rich context. Fast SDKs, full audit trail, designed so AI agents and humans can operate it together.

What's in here

  • Getting started — sign up, create your first flag, evaluate it from an SDK.
  • Concepts — what flags, configs, segments, rules, and contexts are, and how the evaluator combines them.
  • API reference — every endpoint, request shape, response shape, error code.
  • Agents and AI — scoped tokens, the propose / apply flow, counterfactual preview, the MCP server.

SDKs

  • TypeScript@actuator/sdk. Used by the dashboard; also installable into any Node or browser project.
  • Swift — for iOS, macOS, and server-side Swift.
  • MCP@actuator/mcp. A Model Context Protocol server exposing the API as agent tools. Drop into Claude Desktop, Claude Code, or any MCP host.

If you'd rather skip an SDK, every operation is a plain HTTPS call against a documented JSON contract.