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

# SaaS Cloud

> Getting started on HoneyHive's multi-tenant SaaS cloud.

HoneyHive's SaaS Cloud is our self-serve product that runs on a multi-tenant SaaS cloud managed by us.

We are SOC-2, GDPR, ISO 27001, and HIPAA compliant. We follow industry standards for security and privacy for tenant isolation.

<Note>
  Please refer to our [trust center](https://app.drata.com/trust/9cc7ede3-0c38-11ee-865f-029d78a187d9) for latest compliance certifications and updates.
</Note>

### Getting Started

Start by logging into HoneyHive.

**Expected time**: 5 minutes

**Steps**

<Steps>
  <Step title="Open our application">
    [Application link here](https://app.us.honeyhive.ai/).
  </Step>

  <Step title="Login using your preferred SSO provider">
    If you use a different identity provider, you can create an account manually with your email & password.
  </Step>

  <Step title="Complete our platform onboarding flow">
    You will be prompted to share some basic information about your organization and your role.
  </Step>
</Steps>

Congratulations, your account is now set up and you can start using HoneyHive!

### Create a project

Everything in HoneyHive is organized by projects. A project is a workspace to develop, test & monitor a specific AI application.

**Expected time**: 1-2 mins

**Steps**

1. Navigate to [the projects page](https://app.us.honeyhive.ai/)
2. Follow the steps as shown below

<div style={{ position: 'relative', paddingBottom: 'calc(57.25% + 42px)', height: '0' }}>
  <iframe src="https://app.supademo.com/embed/DvbLHmESmhx0tmHpjqaDS" allow="clipboard-write" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen style={{ position: 'absolute', top: '0', left: '0', width: '100%', height: '100%' }} />
</div>

Congratulations, you have created your first project in HoneyHive.

You can now start logging data, running evaluations, and much more.

### Get your API Key

Your API key allows you to authenticate the SDK and log data in HoneyHive.

**Expected Time**: \< 1 minute

**Steps**:

* Click on the organization name in the top right corner of the screen
* Click `Copy API Key` from the dropdown

<Frame>
  <img src="https://mintcdn.com/honeyhiveai/qmpHooEVX6j-ieIE/images/api-key.jpg?fit=max&auto=format&n=qmpHooEVX6j-ieIE&q=85&s=c23f57aeed649410961627e1e3ce1ed2" width="602" height="460" data-path="images/api-key.jpg" />
</Frame>

Now your HoneyHive API key is copied to clipboard, feel free to use it to authenticate with our APIs & SDKs.

### Install the HoneyHive SDK

To use HoneyHive, you will need to install the HoneyHive package. We currently support SDKs in Python and Typescript.

<CodeGroup>
  ```python Python theme={null}
  pip install honeyhive
  ```

  ```javascript Typescript theme={null}
  npm install honeyhive
  ```
</CodeGroup>

### Next steps

<CardGroup>
  <Card title="Invite teammates" icon="user-plus" href="/workspace/inviting-teammates">
    How to invite your teammates to HoneyHive.
  </Card>

  <Card title="Log your requests" icon="rectangle-terminal" href="/introduction/quickstart">
    How to log your data in HoneyHive.
  </Card>
</CardGroup>
