Files
calendar/docs/self-hosting/apps/install-apps/daily.mdx
T
da55306a5a chore: add dev docs on mintlify (#16935)
* --init

* progress...

* add more docs

* bunch of changes and added back platform

* development guides added

* more guides in develop with cal

* self hosted WIP

* deployments

* fix deployment steps

* self-hosted guides

* ..

* Removed the development only sections

* Removed 'with Cal.com'

* use steps component for steps

---------

Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2024-10-08 02:32:16 -03:00

23 lines
894 B
Plaintext

---
title: "Daily"
---
#### Obtaining Daily API Credentials
<Steps>
<Step title="Open Daily and sign into your account">
Go to [Daily](https://www.daily.co/) and sign into your account.
</Step>
<Step title="Navigate to the Developers tab">
From within your dashboard, go to the [developers](https://dashboard.daily.co/developers) tab.
</Step>
<Step title="Copy your API key">
Copy the API key provided in the developers tab.
</Step>
<Step title="Paste the API key into the .env file">
Now paste the API key into the `DAILY_API_KEY` field in your `.env` file.
</Step>
<Step title="Set the DAILY_SCALE_PLAN variable (optional)">
If you have the [Daily Scale Plan](https://www.daily.co/pricing), set the `DAILY_SCALE_PLAN` variable to `true` in the `.env` file to use features like video recording.
</Step>
</Steps>