APIs.io Engineering Platform Amazon API Gateway — Account

APIs.io Engineering Platform Amazon API Gateway — Account. 2 operations. Lead operation: Account. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccount

What You Can Do

GET
Getaccount — Gets information about the current Account resource.
/v1/account
PATCH
Updateaccount — Changes information about the current Account resource.
/v1/account

MCP Tools

gets-information-about-current-account

Gets information about the current Account resource.

read-only idempotent
changes-information-about-current-account

Changes information about the current Account resource.

idempotent

Capability Spec

aws-api-gateway-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Amazon API Gateway — Account
  description: 'APIs.io Engineering Platform Amazon API Gateway — Account. 2 operations. Lead operation: Account. Self-contained
    Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Account
  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-api-gateway-account
    baseUri: http://apigateway.{region}.amazonaws.com
    description: APIs.io Engineering Platform Amazon API Gateway — Account business capability. Self-contained, no shared
      references.
    resources:
    - name: account
      path: /account
      operations:
      - name: getaccount
        method: GET
        description: Gets information about the current Account resource.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateaccount
        method: PATCH
        description: Changes information about the current Account resource.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-api-gateway-account-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Amazon API Gateway — Account. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/account
      name: account
      description: REST surface for account.
      operations:
      - method: GET
        name: getaccount
        description: Gets information about the current Account resource.
        call: aws-api-gateway-account.getaccount
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateaccount
        description: Changes information about the current Account resource.
        call: aws-api-gateway-account.updateaccount
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-api-gateway-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Amazon API Gateway — Account. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: gets-information-about-current-account
      description: Gets information about the current Account resource.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-api-gateway-account.getaccount
      outputParameters:
      - type: object
        mapping: $.
    - name: changes-information-about-current-account
      description: Changes information about the current Account resource.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-api-gateway-account.updateaccount
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.