Spot · Capability

Spot Administration API — Organizations

Spot Administration API — Organizations. 2 operations. Lead operation: Spot Create Organization. Self-contained Naftiko capability covering one Flexera business surface.

Run with Naftiko FlexeraOrganizations

What You Can Do

POST
Createorganization — Spot Create Organization
/v1/setup/organization
DELETE
Deleteorganization — Spot Delete Organization
/v1/setup/organization

MCP Tools

spot-create-organization

Spot Create Organization

spot-delete-organization

Spot Delete Organization

idempotent

Capability Spec

spot-administration-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Spot Administration API — Organizations
  description: 'Spot Administration API — Organizations. 2 operations. Lead operation: Spot Create Organization. Self-contained
    Naftiko capability covering one Flexera business surface.'
  tags:
  - Flexera
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLEXERA_API_KEY: FLEXERA_API_KEY
capability:
  consumes:
  - type: http
    namespace: spot-administration-organizations
    baseUri: https://api.spotinst.io
    description: Spot Administration API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: setup-organization
      path: /setup/organization
      operations:
      - name: createorganization
        method: POST
        description: Spot Create Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteorganization
        method: DELETE
        description: Spot Delete Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FLEXERA_API_KEY}}'
  exposes:
  - type: rest
    namespace: spot-administration-organizations-rest
    port: 8080
    description: REST adapter for Spot Administration API — Organizations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/setup/organization
      name: setup-organization
      description: REST surface for setup-organization.
      operations:
      - method: POST
        name: createorganization
        description: Spot Create Organization
        call: spot-administration-organizations.createorganization
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganization
        description: Spot Delete Organization
        call: spot-administration-organizations.deleteorganization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: spot-administration-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Spot Administration API — Organizations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: spot-create-organization
      description: Spot Create Organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: spot-administration-organizations.createorganization
      outputParameters:
      - type: object
        mapping: $.
    - name: spot-delete-organization
      description: Spot Delete Organization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: spot-administration-organizations.deleteorganization
      outputParameters:
      - type: object
        mapping: $.