Developer Tools30 toolsPaste one API key
Backendless integration for AI agents
Backendless is a comprehensive backend-as-a-service (BaaS) platform providing scalable backend functionality for mobile and web applications, including user authentication, data persistence, file storage, and custom API services.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Backendless once and call the same tools from all of them.
Setup
Connect Backendless through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Backendless exposes 30 tools through ClawLink. The 26 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
backendless_directory_listing | Retrieve a listing of files and directories at a given path | Read |
backendless_general_object_retrieval | Retrieve objects from a specified Backendless table with filtering, sorting, and pagination | Read |
backendless_get_all_values | Retrieve all values from a map in a specified Hive | Read |
backendless_get_counter_value | Retrieve the current value of a Backendless counter | Read |
backendless_get_file_count | Get the count of files in a Backendless directory | Read |
backendless_get_key_items | Retrieve values for a specified key in a list (all, single, or range) | Read |
backendless_get_timer | Retrieve information about a specific timer | Read |
backendless_user_find | Retrieve user information by ID | Read |
backendless_validate_user_token | Validate a user session token | Read |
backendless_copy_file | Copy a file or directory within Backendless file storage | Read |
backendless_create_directory | Create a new directory at the specified path | Write |
backendless_create_hive | Create a new Hive | Write |
backendless_create_timer | Create a new timer with schedule and code | Write |
backendless_map_put | Set or update key-value pairs in a Hive map | Read |
backendless_move_file | Move a file or directory within Backendless file storage | Write |
backendless_publish_message | Publish a message to a specified messaging channel | Write |
backendless_reset_counter | Reset a Backendless counter back to zero | Read |
backendless_set_counter_value | Set a Backendless counter to a specific value conditionally | Write |
backendless_update_timer | Update schedule or code of an existing timer | Write |
backendless_user_grant_permission | Grant a permission to a user on a specific data object | Read |
backendless_user_login | Log in a registered user with identity and password | Read |
backendless_user_password_recovery | Initiate password recovery for a user | Read |
backendless_user_registration | Register a new user with email and password | Read |
backendless_user_update | Update properties of an existing Backendless user | Read |
backendless_user_logout | Log out the currently authenticated user | Read |
backendless_user_revoke_permission | Revoke a permission from a specified user or role on a specific data object | Read |