naftiko: 1.0.0-alpha2 info: label: Ashby API — Job Posting description: 'Ashby API — Job Posting. 3 operations. Lead operation: jobPosting.info. Self-contained Naftiko capability covering one Ashby business surface.' tags: - Ashby - Job Posting created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ASHBY_API_KEY: ASHBY_API_KEY capability: consumes: - type: http namespace: ashby-job-posting baseUri: https://api.ashbyhq.com description: Ashby API — Job Posting business capability. Self-contained, no shared references. resources: - name: jobPosting.info path: /jobPosting.info operations: - name: jobpostinginfo method: POST description: jobPosting.info outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: jobPosting.list path: /jobPosting.list operations: - name: jobpostinglist method: POST description: jobPosting.list outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: jobPosting.update path: /jobPosting.update operations: - name: jobpostingupdate method: POST description: jobPosting.update outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false authentication: type: apikey key: Ashby-Signature value: '{{env.ASHBY_API_KEY}}' placement: header exposes: - type: rest namespace: ashby-job-posting-rest port: 8080 description: REST adapter for Ashby API — Job Posting. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/jobposting-info name: jobposting-info description: REST surface for jobPosting.info. operations: - method: POST name: jobpostinginfo description: jobPosting.info call: ashby-job-posting.jobpostinginfo with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/jobposting-list name: jobposting-list description: REST surface for jobPosting.list. operations: - method: POST name: jobpostinglist description: jobPosting.list call: ashby-job-posting.jobpostinglist with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/jobposting-update name: jobposting-update description: REST surface for jobPosting.update. operations: - method: POST name: jobpostingupdate description: jobPosting.update call: ashby-job-posting.jobpostingupdate with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: ashby-job-posting-mcp port: 9090 transport: http description: MCP adapter for Ashby API — Job Posting. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: jobposting-info description: jobPosting.info hints: readOnly: false destructive: false idempotent: false call: ashby-job-posting.jobpostinginfo with: body: tools.body outputParameters: - type: object mapping: $. - name: jobposting-list description: jobPosting.list hints: readOnly: false destructive: false idempotent: false call: ashby-job-posting.jobpostinglist with: body: tools.body outputParameters: - type: object mapping: $. - name: jobposting-update description: jobPosting.update hints: readOnly: false destructive: false idempotent: false call: ashby-job-posting.jobpostingupdate with: body: tools.body outputParameters: - type: object mapping: $.