Updates & Changes

This page lists all recent updates, new features, and improvements made to the SmartBots HTTP API.

If you have any questions, or notice something that we’ve missed, please contact Alexander Pixels in-world.


January 2026 Update

This update brings a bundle of new features and some bug fixes.

New folder_create action

By customer request, we’ve added a new action to create folders in the bot’s inventory: folder_create.

New inventory_list_2 action

We are introducing a new HTTP API action: inventory_list_2. This new action supports the same filtering and searching options as inventory_list, but returns the results in a cleaner, more structured JSON format that’s easier to consume in modern scripts.

inventory_list Improvements

The inventory_list action now supports additional optional parameters that allow filtering and searching inventory items directly at the API level:

  • skipnames: Skips attachments whose names contain the specified substring (case-insensitive).

  • matchnames: Returns only attachments whose names contain the specified substring (case-insensitive).

  • matchuuid: Returns only the attachment with the specified UUID.

These additions make it possible to search a bot’s inventory and return details only for the items you’re interested in, without additional client-side filtering.

Texture Upload Improvements

We’ve made an improvement to texture uploads via the texture_upload HTTP API function.

An issue affecting Premium Plus accounts was identified and resolved, and texture uploads are now working as expected.

While applying this fix, we also extended support for higher-resolution textures. The HTTP API now allows texture uploads up to 2048×2048, enabling bots to upload full 2K textures directly!