naftiko: 1.0.0-alpha2 info: label: Logz.io Metrics Accounts description: 'Logz.io Metrics Accounts business capability. Self-contained Naftiko capability covering one Logz.io API surface on the api.logz.io control plane.' tags: - Logz.io - Account Management - Multi-Tenant created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: LOGZIO_API_TOKEN: LOGZIO_API_TOKEN LOGZIO_API_BASE: LOGZIO_API_BASE capability: consumes: - type: http namespace: metrics-accounts baseUri: '{{env.LOGZIO_API_BASE}}' description: Provision metrics sub-accounts. resources: - name: metrics-accounts-resource path: /v1/account-management/metrics-accounts operations: - name: get method: GET description: Retrieve Metrics Accounts resources. outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: X-API-TOKEN value: '{{env.LOGZIO_API_TOKEN}}' placement: header exposes: - type: rest namespace: metrics-accounts-rest port: 8080 description: REST adapter for Logz.io Metrics Accounts. resources: - path: /v1/account-management/metrics-accounts name: metrics-accounts-resource description: REST surface for Logz.io Metrics Accounts. operations: - method: GET name: get description: Retrieve Metrics Accounts resources. call: metrics-accounts.get outputParameters: - type: object mapping: $. - type: mcp namespace: metrics-accounts-mcp port: 9090 transport: http description: MCP adapter for Logz.io Metrics Accounts. tools: - name: logzio-metrics-accounts-get description: Retrieve Logz.io Metrics Accounts resources. hints: readOnly: true destructive: false idempotent: true call: metrics-accounts.get outputParameters: - type: object mapping: $.