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

# Credential Management

Bring your own API keys to the Airia platform by creating and managing credentials. You can set them up directly in your model configuration or manage them centrally through the Credentials section within Settings.

<Steps>
  <Step title="Go to Settings > Credentials">
    Navigate to the Settings section and select Credentials.
  </Step>

  <Step title="Click Add Credentials">
    Click the **Add Credentials** button to start creating a new credential.
  </Step>

  <Step title="Enter a name for your credential">
    Provide a descriptive name that will help you identify this credential later.
  </Step>

  <Step title="Select the type">
    Choose the appropriate credential type from the dropdown (e.g., OpenAI, Azure, Microsoft etc.).
  </Step>

  <Step title="Paste in your API key">
    Enter your API key in the designated field.
  </Step>

  <Step title="Select a Scope">
    Choose the appropriate scope for your credential.
  </Step>

  <Step title="Click Create">
    Click the **Create** button to save your new credential.
  </Step>
</Steps>

## Editing a Credential

<Steps>
  <Step title="Go to Settings > Credentials">
    Navigate to the Settings section and select Credentials.
  </Step>

  <Step title="Access the credential menu">
    Click the three-dot menu on the credential you want to update, then select **See Credential**.
  </Step>

  <Step title="Edit the credential details">
    Make changes to the name or API key as needed.
  </Step>

  <Step title="Save your changes">
    Click **Submit** to save your changes.
  </Step>
</Steps>
