> ## 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.

# InvGate Asset Management

> 64 actions available for InvGate Asset Management 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/invgate/filled/png" alt="InvGate Asset Management" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

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

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

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0 (Client Credentials)">
    InvGate Asset Management uses OAuth 2.0 Client Credentials. Create an OAuth application in your InvGate tenant Settings...

    Guides: [Connector Profile](/connectors/invgate/guides/connector-profile/oauth-2-0-client-credentials), [Link Account](/connectors/invgate/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>
  </div>

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

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <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>

      <div className="connector-meta-library-row" data-action-id="invgate_list_asset_types" data-action-label="List Asset Types" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Asset Types</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_asset_types" aria-label="Copy invgate_list_asset_types"><code className="connector-page-code">invgate\_list\_asset\_types</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List asset types</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for assets</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_assets_detail" data-action-label="List Assets (Detailed)" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Assets (Detailed)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_assets_detail" aria-label="Copy invgate_list_assets_detail"><code className="connector-page-code">invgate\_list\_assets\_detail</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List assets with information about related properties</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific asset identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_asset" data-action-label="Create Asset" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Asset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_asset" aria-label="Copy invgate_create_asset"><code className="connector-page-code">invgate\_create\_asset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an asset</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_update_asset" data-action-label="Update Asset" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Asset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_update_asset" aria-label="Copy invgate_update_asset"><code className="connector-page-code">invgate\_update\_asset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an asset entirely (all the attributes at the same time)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_asset" data-action-label="Patch Asset" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Asset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_asset" aria-label="Copy invgate_patch_asset"><code className="connector-page-code">invgate\_patch\_asset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an asset partially (just some attributes)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_attachment" data-action-label="Upload Attachment" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Upload Attachment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_attachment" aria-label="Copy invgate_create_attachment"><code className="connector-page-code">invgate\_create\_attachment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Attach a file (binary, multipart upload) to one or more CIs.</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a list of Chromebooks</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a specific Chromebook by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_cloud_assets" data-action-label="List Cloud Assets" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Cloud Assets</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_cloud_assets" aria-label="Copy invgate_list_cloud_assets"><code className="connector-page-code">invgate\_list\_cloud\_assets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a list of cloud assets (AWS, Azure, GCP)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_cloud_asset" data-action-label="Get Cloud Asset" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Cloud Asset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_cloud_asset" aria-label="Copy invgate_get_cloud_asset"><code className="connector-page-code">invgate\_get\_cloud\_asset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a specific cloud asset by ID</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List computers</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a computer</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_computer_remote_desktop_integration" data-action-label="Get Computer Remote Desktop Integrations" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Computer Remote Desktop Integrations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_computer_remote_desktop_integration" aria-label="Copy invgate_get_computer_remote_desktop_integration"><code className="connector-page-code">invgate\_get\_computer\_remote\_desktop\_integration</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a computer's remote desktop integrations</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_cost_centers" data-action-label="List Cost Centers" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Cost Centers</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_cost_centers" aria-label="Copy invgate_list_cost_centers"><code className="connector-page-code">invgate\_list\_cost\_centers</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for cost centers</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_cost_center" data-action-label="Get Cost Center" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Cost Center</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_cost_center" aria-label="Copy invgate_get_cost_center"><code className="connector-page-code">invgate\_get\_cost\_center</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific cost center identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_cost_center" data-action-label="Create Cost Center" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Cost Center</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_cost_center" aria-label="Copy invgate_create_cost_center"><code className="connector-page-code">invgate\_create\_cost\_center</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new cost center</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_update_cost_center" data-action-label="Update Cost Center" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Cost Center</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_update_cost_center" aria-label="Copy invgate_update_cost_center"><code className="connector-page-code">invgate\_update\_cost\_center</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replaces or updates the information for a specific cost center identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_cost_center" data-action-label="Patch Cost Center" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Cost Center</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_cost_center" aria-label="Copy invgate_patch_cost_center"><code className="connector-page-code">invgate\_patch\_cost\_center</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially updates the information for a specific cost center identified by its ID, without affecting the entire entity</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_delete_cost_center" data-action-label="Delete Cost Center" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Cost Center</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_delete_cost_center" aria-label="Copy invgate_delete_cost_center"><code className="connector-page-code">invgate\_delete\_cost\_center</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes the specified cost center identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_custom_field_values_cis" data-action-label="List Custom Field Values" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Custom Field Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_custom_field_values_cis" aria-label="Copy invgate_list_custom_field_values_cis"><code className="connector-page-code">invgate\_list\_custom\_field\_values\_cis</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a list of custom fields values</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_custom_field_values_ci" data-action-label="Get Custom Field Value" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Custom Field Value</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_custom_field_values_ci" aria-label="Copy invgate_get_custom_field_values_ci"><code className="connector-page-code">invgate\_get\_custom\_field\_values\_ci</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves detailed information about the custom field value or values and associated configuration item</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_custom_field_values_ci" data-action-label="Set Custom Field Value" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Set Custom Field Value</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_custom_field_values_ci" aria-label="Copy invgate_create_custom_field_values_ci"><code className="connector-page-code">invgate\_create\_custom\_field\_values\_ci</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Upserts (set-if-missing, update-if-present) the value of a custom field for a specific configuration item. The composite...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_post_custom_field_values_cis_multiple" data-action-label="Set Multi-Value Custom Field" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Set Multi-Value Custom Field</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_post_custom_field_values_cis_multiple" aria-label="Copy invgate_post_custom_field_values_cis_multiple"><code className="connector-page-code">invgate\_post\_custom\_field\_values\_cis\_multiple</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Sets multiple values on a custom field configured to allow multiple values. ⚠ Prerequisite: the target custom field MUST...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_custom_fields" data-action-label="List Custom Fields" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Custom Fields</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_custom_fields" aria-label="Copy invgate_list_custom_fields"><code className="connector-page-code">invgate\_list\_custom\_fields</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for custom fields settings</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_database_systems" data-action-label="List Database Systems" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Database Systems</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_database_systems" aria-label="Copy invgate_list_database_systems"><code className="connector-page-code">invgate\_list\_database\_systems</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a list of database systems (Database Instances and Databases)</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_database_system" data-action-label="Get Database System" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Database System</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_database_system" aria-label="Copy invgate_get_database_system"><code className="connector-page-code">invgate\_get\_database\_system</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a specific database system by its ID</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves financial information for assets</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_financials_detail" data-action-label="List Financials (Detailed)" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Financials (Detailed)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_financials_detail" aria-label="Copy invgate_list_financials_detail"><code className="connector-page-code">invgate\_list\_financials\_detail</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves detailed financial information for assets</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves financial information for a specific asset</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_update_financial" data-action-label="Update Financial" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Financial</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_update_financial" aria-label="Copy invgate_update_financial"><code className="connector-page-code">invgate\_update\_financial</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates the financial information for a specific asset</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_financial" data-action-label="Patch Financial" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Financial</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_financial" aria-label="Copy invgate_patch_financial"><code className="connector-page-code">invgate\_patch\_financial</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially update the financial information for a specific asset, without impacting the entire resource</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for manufacturers</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific manufacturer identified by its ID</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for persons</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_people_detail" data-action-label="List People (Detailed)" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List People (Detailed)</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_people_detail" aria-label="Copy invgate_list_people_detail"><code className="connector-page-code">invgate\_list\_people\_detail</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves detailed information for people</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific person identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_people" data-action-label="Create Person" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Person</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_people" aria-label="Copy invgate_create_people"><code className="connector-page-code">invgate\_create\_people</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new person</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_update_people" data-action-label="Update Person" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Person</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_update_people" aria-label="Copy invgate_update_people"><code className="connector-page-code">invgate\_update\_people</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replaces or updates the properties for a specific person identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_people" data-action-label="Patch Person" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Person</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_people" aria-label="Copy invgate_patch_people"><code className="connector-page-code">invgate\_patch\_people</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially updates an internal person/employee by ID — including their contact info (email, phone, cellphone). Use this t...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_delete_people" data-action-label="Delete Person" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Person</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_delete_people" aria-label="Copy invgate_delete_people"><code className="connector-page-code">invgate\_delete\_people</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes the specified person identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_purchase_orders" data-action-label="List Purchase Orders" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Purchase Orders</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_purchase_orders" aria-label="Copy invgate_list_purchase_orders"><code className="connector-page-code">invgate\_list\_purchase\_orders</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves purchase orders</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_purchase_order" data-action-label="Get Purchase Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Purchase Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_purchase_order" aria-label="Copy invgate_get_purchase_order"><code className="connector-page-code">invgate\_get\_purchase\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a specific purchase order identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_purchase_order" data-action-label="Create Purchase Order" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Purchase Order</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_purchase_order" aria-label="Copy invgate_create_purchase_order"><code className="connector-page-code">invgate\_create\_purchase\_order</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new purchase order</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List servers</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a server</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_server_remote_desktop_integration" data-action-label="Get Server Remote Desktop Integrations" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Server Remote Desktop Integrations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_server_remote_desktop_integration" aria-label="Copy invgate_get_server_remote_desktop_integration"><code className="connector-page-code">invgate\_get\_server\_remote\_desktop\_integration</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a server's remote desktop integrations</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists tags</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a tag</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_tag" data-action-label="Create Tag" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Tag</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_tag" aria-label="Copy invgate_create_tag"><code className="connector-page-code">invgate\_create\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a tag</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_assign_tag" data-action-label="Assign Tags To CIs" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Assign Tags To CIs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_assign_tag" aria-label="Copy invgate_assign_tag"><code className="connector-page-code">invgate\_assign\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Assigns tags to CIs</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_unassign_tag" data-action-label="Unassign Tags From CIs" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Unassign Tags From CIs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_unassign_tag" aria-label="Copy invgate_unassign_tag"><code className="connector-page-code">invgate\_unassign\_tag</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Unassigns tags to CIs</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_list_vendor_contacts" data-action-label="List Vendor Contacts" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Vendor Contacts</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_list_vendor_contacts" aria-label="Copy invgate_list_vendor_contacts"><code className="connector-page-code">invgate\_list\_vendor\_contacts</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves the external contact persons that belong to a specific VENDOR (requires a vendor\_id). NOT for internal people/...</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a paginated list of vendors. NOTE - there is NO server-side name/company\_name filter; the only query parameter...</div>
      </div>

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

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific vendor identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_get_vendor_contact" data-action-label="Get Vendor Contact" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Vendor Contact</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_get_vendor_contact" aria-label="Copy invgate_get_vendor_contact"><code className="connector-page-code">invgate\_get\_vendor\_contact</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves information for a specific contact from a vendor identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_vendor" data-action-label="Create Vendor" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Vendor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_vendor" aria-label="Copy invgate_create_vendor"><code className="connector-page-code">invgate\_create\_vendor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new vendor</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_create_vendor_contact" data-action-label="Create Vendor Contact" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Vendor Contact</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_create_vendor_contact" aria-label="Copy invgate_create_vendor_contact"><code className="connector-page-code">invgate\_create\_vendor\_contact</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new contact for a vendor</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_update_vendor" data-action-label="Update Vendor" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Vendor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_update_vendor" aria-label="Copy invgate_update_vendor"><code className="connector-page-code">invgate\_update\_vendor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replaces or updates the information for a specific vendor identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_vendor" data-action-label="Patch Vendor" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Vendor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_vendor" aria-label="Copy invgate_patch_vendor"><code className="connector-page-code">invgate\_patch\_vendor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Partially updates the information for a specific vendor identified by its ID, without affecting the entire entity</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_patch_vendor_contact" data-action-label="Patch Vendor Contact" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Patch Vendor Contact</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_patch_vendor_contact" aria-label="Copy invgate_patch_vendor_contact"><code className="connector-page-code">invgate\_patch\_vendor\_contact</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a contact for a vendor, identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_delete_vendor" data-action-label="Delete Vendor" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Vendor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_delete_vendor" aria-label="Copy invgate_delete_vendor"><code className="connector-page-code">invgate\_delete\_vendor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes the specified vendor identified by its ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="invgate_delete_vendor_contact" data-action-label="Delete Vendor Contact" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Vendor Contact</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="invgate_delete_vendor_contact" aria-label="Copy invgate_delete_vendor_contact"><code className="connector-page-code">invgate\_delete\_vendor\_contact</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes a contact for a vendor, identified by its ID</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/invgate/guides/connector-profile/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/invgate/filled/png" horizontal>
        InvGate Asset Management - 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/invgate/guides/link-account/oauth-2-0-client-credentials" icon="https://stackone-logos.com/api/invgate/filled/png" horizontal>
        InvGate Asset Management - 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>
