IXON · Capability

IXON API — AgentRegistrationProfileMembership

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

Run with Naftiko IxonAgentRegistrationProfileMembership

What You Can Do

GET
Get — AgentRegistrationProfileMembership
/v1/agent-registration-profiles/memberships/{publicid}
PATCH
Patch — AgentRegistrationProfileMembership
/v1/agent-registration-profiles/memberships/{publicid}
DELETE
Delete — AgentRegistrationProfileMembership
/v1/agent-registration-profiles/memberships/{publicid}

MCP Tools

agentregistrationprofilemembership

AgentRegistrationProfileMembership

read-only idempotent
agentregistrationprofilemembership-2

AgentRegistrationProfileMembership

idempotent
agentregistrationprofilemembership-3

AgentRegistrationProfileMembership

idempotent

Capability Spec

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