Amazon Organizations · Capability

Amazon Organizations AWS Organizations API — Organizations

Amazon Organizations AWS Organizations API — Organizations. 1 operations. Lead operation: Amazon Organizations Create an Organization. Self-contained Naftiko capability covering one Amazon Organizations business surface.

Run with Naftiko Amazon OrganizationsOrganizations

What You Can Do

POST
Createorganization — Amazon Organizations Create an Organization
/v1

MCP Tools

amazon-organizations-create-organization

Amazon Organizations Create an Organization

Capability Spec

amazon-organizations-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Organizations AWS Organizations API — Organizations
  description: 'Amazon Organizations AWS Organizations API — Organizations. 1 operations. Lead operation: Amazon Organizations
    Create an Organization. Self-contained Naftiko capability covering one Amazon Organizations business surface.'
  tags:
  - Amazon Organizations
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ORGANIZATIONS_API_KEY: AMAZON_ORGANIZATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-organizations-organizations
    baseUri: https://organizations.{region}.amazonaws.com
    description: Amazon Organizations AWS Organizations API — Organizations business capability. Self-contained, no shared
      references.
    resources:
    - name: root
      path: /
      operations:
      - name: createorganization
        method: POST
        description: Amazon Organizations Create an Organization
        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.AMAZON_ORGANIZATIONS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-organizations-organizations-rest
    port: 8080
    description: REST adapter for Amazon Organizations AWS Organizations API — Organizations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: POST
        name: createorganization
        description: Amazon Organizations Create an Organization
        call: amazon-organizations-organizations.createorganization
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-organizations-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Organizations AWS Organizations API — Organizations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: amazon-organizations-create-organization
      description: Amazon Organizations Create an Organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-organizations-organizations.createorganization
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.