naftiko: 1.0.0-alpha2 info: label: Dataiku DSS Public API — Projects description: 'Dataiku DSS Public API — Projects. 6 operations. Lead operation: Dataiku List projects. Self-contained Naftiko capability covering one Dataiku business surface.' tags: - Dataiku - Projects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DATAIKU_API_KEY: DATAIKU_API_KEY capability: consumes: - type: http namespace: public-projects baseUri: https://{dss-host}/public/api description: Dataiku DSS Public API — Projects business capability. Self-contained, no shared references. resources: - name: projects path: /projects operations: - name: listprojects method: GET description: Dataiku List projects outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createproject method: POST description: Dataiku Create a project outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: projects-projectKey path: /projects/{projectKey} operations: - name: getproject method: GET description: Dataiku Get project details outputRawFormat: json outputParameters: - name: result type: object value: $. - name: deleteproject method: DELETE description: Dataiku Delete a project outputRawFormat: json outputParameters: - name: result type: object value: $. - name: projects-projectKey-metadata path: /projects/{projectKey}/metadata operations: - name: getprojectmetadata method: GET description: Dataiku Get project metadata outputRawFormat: json outputParameters: - name: result type: object value: $. - name: setprojectmetadata method: PUT description: Dataiku Set project metadata outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.DATAIKU_API_KEY}}' placement: header exposes: - type: rest namespace: public-projects-rest port: 8080 description: REST adapter for Dataiku DSS Public API — Projects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projects name: projects description: REST surface for projects. operations: - method: GET name: listprojects description: Dataiku List projects call: public-projects.listprojects outputParameters: - type: object mapping: $. - method: POST name: createproject description: Dataiku Create a project call: public-projects.createproject with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/projects/{projectkey} name: projects-projectkey description: REST surface for projects-projectKey. operations: - method: GET name: getproject description: Dataiku Get project details call: public-projects.getproject outputParameters: - type: object mapping: $. - method: DELETE name: deleteproject description: Dataiku Delete a project call: public-projects.deleteproject outputParameters: - type: object mapping: $. - path: /v1/projects/{projectkey}/metadata name: projects-projectkey-metadata description: REST surface for projects-projectKey-metadata. operations: - method: GET name: getprojectmetadata description: Dataiku Get project metadata call: public-projects.getprojectmetadata outputParameters: - type: object mapping: $. - method: PUT name: setprojectmetadata description: Dataiku Set project metadata call: public-projects.setprojectmetadata with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: public-projects-mcp port: 9090 transport: http description: MCP adapter for Dataiku DSS Public API — Projects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: dataiku-list-projects description: Dataiku List projects hints: readOnly: true destructive: false idempotent: true call: public-projects.listprojects outputParameters: - type: object mapping: $. - name: dataiku-create-project description: Dataiku Create a project hints: readOnly: false destructive: false idempotent: false call: public-projects.createproject with: body: tools.body outputParameters: - type: object mapping: $. - name: dataiku-get-project-details description: Dataiku Get project details hints: readOnly: true destructive: false idempotent: true call: public-projects.getproject outputParameters: - type: object mapping: $. - name: dataiku-delete-project description: Dataiku Delete a project hints: readOnly: false destructive: true idempotent: true call: public-projects.deleteproject outputParameters: - type: object mapping: $. - name: dataiku-get-project-metadata description: Dataiku Get project metadata hints: readOnly: true destructive: false idempotent: true call: public-projects.getprojectmetadata outputParameters: - type: object mapping: $. - name: dataiku-set-project-metadata description: Dataiku Set project metadata hints: readOnly: false destructive: false idempotent: true call: public-projects.setprojectmetadata with: body: tools.body outputParameters: - type: object mapping: $.