Scaleway · Capability

IAM API — Security Settings

IAM API — Security Settings. 2 operations. Lead operation: Get security settings of an Organization. Self-contained Naftiko capability covering one Scaleway business surface.

Run with Naftiko ScalewaySecurity Settings

What You Can Do

GET
Getorganizationsecuritysettings — Get security settings of an Organization
/v1/iam/v1alpha1/organizations/{organization-id}/security-settings
PATCH
Updateorganizationsecuritysettings — Update the security settings of an Organization
/v1/iam/v1alpha1/organizations/{organization-id}/security-settings

MCP Tools

get-security-settings-organization

Get security settings of an Organization

read-only idempotent
update-security-settings-organization

Update the security settings of an Organization

idempotent

Capability Spec

iam-security-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IAM API — Security Settings
  description: 'IAM API — Security Settings. 2 operations. Lead operation: Get security settings of an Organization. Self-contained
    Naftiko capability covering one Scaleway business surface.'
  tags:
  - Scaleway
  - Security Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCALEWAY_API_KEY: SCALEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: iam-security-settings
    baseUri: https://api.scaleway.com
    description: IAM API — Security Settings business capability. Self-contained, no shared references.
    resources:
    - name: iam-v1alpha1-organizations-organization_id-security-settings
      path: /iam/v1alpha1/organizations/{organization_id}/security-settings
      operations:
      - name: getorganizationsecuritysettings
        method: GET
        description: Get security settings of an Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organization_id
          in: path
          type: string
          description: ID of the Organization.
          required: true
      - name: updateorganizationsecuritysettings
        method: PATCH
        description: Update the security settings of an Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organization_id
          in: path
          type: string
          description: ID of the Organization.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SCALEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: iam-security-settings-rest
    port: 8080
    description: REST adapter for IAM API — Security Settings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/iam/v1alpha1/organizations/{organization-id}/security-settings
      name: iam-v1alpha1-organizations-organization-id-security-settings
      description: REST surface for iam-v1alpha1-organizations-organization_id-security-settings.
      operations:
      - method: GET
        name: getorganizationsecuritysettings
        description: Get security settings of an Organization
        call: iam-security-settings.getorganizationsecuritysettings
        with:
          organization_id: rest.organization_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateorganizationsecuritysettings
        description: Update the security settings of an Organization
        call: iam-security-settings.updateorganizationsecuritysettings
        with:
          organization_id: rest.organization_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: iam-security-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for IAM API — Security Settings. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-security-settings-organization
      description: Get security settings of an Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: iam-security-settings.getorganizationsecuritysettings
      with:
        organization_id: tools.organization_id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-security-settings-organization
      description: Update the security settings of an Organization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: iam-security-settings.updateorganizationsecuritysettings
      with:
        organization_id: tools.organization_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.