Wise · Capability

Wise Platform API — contact

Wise Platform API — contact. 1 operations. Lead operation: Create a contact from an identifier. Self-contained Naftiko capability covering one Wise business surface.

Run with Naftiko Wisecontact

What You Can Do

POST
Contactcreate — Create a contact from an identifier
/v1/v2/profiles/{profileid}/contacts

MCP Tools

create-contact-identifier

Create a contact from an identifier

Capability Spec

platform-contact.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Wise Platform API — contact
  description: 'Wise Platform API — contact. 1 operations. Lead operation: Create a contact from an identifier. Self-contained
    Naftiko capability covering one Wise business surface.'
  tags:
  - Wise
  - contact
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WISE_API_KEY: WISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-contact
    baseUri: https://api.wise.com
    description: Wise Platform API — contact business capability. Self-contained, no shared references.
    resources:
    - name: v2-profiles-profileId-contacts
      path: /v2/profiles/{profileId}/contacts
      operations:
      - name: contactcreate
        method: POST
        description: Create a contact from an identifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: profileId
          in: path
          type: integer
          description: Your profile ID.
          required: true
        - name: isDirectIdentifierCreation
          in: query
          type: boolean
          description: Must be set to `true` for identifier-based contact creation.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WISE_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-contact-rest
    port: 8080
    description: REST adapter for Wise Platform API — contact. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v2/profiles/{profileid}/contacts
      name: v2-profiles-profileid-contacts
      description: REST surface for v2-profiles-profileId-contacts.
      operations:
      - method: POST
        name: contactcreate
        description: Create a contact from an identifier
        call: platform-contact.contactcreate
        with:
          profileId: rest.profileId
          isDirectIdentifierCreation: rest.isDirectIdentifierCreation
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-contact-mcp
    port: 9090
    transport: http
    description: MCP adapter for Wise Platform API — contact. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: create-contact-identifier
      description: Create a contact from an identifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-contact.contactcreate
      with:
        profileId: tools.profileId
        isDirectIdentifierCreation: tools.isDirectIdentifierCreation
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.