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

# Cloud

[Bytebase Cloud](https://cloud.bytebase.com/) is a fully managed Database DevSecOps platform. Get started instantly without installing or managing any infrastructure.

## Key Features

* **Instant Setup**: Ready in seconds
* **Fully Managed**: We handle updates, backups, and monitoring
* **Enterprise Ready**: SOC 2 compliant with built-in security
* **Reliable Infrastructure**: Hosted on Google Cloud

## Prerequisites

To connect your databases to Bytebase Cloud, add this IP address to your database firewall:

<Warning>**Required IP address:** `34.27.188.162`</Warning>

<img src="https://mintcdn.com/dbx/PtpNcu3nIgbs9-A7/content/docs/get-started/saas/topology.svg?fit=max&auto=format&n=PtpNcu3nIgbs9-A7&q=85&s=b6ce3546129c9cda1743618f1229eba6" alt="topology" width="840" height="240" data-path="content/docs/get-started/saas/topology.svg" />

## Create Your Workspace

### Step 1: Sign In

Go to [cloud.bytebase.com](https://cloud.bytebase.com/) and sign in with Google, Microsoft, GitHub, Email.

### Step 2: Create Workspace

Click **Create workspace**. You get one workspace per account.

### Step 3: Access Your Workspace

Your workspace is usually ready in seconds. You'll be redirected automatically.

If it takes longer, check your email for:

* Workspace URL
* Login credentials

## Add Your Team

### Add Members

Only admins can add new members:

1. Go to **Settings** → **Members**
2. Click **Add Member**
3. Enter their email and choose a role

### Set Up Passwords

After adding someone:

1. Click their name
2. Click **Set Password**
3. Create a temporary password
4. Send it to them securely

## Next Steps

<CardGroup cols={2}>
  <Card title="Connect Database" icon="database" href="/get-started/instance">
    Add database instance
  </Card>

  <Card title="Create Project" icon="folder" href="/get-started/step-by-step/create-a-project">
    Organize databases
  </Card>

  <Card title="Set Permissions" icon="shield" href="/administration/roles">
    Configure access control
  </Card>

  <Card title="Enable GitOps" icon="git-branch" href="/gitops/overview">
    Connect VCS (GitHub, GitLab)
  </Card>
</CardGroup>

## Need Help?

<AccordionGroup>
  <Accordion title="Can't access workspace">
    * Check your workspace URL is correct - Clear browser cache - Try incognito mode
  </Accordion>

  {' '}

  <Accordion title="Forgot password">
    Reset it at [cloud.bytebase.com](https://cloud.bytebase.com)
  </Accordion>

  <Accordion title="Database won't connect">
    Check that you've added the required IP address to your database firewall (see Prerequisites
    above)
  </Accordion>
</AccordionGroup>
