# Organization Registration

To start using the HEMS API, you must first register your organization with our team. This process ensures a secure setup and provisions your unique credentials.

## How to Register

To create an organization account:

1. **Contact Us**: Email our support team at [hello@obelisk.eco](mailto:hello@obelisk.eco) with your organization details.
2. **Onboarding**: We will verify your entity and set up your account.


## What You Receive

Once your account is provisioned, you will receive an email with a temporary password. Visit the [HEMS Dashboard](https://admin-hems.obeliskapp.com/) and log in using your email and temporary password — you will be prompted to set a permanent password on first login.

From the Dashboard, navigate to your settings to generate your API credentials:

1. **`client_id`**: Your public identifier. Safe to share within your team.
2. **`client_secret`**: Your private signing key. **Keep this absolutely secret.** It is required to generate access tokens.


## Next Steps

Once you have received your credentials from the Dashboard, proceed to the **[Authentication Guide](/pages/authentication)** to learn how to generate your bearer tokens for API access.