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

# GoEthena

> How to set up the GoEthena connector, plus the actions that are available.

<div className="connector-page-header">
  <img src="https://stackone-logos.com/api/goethena/filled/svg" alt="GoEthena" className="connector-page-icon" />

  <div className="connector-page-changelog">
    <div className="connector-page-version"><span className="connector-page-tag-beta connector-page-stage-tag">Beta</span><span>v1.0.0</span></div>
  </div>

  <div className="connector-page-header-meta">
    <div className="connector-page-subtitle"><a href="#actions">11 actions</a> · 1 auth method</div>

    <div className="connector-page-category-tags">
      <span className="connector-page-category-tag">LMS</span>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See [Organizations & Projects](/gateway/concepts/organizations-and-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a Connector Profile in your project. See [Setup Connector Profile](/gateway/quickstart#setup-connector-profile).

    <Columns cols={2}>
      <Card title="Connector Profile · API Key" href="/connectors/goethena/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/goethena/filled/svg" horizontal>
        HTTP Basic Authentication using a username and API key provisioned by your Ethena sales representative.
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Link an account [from the dashboard](/connect/managing-connectors/linking-accounts#link-from-the-dashboard) (or via [StackOne Hub](/embed/account-linking/overview)).

    See the guide for the authentication type chosen in the Connector Profile:

    <Columns cols={2}>
      <Card title="Link Account · API Key" href="/connectors/goethena/guides/link-account/api-key" icon="https://stackone-logos.com/api/goethena/filled/svg" horizontal />
    </Columns>
  </Step>

  <Step title="Use Actions">
    Connect an AI platform to the linked account's actions. See [AI Platforms](/connect/ai-platforms/overview).

    Other ways to call actions are listed in [Protocols & SDKs](/connect/protocols-and-sdks).
  </Step>
</Steps>

## Actions

<div className="connector-meta-library-section">
  <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>11 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid">
      <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="goethena_list_learners" data-action-label="List Learners" 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>List Learners</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_list_learners" aria-label="Copy goethena_list_learners"><code className="connector-page-code">goethena\_list\_learners</code></button></div>
        </div>

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

      <div className="connector-meta-library-row" data-action-id="goethena_get_learner" data-action-label="Get Learner" 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>Get Learner</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_get_learner" aria-label="Copy goethena_get_learner"><code className="connector-page-code">goethena\_get\_learner</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a learner by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_create_learner" data-action-label="Create Learner" 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>Create Learner</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_create_learner" aria-label="Copy goethena_create_learner"><code className="connector-page-code">goethena\_create\_learner</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a new learner</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_update_learner" data-action-label="Update Learner" 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>Update Learner</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_update_learner" aria-label="Copy goethena_update_learner"><code className="connector-page-code">goethena\_update\_learner</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Update a learner by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_delete_learner" data-action-label="Delete Learner" 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>Delete Learner</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_delete_learner" aria-label="Copy goethena_delete_learner"><code className="connector-page-code">goethena\_delete\_learner</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete a learner by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_list_training_campaigns" data-action-label="List Training Campaigns" 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>List Training Campaigns</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_list_training_campaigns" aria-label="Copy goethena_list_training_campaigns"><code className="connector-page-code">goethena\_list\_training\_campaigns</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List all training campaigns</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_get_training_campaign" data-action-label="Get Training Campaign" 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>Get Training Campaign</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_get_training_campaign" aria-label="Copy goethena_get_training_campaign"><code className="connector-page-code">goethena\_get\_training\_campaign</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a training campaign by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_list_learner_training_campaigns" data-action-label="List Learner Training Campaigns" 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>List Learner Training Campaigns</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_list_learner_training_campaigns" aria-label="Copy goethena_list_learner_training_campaigns"><code className="connector-page-code">goethena\_list\_learner\_training\_campaigns</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List learner training campaign enrollments</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_get_learner_training_campaign" data-action-label="Get Learner Training Campaign" 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>Get Learner Training Campaign</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_get_learner_training_campaign" aria-label="Copy goethena_get_learner_training_campaign"><code className="connector-page-code">goethena\_get\_learner\_training\_campaign</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a learner training campaign by ID</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_list_learner_training_modules" data-action-label="List Learner Training Modules" 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>List Learner Training Modules</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_list_learner_training_modules" aria-label="Copy goethena_list_learner_training_modules"><code className="connector-page-code">goethena\_list\_learner\_training\_modules</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">List learner training modules</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="goethena_get_learner_training_module" data-action-label="Get Learner Training Module" 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>Get Learner Training Module</div>
          <div className="connector-meta-library-item-sub"><button type="button" className="connector-page-code-button" data-copy="goethena_get_learner_training_module" aria-label="Copy goethena_get_learner_training_module"><code className="connector-page-code">goethena\_get\_learner\_training\_module</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a learner training module by ID</div>
      </div>
    </div>
  </div>
</div>
