IXON · Capability

IXON API — MyRegistration

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

Run with Naftiko IxonMyRegistration

What You Can Do

GET
Get — MyRegistration
/v1/registrations/me
DELETE
Delete — MyRegistration
/v1/registrations/me

MCP Tools

myregistration

MyRegistration

read-only idempotent
myregistration-2

MyRegistration

idempotent

Capability Spec

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