Deel · Capability

Endpoints — subpackage_integrations

Endpoints — subpackage_integrations. 1 operations. Lead operation: Get integration consent. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_integrations

What You Can Do

GET
Getintegrationconsent — Get integration consent
/v1/integrations/consent

MCP Tools

get-integration-consent

Get integration consent

read-only idempotent

Capability Spec

platform-endpoints-subpackage-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_integrations
  description: 'Endpoints — subpackage_integrations. 1 operations. Lead operation: Get integration consent. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEL_API_KEY: DEEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-endpoints-subpackage-integrations
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_integrations business capability. Self-contained, no shared references.
    resources:
    - name: integrations-consent
      path: /integrations/consent
      operations:
      - name: getintegrationconsent
        method: GET
        description: Get integration consent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-endpoints-subpackage-integrations-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_integrations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/integrations/consent
      name: integrations-consent
      description: REST surface for integrations-consent.
      operations:
      - method: GET
        name: getintegrationconsent
        description: Get integration consent
        call: platform-endpoints-subpackage-integrations.getintegrationconsent
        with:
          Authorization: rest.Authorization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-endpoints-subpackage-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_integrations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-integration-consent
      description: Get integration consent
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-endpoints-subpackage-integrations.getintegrationconsent
      with:
        Authorization: tools.Authorization
      outputParameters:
      - type: object
        mapping: $.