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

# Quick Start

> Create your first provider credential and project API key

This guide walks you through the fastest path to set up access: create a provider credential, then create a project key.

```mermaid theme={null}
flowchart LR
    A[Open API Keys] --> B[Create Provider Credential]
    B --> C[Verify Credential Drawer]
    C --> D[Create Project Key]
    D --> E[Validate Expiry + Budget]
```

## Step 1: Open API Keys

1. Sign in to Bud AI Foundry.
2. Open **API Keys** from the left navigation.
3. Confirm you can see **Provider**, **Projects and Cloud Providers** tabs.

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-75.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=e7d3e8c898f91f92c0692f46e3f2f86c" alt="Image" width="1920" height="879" data-path="images/image-75.png" />

## Step 2: Create a Provider Credential

1. In **Provider**, click **Add Credentials**.
2. Choose a provider from the provider list.
3. Click **Next**.
4. Enter:
   * **API key name**
   * Provider-required fields (for example API key, base URL, org/project fields if required)
5. Click **Create**.

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-76.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=5d5d4af803ad0525c05d3ced4db54865" alt="Image" width="1919" height="873" data-path="images/image-76.png" />

<Tip>
  Provider form fields are dynamic and come from the selected provider schema, so fields can differ by provider.
</Tip>

## Step 3: Validate Credential Details

1. Open the created row in **Credential List**.
2. In the drawer, verify secret fields are masked by default.
3. Use the eye icon to reveal values only when necessary.
4. Use copy action to copy individual credential values.

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-77.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=364b288b371f3ca4418e24afa732a2a6" alt="Image" width="1920" height="872" data-path="images/image-77.png" />

## Step 4: Create a Project API Key

1. Switch to the **Projects** tab.
2. Click **Create New Key**.
3. Set:
   * **Credential Name**
   * **Project**
   * **Set Expiry** (`30 days` or `60 days`)
   * **Set Max Budget**
4. Click **Create**.

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-78.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=53917e90b4bc05bd56404c07613baa4c" alt="Image" width="1920" height="874" data-path="images/image-78.png" />

## Step 5: Confirm Governance Fields

Open the new project key row and verify:

* Key is masked by default
* **Project name** is correct
* **Date of Expiry** is correct
* **Max Budget** is applied
* **Last Used** updates once the key is consumed

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-79.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=4807f673eacbcfc9494966ced309211e" alt="Image" width="1920" height="869" data-path="images/image-79.png" />

## Step 6: Connect a Cloud Provider Credential

1. In Cloud **Providers**, click **Connect To Cloud**.
2. Choose a provider from the provider list.
3. Click **Next**.
4. Enter Provider credentials.
5. Click **Create**.

<img src="https://mintcdn.com/budecosystem-b7b14df4/P8d5mw0EPuggtxMQ/images/image-80.png?fit=max&auto=format&n=P8d5mw0EPuggtxMQ&q=85&s=a619f799f397e997a5cc6878ddfb5596" alt="Image" width="1920" height="876" data-path="images/image-80.png" />

## Step 7: Validate Credential Details

1. Open the created row in **Credential List**.
2. In the drawer, verify secret fields are masked by default.

## Next Steps

<CardGroup cols={2}>
  <Card title="API Key Concepts" icon="book" href="/api-keys/api-key-concepts">
    Learn key types and governance design.
  </Card>

  <Card title="Create Your First API Key" icon="graduation-cap" href="/api-keys/creating-first-api-key">
    Follow a full production-ready workflow.
  </Card>

  <Card title="Security Best Practices" icon="shield-halved" href="/api-keys/guides/security-best-practices">
    Apply secure handling and rotation controls.
  </Card>
</CardGroup>
