Altruistiq · Capability

Altruistiq Datasource API — Organization

Organization and business unit lookup for multi-entity reporting.

Altruistiq Datasource API — Organization is a Naftiko capability published by Altruistiq, one of 9 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/organization.

The capability includes 1 read-only operation. Lead operation: Get Organization And Business Units. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Altruistiq, Organization, and Business Units.

Run with Naftiko AltruistiqOrganizationBusiness Units

What You Can Do

GET
Getorganization
/v1/organization

MCP Tools

altruistiq-get-organization

Get Organization And Business Units

read-only idempotent

Capability Spec

organization.yaml Raw ↑
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