naftiko: 1.0.0-alpha2 info: label: LinkedIn Job Posting API — Customer Integrations description: 'LinkedIn Job Posting API — Customer Integrations. 2 operations. Lead operation: LinkedIn Update Customer ATS Integrations. Self-contained Naftiko capability covering one Linkedin business surface.' tags: - Linkedin - Customer Integrations created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: LINKEDIN_API_KEY: LINKEDIN_API_KEY capability: consumes: - type: http namespace: talent-job-posting-customer-integrations baseUri: https://api.linkedin.com description: LinkedIn Job Posting API — Customer Integrations business capability. Self-contained, no shared references. resources: - name: v2-atsIntegrations path: /v2/atsIntegrations operations: - name: updatecustomerintegrations method: POST description: LinkedIn Update Customer ATS Integrations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: getcustomerintegrations method: GET description: LinkedIn Get Customer ATS Integration Details outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.LINKEDIN_API_KEY}}' exposes: - type: rest namespace: talent-job-posting-customer-integrations-rest port: 8080 description: REST adapter for LinkedIn Job Posting API — Customer Integrations. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/atsintegrations name: v2-atsintegrations description: REST surface for v2-atsIntegrations. operations: - method: POST name: updatecustomerintegrations description: LinkedIn Update Customer ATS Integrations call: talent-job-posting-customer-integrations.updatecustomerintegrations with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: getcustomerintegrations description: LinkedIn Get Customer ATS Integration Details call: talent-job-posting-customer-integrations.getcustomerintegrations outputParameters: - type: object mapping: $. - type: mcp namespace: talent-job-posting-customer-integrations-mcp port: 9090 transport: http description: MCP adapter for LinkedIn Job Posting API — Customer Integrations. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: linkedin-update-customer-ats-integrations description: LinkedIn Update Customer ATS Integrations hints: readOnly: false destructive: false idempotent: false call: talent-job-posting-customer-integrations.updatecustomerintegrations with: body: tools.body outputParameters: - type: object mapping: $. - name: linkedin-get-customer-ats-integration description: LinkedIn Get Customer ATS Integration Details hints: readOnly: true destructive: false idempotent: true call: talent-job-posting-customer-integrations.getcustomerintegrations outputParameters: - type: object mapping: $.