naftiko: 1.0.0-alpha2 info: label: HashiCorp Vault Vault Identity API — Entity Alias description: 'HashiCorp Vault Vault Identity API — Entity Alias. 4 operations. Lead operation: HashiCorp Vault Create entity alias. Self-contained Naftiko capability covering one Hvault business surface.' tags: - Hvault - Entity Alias created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: HVAULT_API_KEY: HVAULT_API_KEY capability: consumes: - type: http namespace: identity-entity-alias baseUri: https://vault.example.com/v1 description: HashiCorp Vault Vault Identity API — Entity Alias business capability. Self-contained, no shared references. resources: - name: identity-entity-alias path: /identity/entity-alias operations: - name: createentityalias method: POST description: HashiCorp Vault Create entity alias outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: identity-entity-alias-id-id path: /identity/entity-alias/id/{id} operations: - name: readentityalias method: GET description: HashiCorp Vault Read entity alias outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Entity alias ID required: true - name: updateentityalias method: POST description: HashiCorp Vault Update entity alias outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Entity alias ID required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deleteentityalias method: DELETE description: HashiCorp Vault Delete entity alias outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Entity alias ID required: true authentication: type: apikey key: X-Vault-Token value: '{{env.HVAULT_API_KEY}}' placement: header exposes: - type: rest namespace: identity-entity-alias-rest port: 8080 description: REST adapter for HashiCorp Vault Vault Identity API — Entity Alias. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/identity/entity-alias name: identity-entity-alias description: REST surface for identity-entity-alias. operations: - method: POST name: createentityalias description: HashiCorp Vault Create entity alias call: identity-entity-alias.createentityalias with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/identity/entity-alias/id/{id} name: identity-entity-alias-id-id description: REST surface for identity-entity-alias-id-id. operations: - method: GET name: readentityalias description: HashiCorp Vault Read entity alias call: identity-entity-alias.readentityalias with: id: rest.id outputParameters: - type: object mapping: $. - method: POST name: updateentityalias description: HashiCorp Vault Update entity alias call: identity-entity-alias.updateentityalias with: id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteentityalias description: HashiCorp Vault Delete entity alias call: identity-entity-alias.deleteentityalias with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: identity-entity-alias-mcp port: 9090 transport: http description: MCP adapter for HashiCorp Vault Vault Identity API — Entity Alias. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: hashicorp-vault-create-entity-alias description: HashiCorp Vault Create entity alias hints: readOnly: false destructive: false idempotent: false call: identity-entity-alias.createentityalias with: body: tools.body outputParameters: - type: object mapping: $. - name: hashicorp-vault-read-entity-alias description: HashiCorp Vault Read entity alias hints: readOnly: true destructive: false idempotent: true call: identity-entity-alias.readentityalias with: id: tools.id outputParameters: - type: object mapping: $. - name: hashicorp-vault-update-entity-alias description: HashiCorp Vault Update entity alias hints: readOnly: false destructive: false idempotent: false call: identity-entity-alias.updateentityalias with: id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: hashicorp-vault-delete-entity-alias description: HashiCorp Vault Delete entity alias hints: readOnly: false destructive: true idempotent: true call: identity-entity-alias.deleteentityalias with: id: tools.id outputParameters: - type: object mapping: $.