naftiko: 1.0.0-alpha2 info: label: Dokploy API — certificates description: 'Dokploy API — certificates. 5 operations. Lead operation: certificates.create. Self-contained Naftiko capability covering one Dokploy business surface.' tags: - Dokploy - certificates created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: DOKPLOY_API_KEY: DOKPLOY_API_KEY DOKPLOY_URL: DOKPLOY_URL capability: consumes: - type: http namespace: dokploy-certificates baseUri: ${DOKPLOY_URL}/api description: Dokploy API — certificates business capability. Self-contained, no shared references. resources: - name: create path: /certificates.create operations: - name: certificates-create method: POST description: certificates-create outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body required: true - name: one path: /certificates.one operations: - name: certificates-one method: GET description: certificates-one outputRawFormat: json outputParameters: - name: result type: object value: $. - name: remove path: /certificates.remove operations: - name: certificates-remove method: POST description: certificates-remove outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body required: true - name: all path: /certificates.all operations: - name: certificates-all method: GET description: certificates-all outputRawFormat: json outputParameters: - name: result type: object value: $. - name: update path: /certificates.update operations: - name: certificates-update method: POST description: certificates-update outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body required: true exposes: - type: rest namespace: dokploy-certificates-rest port: 8080 description: REST adapter for Dokploy API — certificates. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/certificates.create name: create description: REST surface for create. operations: - method: POST name: certificates-create description: certificates-create call: dokploy-certificates.certificates-create with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/certificates.one name: one description: REST surface for one. operations: - method: GET name: certificates-one description: certificates-one call: dokploy-certificates.certificates-one outputParameters: - type: object mapping: $. - path: /v1/certificates.remove name: remove description: REST surface for remove. operations: - method: POST name: certificates-remove description: certificates-remove call: dokploy-certificates.certificates-remove with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/certificates.all name: all description: REST surface for all. operations: - method: GET name: certificates-all description: certificates-all call: dokploy-certificates.certificates-all outputParameters: - type: object mapping: $. - path: /v1/certificates.update name: update description: REST surface for update. operations: - method: POST name: certificates-update description: certificates-update call: dokploy-certificates.certificates-update with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: dokploy-certificates-mcp port: 9090 transport: http description: MCP adapter for Dokploy API — certificates. One tool per consumed operation, routed inline through this capability’s consumes block. tools: - name: certificates-create description: certificates-create hints: readOnly: false destructive: false idempotent: false call: dokploy-certificates.certificates-create with: body: tools.body outputParameters: - type: object mapping: $. - name: certificates-one description: certificates-one hints: readOnly: true destructive: false idempotent: true call: dokploy-certificates.certificates-one outputParameters: - type: object mapping: $. - name: certificates-remove description: certificates-remove hints: readOnly: false destructive: false idempotent: false call: dokploy-certificates.certificates-remove with: body: tools.body outputParameters: - type: object mapping: $. - name: certificates-all description: certificates-all hints: readOnly: true destructive: false idempotent: true call: dokploy-certificates.certificates-all outputParameters: - type: object mapping: $. - name: certificates-update description: certificates-update hints: readOnly: false destructive: false idempotent: false call: dokploy-certificates.certificates-update with: body: tools.body outputParameters: - type: object mapping: $.