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

# Fireworks Connection

> Learn how to configure a Fireworks AI connection for Infisical.

[Fireworks AI](https://fireworks.ai/) is an AI inference platform for running and fine-tuning large language models. Infisical supports connecting to Fireworks using an **API Key** and **Account ID**.

## Prerequisites

* A [Fireworks AI](https://fireworks.ai/) account with API access.
* An **API Key** with permissions to create and delete API keys for the target service account.
* Your **Account ID**, which can be found in your Fireworks account settings.

## Create a Fireworks API Key

<Steps>
  <Step title="Navigate to Settings">
    In your [Fireworks AI account](https://app.fireworks.ai/), click **Settings** in the left sidebar.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/settings.png" alt="Fireworks Settings" />
  </Step>

  <Step title="Navigate to API Keys">
    In the Settings sidebar, click **API Keys**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/api-keys-nav.png" alt="Fireworks API Keys Nav" />
  </Step>

  <Step title="Create an API Key">
    Click **+ Create API Key** and select **API Key** from the dropdown.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/create-api-key.png" alt="Fireworks Create API Key" />
  </Step>

  <Step title="Generate and copy your API Key">
    Give the key a name and generate it. Copy the generated API key and store it securely. This value is viewable one time only, you will need it when creating the Infisical connection.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/copy-api-key.png" alt="Fireworks Copy API Key" />
  </Step>

  <Step title="Copy Your Account ID">
    Click the account dropdown in the top-right corner and copy your **Account ID** using the copy button. You will also need this when creating the connection.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/account-id.png" alt="Fireworks Account ID" />
  </Step>
</Steps>

## Setup Fireworks Connection in Infisical

<Steps>
  <Step title="Navigate to App Connections">
    Navigate to the **App Connections** tab in your organization and click **+ Add Connection**. Select the **Fireworks** option.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/select-fireworks.png" alt="Select Fireworks Connection" />
  </Step>

  <Step title="Create the Connection">
    Fill in the connection **Name**, select the **API Key** method, paste the **Account ID** and **API Key** you copied earlier, and click **Connect to Fireworks**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/create-app-connection.png" alt="Create Fireworks Connection" />
  </Step>

  <Step title="Connection Created">
    Your **Fireworks Connection** is now available for use with [Fireworks API Key Secret Rotation](/documentation/platform/secret-rotation/fireworks-api-key).

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/fireworks/created-app-connection.png" alt="Fireworks Connection Created" />
  </Step>
</Steps>
