naftiko: 1.0.0-alpha2 info: label: Altruistiq Datasource API — Organization description: Organization and business unit lookup for multi-entity reporting. tags: - Altruistiq - Organization - Business Units created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: ALTRUISTIQ_ACCESS_TOKEN: ALTRUISTIQ_ACCESS_TOKEN capability: consumes: - type: http namespace: organization baseUri: https://app.altruistiq.com/api/public/v1 resources: - name: organization path: /organization/ operations: - name: getOrganization method: GET description: Get Organization And Business Units authentication: type: bearer value: '{{env.ALTRUISTIQ_ACCESS_TOKEN}}' placement: header exposes: - type: rest namespace: organization-rest port: 8080 resources: - path: /v1/organization name: organization operations: - method: GET name: getOrganization call: organization.getOrganization - type: mcp namespace: organization-mcp port: 9090 transport: http tools: - name: altruistiq-get-organization description: Get Organization And Business Units hints: { readOnly: true, destructive: false, idempotent: true } call: organization.getOrganization