---
title: "AI Solutions | Hostman Docs"
description: "Deploy ready-made AI agents on Hostman with AI Solutions: automatic OpenClaw setup, pricing, and step-by-step management instructions."
---

> For the complete documentation index for AI agents, see [llms.txt](https://hostman.com/llms.txt).

AI Solutions is a service for deploying ready-made AI agents. You choose a solution and a model, and the service automatically creates a cloud server and installs everything needed—no manual server or agent setup required.

Fully automatic deployment is currently available for **OpenClaw**: the agent starts right away, and you can work with it directly from the chat in the dashboard. You can also connect a Telegram bot for messenger access.

For **n8n** and **Hermes**, the service takes you to [Cloud Servers](https://hostman.com/my/servers) with a matching image already selected—you just complete the server order, and the required software installs automatically. Once that's done, you set up the agent on the server yourself.

The rest of this article covers the OpenClaw flow specifically.

## How the Deployment Works

-   Each solution deploys a cloud server with a fixed configuration that can't be changed.
-   The server's location is chosen at random.
-   SSH access and management from the control panel aren't available.
-   The server gets a public IP address.
-   The agent runs in a Docker container and has no direct access to the underlying cloud server.

## Pricing

An AI Solution's cost has three components:

-   **Cloud server and public IP**. Billed hourly at a fixed rate.
-   **AI Gateway key**. Costs $0.01 per month.
-   **Tokens**. Billed based on usage. Cost depends on the selected model and the number of input and output tokens consumed.

In [Active services](https://hostman.com/my/finances/services), an AI Solution appears as a single service with the combined cost of all three components.

## Create an AI Solution

To create an AI Solution:

1.  Go to **AI Services** → **AI Solutions** and click **OpenClaw**.
2.  Select the model the agent will use. You can change the model later.
3.  Enter a name for the agent and select a project. Add a comment if needed.
4.  Click **Install**.

Open the new solution under **AI Services** → **AI Solutions**. Once deployment finishes, you can send the agent a message from the **Chat** tab.

## Chat with the Agent

To start a conversation with the agent:

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  Open the **Chat** tab.
3.  Type a message describing the task and send it.

## Connect a Telegram Bot

You can connect a Telegram bot to chat with the agent through the messenger. Each AI Solution supports only one connected Telegram bot.

Before you start, create a bot with [BotFather](https://t.me/BotFather) on Telegram and save the API token it gives you.

To connect the bot:

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  On the **Integrations** tab, click **Connect**.
3.  Enter the bot's API token from BotFather and click **Add**.
4.  Open a chat with your bot in Telegram, using the account that needs access to the agent, and send any message. The bot replies with an integration code.
5.  Copy the code, enter it in the Hostman dashboard, and click **Confirm**.

Once the code is confirmed, only the Telegram user who received it can chat with the agent through the bot—no other users get access.

Send a message from the connected account to verify the integration works.

## Manage an AI Solution

The **Management** tab lets you change the model, reissue the AI Gateway key, and view token usage statistics.

### Change the Model

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  On the **Management** tab, click **Modify** next to **Configuration**.
3.  Select the model you want.
4.  Click **Save**.

### View Token Usage

To check token usage:

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  On the **Management** tab, click **Key dashboard** next to **AI Gateway key**.
3.  Check token usage statistics.

### Set Token Consumption Limit

To set up a token consumption limit:

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  On the **Management** tab, click **Key dashboard** next to **AI Gateway key**.
3.  Open the **Management** tab and click **Set limits**.
4.  To set **an overall limit**:
    -   Enable **Common consumption limit**.
    -   Enter the number of tokens (input + output) allowed per day.
5.  To set **a limit per model**:
    -   Enable **Per-model consumption limit**.
    -   Click **Select models**.
    -   Choose the models to limit.
    -   Enter the number of tokens (input + output) allowed per day for each.
6.  (Optional) Click **Add limit** to set another limit.
7.  Click **Save**.

### Reissue the AI Gateway Key

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  On the **Management** tab, click **Regenerate** next to **AI Gateway key**.
3.  Click **Regenerate** again to confirm.

The new key is applied to the solution automatically, you don't need to enter it manually anywhere.

### Pause and Resume a Solution

You can pause a solution at any time.

**To pause a solution:**

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  Click the pause icon in the top right.
3.  Click **Stop** to confirm.

> [!NOTE]
> Pausing a solution doesn't pause billing—the server continues to be charged at its regular rate.

**To resume a solution:**

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  Click the start icon in the top right.

### Delete a Solution

To delete a solution:

1.  Go to **AI Services** → **AI Solutions** and select the solution.
2.  Click the trash bin icon in the top right.
3.  Confirm the deletion.
