AI Solutions
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 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 Copy link
- 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 Copy link
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, an AI Solution appears as a single service with the combined cost of all three components.
Create an AI Solution Copy link
To create an AI Solution:
- Go to AI Services → AI Solutions and click OpenClaw.
- Select the model the agent will use. You can change the model later.
- Enter a name for the agent and select a project. Add a comment if needed.
- 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 Copy link
To start a conversation with the agent:
- Go to AI Services → AI Solutions and select the solution.
- Open the Chat tab.
- Type a message describing the task and send it.
Connect a Telegram Bot Copy link
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 on Telegram and save the API token it gives you.
To connect the bot:
- Go to AI Services → AI Solutions and select the solution.
- On the Integrations tab, click Connect.
- Enter the bot's API token from BotFather and click Add.
- 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.
- 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 Copy link
The Management tab lets you change the model, reissue the AI Gateway key, and view token usage statistics.
Change the Model Copy link
- Go to AI Services → AI Solutions and select the solution.
- On the Management tab, click Modify next to Configuration.
- Select the model you want.
- Click Save.
View Token Usage Copy link
To check token usage:
- Go to AI Services → AI Solutions and select the solution.
- On the Management tab, click Key dashboard next to AI Gateway key.
- Check token usage statistics.
Set Token Consumption Limit Copy link
To set up a token consumption limit:
- Go to AI Services → AI Solutions and select the solution.
- On the Management tab, click Key dashboard next to AI Gateway key.
- Open the Management tab and click Set limits.
- To set an overall limit:
- Enable Common consumption limit.
- Enter the number of tokens (input + output) allowed per day.
- 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.
- (Optional) Click Add limit to set another limit.
- Click Save.
Reissue the AI Gateway Key Copy link
- Go to AI Services → AI Solutions and select the solution.
- On the Management tab, click Regenerate next to AI Gateway key.
- 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 Copy link
You can pause a solution at any time.
To pause a solution:
- Go to AI Services → AI Solutions and select the solution.
- Click the pause icon in the top right.
- Click Stop to confirm.
To resume a solution:
- Go to AI Services → AI Solutions and select the solution.
- Click the start icon in the top right.
Delete a Solution Copy link
To delete a solution:
- Go to AI Services → AI Solutions and select the solution.
- Click the trash bin icon in the top right.
- Confirm the deletion.