> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Culture Amp

> 9 actions available for Culture Amp through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/cultureamp/filled/png" alt="Culture Amp" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Culture Amp</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>9 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-beta" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Beta</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>HRIS</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0 (Client Credentials)">
    Machine-to-machine OAuth 2.0 client credentials flow. A short-lived JWT access token (\~1 hour) is obtained from the toke...

    Guides: [Connector Profile](/connectors/cultureamp/guides/connector-profile/oauth-2-0-client-credentials), [Link Account](/connectors/cultureamp/guides/link-account/oauth-2-0-client-credentials)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />

      <div className="connector-actions-scopes" data-connector-actions-scopes>
        <button type="button" className="connector-actions-scopes__toggle" data-connector-actions-scopes-toggle aria-expanded="false">
          <span>Scopes<span data-connector-actions-scopes-count /></span>
        </button>

        <div className="connector-actions-scopes__menu">
          <div className="connector-actions-scopes__header">
            <input type="search" className="connector-actions-scopes__search" data-connector-actions-scope-search placeholder="Search scopes..." aria-label="Search scopes" />

            <div className="connector-actions-scopes__actions">
              <button type="button" data-connector-actions-scopes-select-all>Select all</button>
              <span>|</span>
              <button type="button" data-connector-actions-scopes-clear>Clear</button>
            </div>
          </div>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="employee-demographics-read" data-connector-actions-scope-filter />

            <span>employee-demographics-read</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="employees-read" data-connector-actions-scope-filter />

            <span>employees-read</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="performance-evaluations-read" data-connector-actions-scope-filter />

            <span>performance-evaluations-read</span>
          </label>

          <div className="connector-actions-scopes__empty" hidden>No scopes found</div>
        </div>
      </div>
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>9 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr 150px' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
        <div className="meta-library-grid-header-cell">Required scopes</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_employees" data-action-label="List Employees" data-action-scopes="employees-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Employees</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_employees" aria-label="Copy cultureamp_list_employees"><code className="connector-page-code">cultureamp\_list\_employees</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all employees in the Culture Amp account, optionally filtered by email or employee identifier.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employees-read" aria-label="Copy scope employees-read"><code className="connector-page-code">employees-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_employee" data-action-label="Get Employee" data-action-scopes="employees-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Employee</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_employee" aria-label="Copy cultureamp_get_employee"><code className="connector-page-code">cultureamp\_get\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single employee by their Culture Amp employee identifier.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employees-read" aria-label="Copy scope employees-read"><code className="connector-page-code">employees-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_demographics_by_employee" data-action-label="List Demographics By Employee" data-action-scopes="employee-demographics-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Demographics By Employee</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_demographics_by_employee" aria-label="Copy cultureamp_list_demographics_by_employee"><code className="connector-page-code">cultureamp\_list\_demographics\_by\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the demographic assignments (name/value attributes) for a given employee.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="employee-demographics-read" aria-label="Copy scope employee-demographics-read"><code className="connector-page-code">employee-demographics-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_performance_cycles" data-action-label="List Performance Cycles" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Performance Cycles</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_performance_cycles" aria-label="Copy cultureamp_list_performance_cycles"><code className="connector-page-code">cultureamp\_list\_performance\_cycles</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all performance cycles in the Culture Amp account, optionally filtered by state or processing date.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_performance_cycle" data-action-label="Get Performance Cycle" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Performance Cycle</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_performance_cycle" aria-label="Copy cultureamp_get_performance_cycle"><code className="connector-page-code">cultureamp\_get\_performance\_cycle</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single performance cycle by its id.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews" data-action-label="List Manager Reviews" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Manager Reviews</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews" aria-label="Copy cultureamp_list_manager_reviews"><code className="connector-page-code">cultureamp\_list\_manager\_reviews</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of all manager (performance) reviews in the Culture Amp account.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_get_manager_review" data-action-label="Get Manager Review" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Manager Review</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_get_manager_review" aria-label="Copy cultureamp_get_manager_review"><code className="connector-page-code">cultureamp\_get\_manager\_review</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the details of a single manager review by its id.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews_by_employee" data-action-label="List Manager Reviews By Employee" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Manager Reviews By Employee</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews_by_employee" aria-label="Copy cultureamp_list_manager_reviews_by_employee"><code className="connector-page-code">cultureamp\_list\_manager\_reviews\_by\_employee</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the manager (performance) reviews for a specific employee.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="cultureamp_list_manager_reviews_by_performance_cycle" data-action-label="List Manager Reviews By Performance Cycle" data-action-scopes="performance-evaluations-read">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Manager Reviews By Performance Cycle</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="cultureamp_list_manager_reviews_by_performance_cycle" aria-label="Copy cultureamp_list_manager_reviews_by_performance_cycle"><code className="connector-page-code">cultureamp\_list\_manager\_reviews\_by\_performance\_cycle</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get the manager (performance) reviews that belong to a specific performance cycle.</div>

        <div className="meta-library-grid-cell meta-library-grid-cell--values">
          <div className="connector-meta-library-values-list"><button type="button" className="connector-page-code-button" data-copy="performance-evaluations-read" aria-label="Copy scope performance-evaluations-read"><code className="connector-page-code">performance-evaluations-read</code></button></div>
        </div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/cultureamp/guides/connector-profile/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/cultureamp/filled/png" horizontal>
        Culture Amp - OAuth 2.0 (Client Credentials)
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/cultureamp/guides/link-account/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/cultureamp/filled/png" horizontal>
        Culture Amp - OAuth 2.0 (Client Credentials)
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
