statsig · Capability

Statsig Console API — Target Apps

Statsig Console API — Target Apps. 1 operations. Lead operation: List all target apps. Self-contained Naftiko capability covering one Statsig business surface.

Run with Naftiko StatsigTarget Apps

What You Can Do

GET
Listtargetapps — List all target apps
/v1/target-apps

MCP Tools

list-all-target-apps

List all target apps

read-only idempotent

Capability Spec

console-target-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Statsig Console API — Target Apps
  description: 'Statsig Console API — Target Apps. 1 operations. Lead operation: List all target apps. Self-contained Naftiko
    capability covering one Statsig business surface.'
  tags:
  - Statsig
  - Target Apps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STATSIG_API_KEY: STATSIG_API_KEY
capability:
  consumes:
  - type: http
    namespace: console-target-apps
    baseUri: https://statsigapi.net/console/v1
    description: Statsig Console API — Target Apps business capability. Self-contained, no shared references.
    resources:
    - name: target_apps
      path: /target_apps
      operations:
      - name: listtargetapps
        method: GET
        description: List all target apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: STATSIG-API-KEY
      value: '{{env.STATSIG_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: console-target-apps-rest
    port: 8080
    description: REST adapter for Statsig Console API — Target Apps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/target-apps
      name: target-apps
      description: REST surface for target_apps.
      operations:
      - method: GET
        name: listtargetapps
        description: List all target apps
        call: console-target-apps.listtargetapps
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: console-target-apps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Statsig Console API — Target Apps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-all-target-apps
      description: List all target apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: console-target-apps.listtargetapps
      outputParameters:
      - type: object
        mapping: $.