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

# Create Trial for Enterprise Cloud

> This guide explains how to set up a 30-day trial for GitHub Enterprise Cloud, including account verification and organization association.

Kick off your journey with GitHub Enterprise Cloud by starting a 30-day free trial. In this guide, we’ll cover:

1. How to sign up for an Enterprise trial.
2. Verifying your account.
3. Creating and confirming your new enterprise.
4. Inviting and associating an existing organization.
5. Verifying that association.
6. Next steps for enterprise-wide policies.

By the end, you’ll have a fully functional GitHub Enterprise Cloud environment ready for Action policies and advanced security controls. For more on enterprise features, see [GitHub Enterprise Cloud docs](https://docs.github.com/en/enterprise-cloud).

***

## 1. Navigate to the Enterprise Cloud Trial Signup

1. From your GitHub dashboard, click **Your profile → Your organizations**.
2. Switch to the **Enterprises** tab. If you don’t have one yet, you’ll see a **Start trial** button.
3. Click **Start trial** to open the setup form.

<Frame>
  ![The image shows a GitHub page for setting up an Enterprise Cloud account, with fields for enterprise name, URL slug, industry, and number of employees. It offers a 30-day free trial for the Enterprise Cloud service.](https://kodekloud.com/kk-media/image/upload/v1752876221/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-enterprise-cloud-account-setup.jpg)
</Frame>

Fill in the details on the form:

* **Enterprise name**: e.g., `KodeKloud Training Enterprise`
* **URL slug**: auto-generated or customize to match your brand
* **Industry**: Select **Software & Internet**
* **Number of employees**: Enter your estimate

<Callout icon="lightbulb" color="#1CB2FE">
  You can add an existing organization now or skip and invite one later.
</Callout>

***

## 2. Complete Account Verification

1. Select your country and proceed with verification.
2. Read and accept the terms and conditions.
3. Complete the verification task (e.g., rotating a 3D object) and submit.

<Frame>
  ![The image shows a GitHub account verification page with a task to rotate a 3D object to match the angle of a hand. There are options to submit, restart, and adjust settings below the task.](https://kodekloud.com/kk-media/image/upload/v1752876222/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-verification-3d-object-task.jpg)
</Frame>

<Callout icon="triangle-alert" color="#FF6B6B">
  If verification fails, you won’t be able to create the enterprise until you complete the task.
</Callout>

Once verified, click **Create enterprise**.

***

## 3. Confirm Your New Enterprise

After creation, you’ll land on your enterprise dashboard showing a 30-day trial and an overview of available features. Some settings may be limited until full activation.

<Frame>
  ![The image shows a GitHub Enterprise account setup page with options for setting up an enterprise, including creating an overview README, inviting owners, creating an organization, and enabling SSO. The sidebar includes navigation options like Overview, Organizations, and Settings.](https://kodekloud.com/kk-media/image/upload/v1752876223/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-enterprise-account-setup-page.jpg)
</Frame>

Head to **Policies → Actions** to preview enterprise-wide Actions controls (we’ll configure these later).

***

## 4. Invite an Organization to Join

To enforce policies, associate at least one organization:

1. In the enterprise sidebar, select **Organizations**.
2. Click **Invite organization**, enter your org’s name (for example, `kodekloud-training-organization`), and send the invite.

<Frame>
  ![The image shows a GitHub interface for inviting an existing organization, with an organization name field and an "Invite organization" button.](https://kodekloud.com/kk-media/image/upload/v1752876224/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-invite-organization-interface.jpg)
</Frame>

***

## 5. Accept and Approve the Invite

1. The organization’s admin receives an invitation.
2. They navigate to their org and **Approve** the join request.

<Frame>
  ![The image shows a GitHub Enterprise interface where an invitation has been sent to an organization named "kodekloud-training-organization" to join "kodekloud-training-enterprise." The invitation is pending acceptance.](https://kodekloud.com/kk-media/image/upload/v1752876225/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-enterprise-invitation-pending.jpg)
</Frame>

3. Back in the enterprise console, approve the organization’s transfer of ownership.

<Frame>
  ![The image shows a GitHub interface with a pop-up window for approving the transfer of ownership from "kodekloud-training-organization" to "kodekloud-training-enterprise."](https://kodekloud.com/kk-media/image/upload/v1752876226/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-transfer-ownership-popup-interface.jpg)
</Frame>

<Callout icon="triangle-alert" color="#FF6B6B">
  Ownership transfer is required to allocate your enterprise license. Ensure you trust the organization’s administrator before approving.
</Callout>

***

## 6. Verify the Organization Association

After approvals, refresh the page to confirm:

* Your enterprise **Organizations** list now includes the new org.
* The organization’s **Overview** indicates it’s part of your enterprise trial.

<Frame>
  ![The image shows a GitHub organization page for "kodekloud-training-organization," displaying an overview with options to invite members and customize permissions. It also mentions a 30-day trial period.](https://kodekloud.com/kk-media/image/upload/v1752876227/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-organization-kodekloud-overview.jpg)
</Frame>

***

## 7. Next Steps and Policy Configuration

You’ve successfully created a GitHub Enterprise Cloud trial and associated an organization. Next, enforce enterprise policies and secure your workflows:

| Policy Category | Purpose                                                          | Documentation                                                                                                                                |
| --------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Actions         | Control GitHub Actions usage and permissions across repositories | [Configure GitHub Actions Policies](https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-github-actions) |
| SSO             | Enforce SAML single sign-on for all members                      | [Manage SAML SSO](https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-saml-single-sign-on)                      |
| Repository      | Restrict repository creation and manage base permissions         | [Enforce Repository Policies](https://docs.github.com/en/enterprise-cloud@latest/admin/policies/repository-policies)                         |

<Frame>
  ![The image shows a GitHub settings page for "kodekloud-training-enterprise," focusing on repository policies, including base permissions and repository creation options. The sidebar includes navigation links for various settings and features.](https://kodekloud.com/kk-media/image/upload/v1752876229/notes-assets/images/GitHub-Actions-Certification-Create-Trial-for-Enterprise-Cloud/github-settings-kodekloud-repo-policies.jpg)
</Frame>

Ready to dive deeper? Check out our [Enterprise Security](/enterprise/security) and [Compliance workflows](/enterprise/compliance) guides next.

***

## References

* [GitHub Enterprise Cloud Documentation](https://docs.github.com/en/enterprise-cloud)
* [GitHub Actions Policies](https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-github-actions)
* [GitHub SAML SSO](https://docs.github.com/en/enterprise-cloud@latest/admin/authentication/managing-saml-single-sign-on)
* [GitHub Repository Policies](https://docs.github.com/en/enterprise-cloud@latest/admin/policies/repository-policies)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/github-actions-certification/module/9b181319-216b-42b5-8069-9d56650f2d53/lesson/a54d4990-0572-485f-874e-6289372082a4" />
</CardGroup>
