Snyk · Capability

Snyk API — OpenSourceSettings

Snyk API — OpenSourceSettings. 1 operations. Lead operation: Get the Open Source Settings for an Org. (Early Access). Self-contained Naftiko capability covering one Snyk business surface.

Run with Naftiko SnykOpenSourceSettings

What You Can Do

GET
Getopensourcesettingsfororg — Get the Open Source Settings for an Org. (Early Access)
/v1/orgs/{org-id}/settings/opensource

MCP Tools

get-open-source-settings-org

Get the Open Source Settings for an Org. (Early Access)

read-only idempotent

Capability Spec

rest-opensourcesettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Snyk API — OpenSourceSettings
  description: 'Snyk API — OpenSourceSettings. 1 operations. Lead operation: Get the Open Source Settings for an Org. (Early
    Access). Self-contained Naftiko capability covering one Snyk business surface.'
  tags:
  - Snyk
  - OpenSourceSettings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SNYK_API_KEY: SNYK_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-opensourcesettings
    baseUri: https://api.snyk.io/rest
    description: Snyk API — OpenSourceSettings business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org_id-settings-opensource
      path: /orgs/{org_id}/settings/opensource
      operations:
      - name: getopensourcesettingsfororg
        method: GET
        description: Get the Open Source Settings for an Org. (Early Access)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: org_id
          in: path
          type: string
          description: The id of the org.
          required: true
    authentication:
      type: bearer
      token: '{{env.SNYK_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-opensourcesettings-rest
    port: 8080
    description: REST adapter for Snyk API — OpenSourceSettings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{org-id}/settings/opensource
      name: orgs-org-id-settings-opensource
      description: REST surface for orgs-org_id-settings-opensource.
      operations:
      - method: GET
        name: getopensourcesettingsfororg
        description: Get the Open Source Settings for an Org. (Early Access)
        call: rest-opensourcesettings.getopensourcesettingsfororg
        with:
          org_id: rest.org_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-opensourcesettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Snyk API — OpenSourceSettings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-open-source-settings-org
      description: Get the Open Source Settings for an Org. (Early Access)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-opensourcesettings.getopensourcesettingsfororg
      with:
        org_id: tools.org_id
      outputParameters:
      - type: object
        mapping: $.