APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider

APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider. 2 operations. Lead operation: #Action=CreateSAMLProvider. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=CreateSAMLProvider

What You Can Do

GET
Getcreatesamlprovider

Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.

The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can e

/v1/action-createsamlprovider
POST
Postcreatesamlprovider

Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.

The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can e

/v1/action-createsamlprovider

MCP Tools

p-creates-iam-resource-that-describes

Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.

The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can e

read-only idempotent
p-creates-iam-resource-that-describes-2

Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.

The SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy. Such a policy can e

Capability Spec

aws-iam-action-createsamlprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider. 2 operations.
    Lead operation: #Action=CreateSAMLProvider. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateSAMLProvider'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-createsamlprovider
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateSAMLProvider'
      path: /#Action=CreateSAMLProvider
      operations:
      - name: getcreatesamlprovider
        method: GET
        description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
          SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
          Such a policy can e
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: SAMLMetadataDocument
          in: query
          type: string
          description: <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes
            the issuer's name, expiration information, and keys tha
          required: true
        - name: Name
          in: query
          type: string
          description: <p>The name of the provider to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of charac
          required: true
        - name: Tags
          in: query
          type: array
          description: <p>A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key
            name and an associated value. For more information about tagg
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreatesamlprovider
        method: POST
        description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
          SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
          Such a policy can e
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-createsamlprovider-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createsamlprovider
      name: action-createsamlprovider
      description: 'REST surface for #Action=CreateSAMLProvider.'
      operations:
      - method: GET
        name: getcreatesamlprovider
        description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
          SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
          Such a policy can e
        call: aws-iam-action-createsamlprovider.getcreatesamlprovider
        with:
          SAMLMetadataDocument: rest.SAMLMetadataDocument
          Name: rest.Name
          Tags: rest.Tags
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreatesamlprovider
        description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
          SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
          Such a policy can e
        call: aws-iam-action-createsamlprovider.postcreatesamlprovider
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createsamlprovider-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateSAMLProvider.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: p-creates-iam-resource-that-describes
      description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
        SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
        Such a policy can e
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createsamlprovider.getcreatesamlprovider
      with:
        SAMLMetadataDocument: tools.SAMLMetadataDocument
        Name: tools.Name
        Tags: tools.Tags
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: p-creates-iam-resource-that-describes-2
      description: <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML 2.0.</p> <p>The
        SAML provider resource that you create with this operation can be used as a principal in an IAM role's trust policy.
        Such a policy can e
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createsamlprovider.postcreatesamlprovider
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.