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

# Getting your API Key

> Learn how to get API key for BugByBug SDKs

### Step 1: Create an Organization

Click the *Organizations* on the sidebar and then select *Create an organization*.
You should be prompted to add a name and website URL and then click *Save* to save your changes.

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/LwH3cDD9pRSnoP4O/images/create-org-light.png?fit=max&auto=format&n=LwH3cDD9pRSnoP4O&q=85&s=0c781e5215bc02e70e13b8e6d2dc85bd" alt="Light mode interface" width="2784" height="1506" data-path="images/create-org-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/create-org-dark.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=a33a05aba13bf478c3415320adffd123" alt="Dark mode interface" width="2844" height="1652" data-path="images/create-org-dark.png" />

Once that is done, you should see your newly created organization and the URL defined on your Organizations.

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/save-org-light.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=4adaaa85c2ef327b863bdbdd0a3a15f9" alt="Light mode interface" width="2836" height="1600" data-path="images/save-org-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/save-org-dark.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=a0549648cd5902b29daa741757407ffe" alt="Dark mode interface" width="2850" height="1622" data-path="images/save-org-dark.png" />

### Step 2: Add a Project to the Organization

Head over to the *Projects* section and click on *Add a Project*.
You would be asked to select an organization and to give the project a name.

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/add-proj-light.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=a8892b1a58ba4783182eb76a8ca6edb0" alt="Light mode interface" width="2194" height="1482" data-path="images/add-proj-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/add-proj-dark.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=0ad4c349de7a203799438e45c9027f74" alt="Dark mode interface" width="2760" height="1470" data-path="images/add-proj-dark.png" />

<Tip>This project will be added under your organization, that's why the organization was created before adding a project. </Tip>

And voila!🎉
You have created a project and you can see your API Key which will be used for interacting with the SDKs.

<img className="block dark:hidden" src="https://mintcdn.com/bugbybug-7db4488c/oU-wWfWXEjJa0Htn/images/api-key-light.png?fit=max&auto=format&n=oU-wWfWXEjJa0Htn&q=85&s=dab0e897e0c23fe2e671e6d694760df3" alt="Light mode interface" width="2300" height="1068" data-path="images/api-key-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bugbybug-7db4488c/46Fg5pKoljJDrnbq/images/api-key.png?fit=max&auto=format&n=46Fg5pKoljJDrnbq&q=85&s=a9e8ca2afd629959ee796624195593e5" alt="Dark mode interface" width="2336" height="1340" data-path="images/api-key.png" />

<Note>For now, users can only have one organization and two projects.
As we keep building, we hope to expand this to accomdate more projects and organizations per user. </Note>
