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

# Exa

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

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Exa</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>35 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' }}>Developer Tools</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="API Key">
    API key authentication. Exa accepts the key as a Bearer token in the Authorization header on every request.

    Guides: [Connector Profile](/connectors/exa/guides/connector-profile/api-key), [Link Account](/connectors/exa/guides/link-account/api-key)
  </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>35 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="exa_answer" data-action-label="Generate Answer" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Generate Answer</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_answer" aria-label="Copy exa_answer"><code className="connector-page-code">exa\_answer</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Performs a search based on the query and generates either a direct answer or a detailed summary with citations, dependin...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_contents" data-action-label="Get Contents" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Contents</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_contents" aria-label="Copy exa_get_contents"><code className="connector-page-code">exa\_get\_contents</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve cleaned page contents (text, highlights, and/or summary) for one or more URLs or Exa result IDs.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_events" data-action-label="List Events" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Events</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_events" aria-label="Copy exa_list_events"><code className="connector-page-code">exa\_list\_events</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List all events that have occurred in the system. You can paginate through the results using the `cursor` parameter.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_event" data-action-label="Get Event" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Event</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_event" aria-label="Copy exa_get_event"><code className="connector-page-code">exa\_get\_event</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Get a single Event by id. You can subscribe to Events by creating a Webhook.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_imports" data-action-label="List Imports" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Imports</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_imports" aria-label="Copy exa_list_imports"><code className="connector-page-code">exa\_list\_imports</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all imports for the Webset.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_import" data-action-label="Get Import" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Import</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_import" aria-label="Copy exa_get_import"><code className="connector-page-code">exa\_get\_import</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single Websets Import by its ID, including its status and configuration.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_create_import" data-action-label="Create Import" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Import</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_create_import" aria-label="Copy exa_create_import"><code className="connector-page-code">exa\_create\_import</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an Import to upload external data into Websets for enrichment, search, or exclusion.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_update_import" data-action-label="Update Import" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Import</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_update_import" aria-label="Copy exa_update_import"><code className="connector-page-code">exa\_update\_import</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a import configuration.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_delete_import" data-action-label="Delete Import" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Import</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_delete_import" aria-label="Copy exa_delete_import"><code className="connector-page-code">exa\_delete\_import</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a Websets Import by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_monitor_runs" data-action-label="List Monitor Runs" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Monitor Runs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_monitor_runs" aria-label="Copy exa_list_monitor_runs"><code className="connector-page-code">exa\_list\_monitor\_runs</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all runs for the Monitor.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_monitor_run" data-action-label="Get Monitor Run" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Monitor Run</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_monitor_run" aria-label="Copy exa_get_monitor_run"><code className="connector-page-code">exa\_get\_monitor\_run</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Gets a specific monitor run.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_monitors" data-action-label="List Monitors" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Monitors</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_monitors" aria-label="Copy exa_list_monitors"><code className="connector-page-code">exa\_list\_monitors</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all monitors for the Webset.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_monitor" data-action-label="Get Monitor" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Monitor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_monitor" aria-label="Copy exa_get_monitor"><code className="connector-page-code">exa\_get\_monitor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single Websets Monitor by its ID, including its schedule and behavior.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_create_monitor" data-action-label="Create Monitor" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Monitor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_create_monitor" aria-label="Copy exa_create_monitor"><code className="connector-page-code">exa\_create\_monitor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a Monitor that re-runs a Webset search on a schedule to keep the Webset updated with fresh items.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_update_monitor" data-action-label="Update Monitor" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Monitor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_update_monitor" aria-label="Copy exa_update_monitor"><code className="connector-page-code">exa\_update\_monitor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a monitor configuration.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_delete_monitor" data-action-label="Delete Monitor" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Monitor</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_delete_monitor" aria-label="Copy exa_delete_monitor"><code className="connector-page-code">exa\_delete\_monitor</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently delete a Websets Monitor by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_search" data-action-label="Search" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Search</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_search" aria-label="Copy exa_search"><code className="connector-page-code">exa\_search</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Perform a search with an Exa prompt-engineered query and retrieve a list of relevant results. Optionally get contents.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_webset_enrichment" data-action-label="Get Webset Enrichment" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Webset Enrichment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_webset_enrichment" aria-label="Copy exa_get_webset_enrichment"><code className="connector-page-code">exa\_get\_webset\_enrichment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single enrichment on a Webset by the Webset ID and enrichment ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_create_webset_enrichment" data-action-label="Create Webset Enrichment" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Webset Enrichment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_create_webset_enrichment" aria-label="Copy exa_create_webset_enrichment"><code className="connector-page-code">exa\_create\_webset\_enrichment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create an Enrichment for a Webset.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_update_webset_enrichment" data-action-label="Update Webset Enrichment" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Webset Enrichment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_update_webset_enrichment" aria-label="Copy exa_update_webset_enrichment"><code className="connector-page-code">exa\_update\_webset\_enrichment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update an Enrichment configuration for a Webset.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_delete_webset_enrichment" data-action-label="Delete Webset Enrichment" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webset Enrichment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_delete_webset_enrichment" aria-label="Copy exa_delete_webset_enrichment"><code className="connector-page-code">exa\_delete\_webset\_enrichment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">When deleting an Enrichment, any running enrichments will be canceled and all existing `enrichment_result` generated by...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_cancel_webset_enrichment" data-action-label="Cancel Webset Enrichment" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Cancel Webset Enrichment</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_cancel_webset_enrichment" aria-label="Copy exa_cancel_webset_enrichment"><code className="connector-page-code">exa\_cancel\_webset\_enrichment</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">All running enrichments will be canceled. You can not resume an Enrichment after it has been canceled.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_webset_items" data-action-label="List Webset Items" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Webset Items</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_webset_items" aria-label="Copy exa_list_webset_items"><code className="connector-page-code">exa\_list\_webset\_items</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns a list of Webset Items. You can paginate through the Items using the `cursor` parameter.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_webset_item" data-action-label="Get Webset Item" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Webset Item</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_webset_item" aria-label="Copy exa_get_webset_item"><code className="connector-page-code">exa\_get\_webset\_item</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single item within a Webset by the Webset ID and item ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_delete_webset_item" data-action-label="Delete Webset Item" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webset Item</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_delete_webset_item" aria-label="Copy exa_delete_webset_item"><code className="connector-page-code">exa\_delete\_webset\_item</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes an Item from the Webset. This will cancel any enrichment process for it.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_webset_search" data-action-label="Get Webset Search" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Webset Search</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_webset_search" aria-label="Copy exa_get_webset_search"><code className="connector-page-code">exa\_get\_webset\_search</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single search on a Webset by the Webset ID and search ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_create_webset_search" data-action-label="Create Webset Search" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Webset Search</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_create_webset_search" aria-label="Copy exa_create_webset_search"><code className="connector-page-code">exa\_create\_webset\_search</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new Search for the Webset. The default behavior is to reuse the previous Search results and evaluate them agai...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_cancel_webset_search" data-action-label="Cancel Webset Search" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Cancel Webset Search</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_cancel_webset_search" aria-label="Copy exa_cancel_webset_search"><code className="connector-page-code">exa\_cancel\_webset\_search</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Cancels a currently running Search. You can cancel all searches at once by using the `websets/:webset/cancel` endpoint.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_list_websets" data-action-label="List Websets" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Websets</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_list_websets" aria-label="Copy exa_list_websets"><code className="connector-page-code">exa\_list\_websets</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Returns a list of Websets. You can paginate through the results using the `cursor` parameter.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_get_webset" data-action-label="Get Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_get_webset" aria-label="Copy exa_get_webset"><code className="connector-page-code">exa\_get\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a single Webset by its ID, optionally expanding its items.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_create_webset" data-action-label="Create Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_create_webset" aria-label="Copy exa_create_webset"><code className="connector-page-code">exa\_create\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new Webset with optional search, import, and enrichment configurations. The Webset will automatically begin pr...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_update_webset" data-action-label="Update Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_update_webset" aria-label="Copy exa_update_webset"><code className="connector-page-code">exa\_update\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update the metadata of an existing Webset identified by its ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_delete_webset" data-action-label="Delete Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_delete_webset" aria-label="Copy exa_delete_webset"><code className="connector-page-code">exa\_delete\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Deletes a Webset. Once deleted, the Webset and all its Items will no longer be available.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_cancel_webset" data-action-label="Cancel Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Cancel Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_cancel_webset" aria-label="Copy exa_cancel_webset"><code className="connector-page-code">exa\_cancel\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Cancels all operations being performed on a Webset. Any enrichment or search will be stopped and the Webset will be mark...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="exa_preview_webset" data-action-label="Preview Webset" data-action-scopes="" data-action-auth="API Key" data-action-auth-scopes="{&#x22;API Key&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Preview Webset</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="exa_preview_webset" aria-label="Copy exa_preview_webset"><code className="connector-page-code">exa\_preview\_webset</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Preview how a search query will be decomposed before creating a webset. This endpoint performs the same query analysis t...</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/exa/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/exa/filled/png" horizontal>
        Exa - API Key
      </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/exa/guides/link-account/api-key" icon="https://stackone-logos.com/api/exa/filled/png" horizontal>
        Exa - API Key
      </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>
