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

# Quick Start

1. [**Sign up**](http://llm-ops.cloudidr.com/signup) with your **company name**.
   * This is a unique company name that cannot be changed later.
   * If you are creating the account first time for the company, you will be the **Owner (super user).**
   * Owner can [invite ](/guides/llm-ops/team-members)team members after logging into the application.
     <Frame>
       <img src="https://mintcdn.com/cloudidr/HTYH0tjfPc8pFeUw/images/Screenshot-2026-04-10-at-21.33.32-1.png?fit=max&auto=format&n=HTYH0tjfPc8pFeUw&q=85&s=de9d30f4a010b4baf9aa472f44e0fa65" alt="Screenshot 2026 04 10 At 21 33 32" width="440" height="795" data-path="images/Screenshot-2026-04-10-at-21.33.32-1.png" />
     </Frame>
2. After you have logged in, you will see an empty dashboard (as you have not executed any API calls with cloudidr API key). You can locate your Cloudidr [API Key](/guides/llm-ops/api-keys) from left side panel For new users, API Key is also shown at the top of the page under **Get Started in 3 steps.**

<Frame>
  <img src="https://mintcdn.com/cloudidr/HTYH0tjfPc8pFeUw/images/Screenshot-2026-04-10-at-22.08.19.png?fit=max&auto=format&n=HTYH0tjfPc8pFeUw&q=85&s=bc4e9ee58a60f21ce22c4b20f732a80b" alt="Screenshot 2026 04 10 At 22 08 19" width="2796" height="1902" data-path="images/Screenshot-2026-04-10-at-22.08.19.png" />
</Frame>

3. Use **Get Started in 3 steps** to execute prompts. You have 2 ways to run your requests. As soon as you send the request it will be logged in the dashboard.
   1. The easiest way to send a request is to use [Playground](/try-model).
   2. Alternatively, you can use your linux terminal or code to send the request.
      * As shown in previous image, first **copy** the Cloudidr API Key
      * Second, click **View steps** to open a **Setup Guide** modal as shown below on how to integrate your Cloudidr API key with your application (alternatively you can use curl as well as shown in next bullet below). You will need to modify **base\_url** and insert **X-Cloudidr-Key**.
        > NOTE: you will need to enter your Provider API Key where it shows (YOUR\_ANTHROPIC\_KEY). Cloudidr never touches nor store your provider key.
        >
        > NOTE: see also [Code Integration ](/guides/get-started/introduction)
        <Frame>
          <img src="https://mintcdn.com/cloudidr/HTYH0tjfPc8pFeUw/images/image.png?fit=max&auto=format&n=HTYH0tjfPc8pFeUw&q=85&s=44e8e9c8347390eae8164ea3e94de1b6" alt="Image" width="1408" height="768" data-path="images/image.png" />
        </Frame>
      * Curl is a quick way to execute the API call with Cloudidr API Key from your terminal
        <Frame>
          <img src="https://mintcdn.com/cloudidr/HTYH0tjfPc8pFeUw/images/image-1.png?fit=max&auto=format&n=HTYH0tjfPc8pFeUw&q=85&s=bc48c2c43f9719f304c2154dcbf07aff" alt="Image" width="1482" height="564" data-path="images/image-1.png" />
        </Frame>
4. After you execute the LLM call, your **Usage Overview** in dashboard will updated and the Get Started ribbon will disappear.

<Frame>
  <img src="https://mintcdn.com/cloudidr/HTYH0tjfPc8pFeUw/images/image-3.png?fit=max&auto=format&n=HTYH0tjfPc8pFeUw&q=85&s=86946c0a283da38a03263d8a360b5ef6" alt="Image" width="3064" height="1818" data-path="images/image-3.png" />
</Frame>
