Loading...

How to Manage Your Bluehost API Keys

API keys enable your applications to securely connect to the Bluehost LLM Gateway and access AI models such as GPT, Claude, Gemini, and Grok. This article explains how to generate a new API key, find your Gateway endpoint, and integrate the key with your application's SDK. You'll also learn how to view your current keys and safely remove any that are no longer needed.

How to Manage API Keys in Your Bluehost Portal

API keys provide secure access to AI models through the Bluehost LLM Gateway. Once credits have been added to your account, you can create, use, and delete API keys from the AI Tooling dashboard in your Bluehost Portal.

Create an API Key

Follow these steps to generate a new API key and obtain your Gateway endpoint for your applications.

  1. Log in to your Bluehost Portal.
  2. In the left-hand menu, click the Hosting tab.

    Bluehost Portal - Hosting Tab

  3. On the hosting details page, click the AI Tooling button.

    Bluehost Portal - Hosting Tab- AI Tooling

  4. From the AI Tooling page, select Manage API Keys.

    Bluehost Portal - Hosting Tab- AI Tooling- Manage API
     

  5. Note your Gateway endpoint — you'll enter this in your application: https://gateway.ai.bluehost.com/. Select Copy to copy it to your clipboard.

    Bluehost Portal - Hosting Tab- AI Tooling- Manage API
     

  6. Click + Create API Key.

    Bluehost Portal - Hosting Tab- AI Tooling- Manage - Create API
     

  7. Enter a Key Name to identify where you'll use the key, then click Create Key.

    Bluehost Portal - Hosting Tab- AI Tooling- Manage - Create API
     

  8. On the Save your API key screen, select Copy and store the key in a secure location.

    Bluehost Portal - Hosting Tab- AI Tooling- API Key
     

  9. Select Done.
  10. Your new key appears in the API Keys table along with its name, creation date, and last-used date.

    Bluehost Portal - Hosting Tab- AI Tooling- API Key list
     

With your new API key generated, you can now connect your application to the LLM Gateway and start utilizing your AI credits.

Using Your API Key

Point your application's SDK base URL to your Gateway endpoint, and use your API key to authenticate requests. This connection is OpenAI-compatible, so most existing integrations work with minimal changes.

Deleting an API Key

Revoke access for a compromised or unused key to ensure your account balance remains secure.

  1. From the API Keys table, select the key you want to remove.
  2. Select Delete API key.

    Bluehost Portal - Hosting Tab- AI Tooling- API Key list - Deletion
     

  3. Click Delete to confirm the removal.

    Bluehost Portal - Hosting Tab- AI Tooling- API Key list - Confirm Deletion
     

Frequently Asked Questions

Q:  Do I need AI Credits before I can create an API key?

A:  Yes. You must have an available AI Credit balance before you can create an API key. See How to Purchase Bluehost AI Credits for more information.

Q:  Can I view my API key again after I create it?

A:  No. For security, your full API key is shown only once, at the time you create it. If you lose it, delete the key and create a new one — Bluehost cannot retrieve a lost key for you.

Q:  Which AI models can I access with my API key?

A:  The LLM Gateway provides access to models from multiple providers — including GPT, Claude, Gemini, and Grok — through a single, OpenAI-compatible endpoint.
See AI Models and Credit Pricing for the full list of supported model IDs.

Q:  Does deleting an API key affect my AI Credit balance?

A:  No. Deleting a key only removes that key's access to the LLM Gateway. Your remaining AI Credit balance and any other keys on your account are not affected.

Q:  Can I create more than one API key?

A:  Yes. You can create a separate key for each application or integration, which makes it easier to track usage and revoke access individually if needed.

Summary

Creating an API key takes just a few steps in the Bluehost AI Tooling dashboard, but it requires an active AI Credit balance first. Once generated, copy your key immediately since it's only ever shown once, and pair it with your Gateway endpoint to connect any OpenAI-compatible application. If a key is ever compromised or no longer needed, you can delete it instantly without affecting your credit balance or other active keys.

Loading...