{
 "categories": [
  "developer-tools",
  "saas-platform"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-06",
   "fact": "homepage",
   "note": "Statsig presents a commercial feature-management, experimentation, and product-analytics platform and offers a free account.",
   "source": "https://www.statsig.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "vendor",
   "note": "The site identifies the product and company as Statsig.",
   "source": "https://www.statsig.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "license",
   "note": "Statsig publishes a Developer Free plan with no credit card, plus paid Pro at $150 per month and Enterprise. That is recorded here as freemium.",
   "source": "https://www.statsig.com/pricing",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.api.exists",
   "note": "The Console API is documented as the CRUD API for performing console.statsig.com actions without the web UI. Base URL is https://statsigapi.net.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.api.kinds[0]",
   "note": "List Gates is GET https://statsigapi.net/console/v1/gates and returns JSON. Create Gate is a documented POST on the same collection.",
   "source": "https://docs.statsig.com/api-reference/gates/list-gates",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.api.kinds[1]",
   "note": "Statsig versions the Console API at 20240601 and states that it keeps the OpenAPI spec for that version up to date.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.api.auth[0]",
   "note": "All Console API requests must include STATSIG-API-KEY with a Console API Key created in Project Settings at console.statsig.com/api_keys.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.api.coverage",
   "note": "Statsig states the Console API performs the actions available on console.statsig.com. Flag evaluation stays on SDKs or the HTTP API, which is the same split LaunchDarkly documents for REST versus SDKs.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.sdk.exists",
   "note": "Statsig documents official client and server SDKs as the in-code tool for showing experiment variants, flagging features, and logging metrics, with 30+ SDKs.",
   "source": "https://docs.statsig.com/sdks/getting-started",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.sdk.languages",
   "note": "The opened SDK index lists official client JavaScript plus server Node.js, Java, Python, Go, Ruby, .NET, PHP, and Rust among others.",
   "source": "https://docs.statsig.com/sdks/getting-started",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.sdk.official",
   "note": "Statsig strongly recommends official SDKs over calling the HTTP API directly whenever an SDK exists for the language.",
   "source": "https://docs.statsig.com/http-api/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.mcp.first_party",
   "note": "Statsig documents a first-party MCP with named tools for gates, experiments, dynamic configs, layers, metrics, segments, parameter stores, reviews, audit logs, and Logs Explorer, plus setup guides for Codex, ChatGPT, Cursor, and Claude Code.",
   "source": "https://docs.statsig.com/integrations/mcp/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.mcp.verdict",
   "note": "Manual setup gives url https://api.statsig.com/v1/mcp with OAuth, or npx mcp-remote with a statsig-api-key header. OAuth supports Personal Console API keys only. Write tools require a write-capable Console API key.",
   "source": "https://docs.statsig.com/integrations/mcp/manual-setup",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.cli.exists",
   "note": "Official Statsig CLI siggy installs with npm install -g @statsig/siggy, configures Console and Client API keys, and is documented for scripts and CI/CD.",
   "source": "https://docs.statsig.com/statsigcli/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.extensibility.webhooks",
   "note": "Generic Webhook forwards runtime exposures and console config-change events to a customer URL. Incoming event webhook is POST https://api.statsig.com/v1/webhooks/event_webhook with a server secret. Outbound requests can be verified with X-Statsig-Signature.",
   "source": "https://docs.statsig.com/integrations/event_webhook",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.data_access.export[0]",
   "note": "GET /console/v1/gates returns paginated JSON gate objects including rules, status, and permalinks.",
   "source": "https://docs.statsig.com/api-reference/gates/list-gates",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.data_access.import[0]",
   "note": "POST /console/v1/experiments creates an experiment from a JSON body including groups, parameters, and hypothesis. Create Gate is the matching write path for flags.",
   "source": "https://docs.statsig.com/api-reference/experiments/create-experiment",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Statsig publishes https://docs.statsig.com/llms.txt as an agent documentation index covering SDKs, Console API, HTTP API, MCP, and CLI. Pages accept Accept: text/markdown or a .md suffix.",
   "source": "https://docs.statsig.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "verdict.scores.api",
   "note": "Console API is documented as covering console actions, with Console API key auth, versioned OpenAPI, and published gate and experiment write endpoints. Evaluation remains on SDKs/HTTP API, so the administration path is broad rather than a 9\u201310 runtime-plus-admin surface.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "verdict.scores.mcp",
   "note": "The official hosted tool catalog covers create/list/update for gates, experiments, configs, layers, segments, parameter stores, plus reviews and logs. Write tools need write keys and OAuth is limited to Personal Console API keys. That is official useful coverage, not unusually complete.",
   "source": "https://docs.statsig.com/integrations/mcp/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "verdict.scores.cli",
   "note": "siggy lists, creates, updates, deletes, and checks gates, and has matching command groups for dynamic configs, segments, and experiments. JSON bodies follow the Console API schema. That is a maintained official CLI with useful coverage.",
   "source": "https://docs.statsig.com/statsigcli/commands",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "freshness.watch[0].url",
   "note": "Opened Statsig's current first-party MCP overview, including the tool catalog and client setup guides.",
   "source": "https://docs.statsig.com/integrations/mcp/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current MCP endpoint, OAuth, and Console API key configuration page for https://api.statsig.com/v1/mcp.",
   "source": "https://docs.statsig.com/integrations/mcp/manual-setup",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current Console API overview, including base URL, STATSIG-API-KEY, rate limits, and OpenAPI version 20240601.",
   "source": "https://docs.statsig.com/console-api/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as the current official siggy install and key-configuration page.",
   "source": "https://docs.statsig.com/statsigcli/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-09-06",
   "fact": "freshness.watch[4].url",
   "note": "Opened and verified as Statsig's current documentation index for agents.",
   "source": "https://docs.statsig.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-06",
  "volatility": "high",
  "watch": [
   {
    "type": "mcp",
    "url": "https://docs.statsig.com/integrations/mcp/overview"
   },
   {
    "type": "mcp",
    "url": "https://docs.statsig.com/integrations/mcp/manual-setup"
   },
   {
    "type": "docs",
    "url": "https://docs.statsig.com/console-api/introduction"
   },
   {
    "type": "docs",
    "url": "https://docs.statsig.com/statsigcli/introduction"
   },
   {
    "type": "docs",
    "url": "https://docs.statsig.com/llms.txt"
   }
  ]
 },
 "homepage": "https://www.statsig.com/",
 "id": "statsig",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "console-api-key"
   ],
   "coverage": "full",
   "docs": "https://docs.statsig.com/console-api/introduction",
   "exists": true,
   "kinds": [
    "rest",
    "openapi"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json"
   ],
   "import": [
    "api-json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Statsig's Console API, hosted MCP server, official siggy CLI, evaluation SDKs, HTTP API, and webhooks cover practical flag and experiment automation without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript",
    "python",
    "java",
    "go",
    "ruby",
    "csharp",
    "php",
    "rust"
   ],
   "official": true
  }
 },
 "name": "Statsig",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "launchdarkly"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Statsig",
 "verdict": {
  "best_path": "mcp",
  "scores": {
   "api": 8,
   "cli": 7,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Statsig is automatable today through a documented Console REST API and a vendor-hosted MCP server. This record is Statsig feature gates, experiments, dynamic configs, layers, metrics, segments, parameter stores, reviews, and logs. It is not LaunchDarkly, Unleash, or Optimizely. The Console API at https://statsigapi.net is the CRUD API for console.statsig.com actions. Callers send a Console API key in the STATSIG-API-KEY header and may send STATSIG-API-VERSION 20240601. Documented resources include creating and listing gates and creating experiments. Mutation rate limits are about 100 requests per 10 seconds and 900 per 15 minutes per project. Evaluation and event logging use a separate HTTP API such as POST https://api.statsig.com/v1/check_gate with a statsig-api-key header; Statsig recommends official SDKs instead of calling that API directly. First-party MCP is hosted at https://api.statsig.com/v1/mcp. OAuth is recommended and supports Personal Console API keys only when the org owner has enabled them. Clients can instead pass a Console API key with mcp-remote. Read-only keys use read tools; write tools require write permission. Documented tools cover gates, experiments, dynamic configs, layers, metrics, segments, parameter stores, Autotune, reviews, audit logs, and Logs Explorer. Official siggy installs as npm install -g @statsig/siggy and manages gates, dynamic configs, segments, and experiments using Console and Client API keys. Official client and server SDKs evaluate flags in application code; they are not a substitute for Console API when creating or updating gates. Generic webhooks can forward exposures and console config-change events to a caller URL. iPaaS catalogs were not opened. Computer-use viability is unassessed. API and MCP both score 8. MCP is the best path for agents because it exposes the console tool catalog inside an IDE. Use the Console API when the job needs OpenAPI, CI without an MCP client, or the exact REST schema siggy already wraps.\n"
 }
}