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

# Google Sheets

> 16 actions available for Google Sheets 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/google-sheets/filled/png" alt="Google Sheets" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

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

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

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0">
    The steps in this guide require Admin or Owner privileges within Google Cloud.

    Guides: [Connector Profile](/connectors/googlesheets/guides/connector-profile/oauth-2-0), [Link Account](/connectors/googlesheets/guides/link-account/oauth-2-0)
  </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="https://www.googleapis.com/auth/spreadsheets" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</span>
          </label>

          <label className="connector-actions-scopes__item">
            <input type="checkbox" value="https://www.googleapis.com/auth/spreadsheets.readonly" data-connector-actions-scope-filter />

            <span>[https://www.googleapis.com/auth/spreadsheets.readonly](https://www.googleapis.com/auth/spreadsheets.readonly)</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>16 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="googlesheets_get_spreadsheet" data-action-label="Get Spreadsheet" data-action-scopes="https://www.googleapis.com/auth/spreadsheets.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Spreadsheet</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_get_spreadsheet" aria-label="Copy googlesheets_get_spreadsheet"><code className="connector-page-code">googlesheets\_get\_spreadsheet</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns the spreadsheet at the given ID. The caller must specify the spreadsheet 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="https://www.googleapis.com/auth/spreadsheets.readonly" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets.readonly](https://www.googleapis.com/auth/spreadsheets.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_create_spreadsheet" data-action-label="Create Spreadsheet" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Spreadsheet</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_create_spreadsheet" aria-label="Copy googlesheets_create_spreadsheet"><code className="connector-page-code">googlesheets\_create\_spreadsheet</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a spreadsheet, returning the newly created spreadsheet.</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_get_spreadsheet_by_data_filter" data-action-label="Get Spreadsheet By Data Filter" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Spreadsheet By Data Filter</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_get_spreadsheet_by_data_filter" aria-label="Copy googlesheets_get_spreadsheet_by_data_filter"><code className="connector-page-code">googlesheets\_get\_spreadsheet\_by\_data\_filter</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from spreadshee...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_get_values" data-action-label="Get Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_get_values" aria-label="Copy googlesheets_get_values"><code className="connector-page-code">googlesheets\_get\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns a range of values from a spreadsheet. The caller must specify the spreadsheet ID and a range.</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="https://www.googleapis.com/auth/spreadsheets.readonly" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets.readonly](https://www.googleapis.com/auth/spreadsheets.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_update_values" data-action-label="Update Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_update_values" aria-label="Copy googlesheets_update_values"><code className="connector-page-code">googlesheets\_update\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a single contiguous range in a spreadsheet. Use Batch Update Values for multiple ranges or better efficiency.</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_update_values" data-action-label="Batch Update Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Update Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_update_values" aria-label="Copy googlesheets_batch_update_values"><code className="connector-page-code">googlesheets\_batch\_update\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Atomically updates one or more ranges. All succeed or fail together. More efficient than separate calls.</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_append_values" data-action-label="Append Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Append Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_append_values" aria-label="Copy googlesheets_append_values"><code className="connector-page-code">googlesheets\_append\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Appends rows after the last row of a detected table. The range specifies where to search for the table, not where data i...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_clear_values" data-action-label="Clear Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Clear Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_clear_values" aria-label="Copy googlesheets_clear_values"><code className="connector-page-code">googlesheets\_clear\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Clears values from a spreadsheet. The caller must specify the spreadsheet ID and range. Only values are cleared; all oth...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_get_values" data-action-label="Batch Get Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets.readonly">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Get Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_get_values" aria-label="Copy googlesheets_batch_get_values"><code className="connector-page-code">googlesheets\_batch\_get\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more rang...</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="https://www.googleapis.com/auth/spreadsheets.readonly" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets.readonly"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets.readonly](https://www.googleapis.com/auth/spreadsheets.readonly)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_get_values_by_data_filter" data-action-label="Batch Get Values By Data Filter" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Get Values By Data Filter</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_get_values_by_data_filter" aria-label="Copy googlesheets_batch_get_values_by_data_filter"><code className="connector-page-code">googlesheets\_batch\_get\_values\_by\_data\_filter</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns one or more ranges of values that match the specified data filters. The caller must specify the spreadsheet ID a...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_clear_values" data-action-label="Batch Clear Values" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Clear Values</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_clear_values" aria-label="Copy googlesheets_batch_clear_values"><code className="connector-page-code">googlesheets\_batch\_clear\_values</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more range...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_clear_values_by_data_filter" data-action-label="Batch Clear Values By Data Filter" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Clear Values By Data Filter</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_clear_values_by_data_filter" aria-label="Copy googlesheets_batch_clear_values_by_data_filter"><code className="connector-page-code">googlesheets\_batch\_clear\_values\_by\_data\_filter</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Clears one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more DataF...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_batch_update" data-action-label="Batch Update Spreadsheet" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Batch Update Spreadsheet</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_batch_update" aria-label="Copy googlesheets_batch_update"><code className="connector-page-code">googlesheets\_batch\_update</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not va...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_get_developer_metadata" data-action-label="Get Developer Metadata" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Developer Metadata</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_get_developer_metadata" aria-label="Copy googlesheets_get_developer_metadata"><code className="connector-page-code">googlesheets\_get\_developer\_metadata</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metad...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_search_developer_metadata" data-action-label="Search Developer Metadata" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search Developer Metadata</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_search_developer_metadata" aria-label="Copy googlesheets_search_developer_metadata"><code className="connector-page-code">googlesheets\_search\_developer\_metadata</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns all developer metadata matching the specified DataFilter. If the provided DataFilter represents a DeveloperMetad...</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</code></button></div>
        </div>
      </div>

      <div className="connector-meta-library-row" data-action-id="googlesheets_copy_sheet" data-action-label="Copy Sheet" data-action-scopes="https://www.googleapis.com/auth/spreadsheets">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Copy Sheet</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="googlesheets_copy_sheet" aria-label="Copy googlesheets_copy_sheet"><code className="connector-page-code">googlesheets\_copy\_sheet</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet.</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="https://www.googleapis.com/auth/spreadsheets" aria-label="Copy scope https://www.googleapis.com/auth/spreadsheets"><code className="connector-page-code">[https://www.googleapis.com/auth/spreadsheets](https://www.googleapis.com/auth/spreadsheets)</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/googlesheets/guides/connector-profile/oauth-2-0" icon="https://stackone-logos.com/api/google-sheets/filled/png" horizontal>
        Google Sheets - OAuth 2.0
      </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/googlesheets/guides/link-account/oauth-2-0" icon="https://stackone-logos.com/api/google-sheets/filled/png" horizontal>
        Google Sheets - OAuth 2.0
      </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>
