HR Partner · Capability

HR Partner — Company

HR Partner — Company. 1 operation. Lead operation: Get Company Information. Self-contained Naftiko capability covering the company-level surface of the HR Partner REST API.

HR Partner — Company is a Naftiko capability published by HR Partner, one of 11 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/company.

The capability includes 1 state-changing operation. Lead operation: Get company information. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include HR Partner and Company.

Run with Naftiko HR PartnerCompany

What You Can Do

GET
Getcompany — Get Company Information
/v1/company

MCP Tools

get_company

Get company information

Capability Spec

hr-partner-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HR Partner — Company
  description: 'HR Partner — Company. 1 operation. Lead operation: Get Company Information. Self-contained Naftiko capability covering the company-level surface of the HR Partner REST API.'
  tags:
    - HR Partner
    - Company
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
  - namespace: env
    keys:
      HR_PARTNER_API_KEY: HR_PARTNER_API_KEY
capability:
  consumes:
    - type: http
      namespace: hr-partner-company
      baseUri: https://api.hrpartner.io
      description: HR Partner Company business capability. Self-contained, no shared references.
      resources:
        - name: company
          path: /company
          operations:
            - name: getCompany
              method: GET
              description: Get Company Information
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
      authentication:
        type: header
        header: x-api-key
        value: '{{env.HR_PARTNER_API_KEY}}'
  exposes:
    - type: rest
      namespace: hr-partner-company-rest
      port: 8080
      description: REST adapter for HR Partner Company.
      resources:
        - path: /v1/company
          name: company
          description: REST surface for company.
          operations:
            - method: GET
              name: getCompany
              description: Get Company Information
              call: hr-partner-company.getCompany
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: hr-partner-company-mcp
      port: 9090
      transport: http
      description: MCP adapter for HR Partner Company.
      tools:
        - name: get_company
          description: Get company information
          call: hr-partner-company.getCompany