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

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

Run with Naftiko Engineering Platform#Action=CreateAccountAlias

What You Can Do

GET
Getcreateaccountalias — Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Using an alias for your Amazon Web Ser
/v1/action-createaccountalias

MCP Tools

creates-alias-your-amazon-web

Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Using an alias for your Amazon Web Ser

read-only idempotent
creates-alias-your-amazon-web-2

Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Using an alias for your Amazon Web Ser

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateAccountAlias'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateAccountAlias. 2 operations.
    Lead operation: #Action=CreateAccountAlias. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - '#Action=CreateAccountAlias'
  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-createaccountalias
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateAccountAlias business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=CreateAccountAlias'
      path: /#Action=CreateAccountAlias
      operations:
      - name: getcreateaccountalias
        method: GET
        description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
          account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
          your Amazon Web Ser
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: AccountAlias
          in: query
          type: string
          description: <p>The account alias to create.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex
            pattern</a>) a string of characters co
          required: true
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postcreateaccountalias
        method: POST
        description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
          account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
          your Amazon Web Ser
        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-createaccountalias-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateAccountAlias.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-createaccountalias
      name: action-createaccountalias
      description: 'REST surface for #Action=CreateAccountAlias.'
      operations:
      - method: GET
        name: getcreateaccountalias
        description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
          account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
          your Amazon Web Ser
        call: aws-iam-action-createaccountalias.getcreateaccountalias
        with:
          AccountAlias: rest.AccountAlias
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postcreateaccountalias
        description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
          account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
          your Amazon Web Ser
        call: aws-iam-action-createaccountalias.postcreateaccountalias
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-createaccountalias-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=CreateAccountAlias.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: creates-alias-your-amazon-web
      description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
        account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
        your Amazon Web Ser
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-createaccountalias.getcreateaccountalias
      with:
        AccountAlias: tools.AccountAlias
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: creates-alias-your-amazon-web-2
      description: Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services
        account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html">Using an alias for
        your Amazon Web Ser
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-iam-action-createaccountalias.postcreateaccountalias
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.