IXON · Capability

IXON API — MyInvite

IXON API — MyInvite. 2 operations. Lead operation: MyInvite. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonMyInvite

What You Can Do

GET
Get — MyInvite
/v1/invites/me
DELETE
Delete — MyInvite
/v1/invites/me

MCP Tools

myinvite

MyInvite

read-only idempotent
myinvite-2

MyInvite

idempotent

Capability Spec

ixon-myinvite.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — MyInvite
  description: 'IXON API — MyInvite. 2 operations. Lead operation: MyInvite. Self-contained Naftiko capability covering one
    Ixon business surface.'
  tags:
  - Ixon
  - MyInvite
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-myinvite
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — MyInvite business capability. Self-contained, no shared references.
    resources:
    - name: invites-me
      path: /invites/me
      operations:
      - name: get
        method: GET
        description: MyInvite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete
        method: DELETE
        description: MyInvite
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-myinvite-rest
    port: 8080
    description: REST adapter for IXON API — MyInvite. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/invites/me
      name: invites-me
      description: REST surface for invites-me.
      operations:
      - method: GET
        name: get
        description: MyInvite
        call: ixon-myinvite.get
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: MyInvite
        call: ixon-myinvite.delete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-myinvite-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — MyInvite. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: myinvite
      description: MyInvite
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-myinvite.get
      outputParameters:
      - type: object
        mapping: $.
    - name: myinvite-2
      description: MyInvite
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ixon-myinvite.delete
      outputParameters:
      - type: object
        mapping: $.