Triage incoming issues
- Webhook fires on every new issue
- Persona summarises and labels it
- Assigns the right engineer
30 tools available
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.
Connect Backendless to Definable to triage issues, review pull requests, monitor builds. Personas call Backendless's 30 tools directly from chat or scheduled flows. Wire it into a triage, review, or release-management persona — every action runs scoped, reviewable, and logged.
Every Backendless action below is a callable tool any Definable persona can invoke.
Tool to copy a file or directory within Backendless file storage. Use when duplicating files to a new location after verifying source and destination paths.
Tool to create a new directory at the specified path. Use when you need to organize files under a new folder structure.
Tool to create a new Hive. Use when you need to provision a new Hive resource before performing Hive operations. Example: Create a hive named 'groceryStore'.
Tool to create a new timer with schedule and code. Use when scheduling recurring or one-off tasks to run server-side logic after confirming parameters.
Tool to delete a directory at the specified path in Backendless file storage. Use when you need to remove folders after confirming the path.
Deletes a file from Backendless file storage at the specified path. Use this tool when you need to remove files from storage. The operation is permanent and cannot be undone. Ensure the file path is correct before deletion.
Deletes a Backendless timer by its unique name. Use this tool to permanently remove a scheduled timer from your Backendless application. The timer must exist and you must provide its exact name. Once deleted, the timer's scheduled executions will stop immediately and cannot be recovered. Note: Requires access to Backendless Console Management API (available with Plus or Enterprise plans).
Tool to retrieve a listing of files and directories at a given path. Use when browsing or filtering file storage directories.
Tool to retrieve objects from a specified Backendless table with filtering, sorting, and pagination. Use after confirming the table name and query options. Example: "Get Users where age > 30 sorted by created desc".
Tool to retrieve all values from a map in a specified Hive. Use when you need to fetch the entire contents of a Hive map at once.
Tool to retrieve the current value of a Backendless counter. Use when you need to inspect an atomic counter's value.
Tool to get the count of files in a Backendless directory. Use when you need to determine how many items match a filter or include subdirectories.
Tool to retrieve values for a specified key in a list (all, single, or range). Use when you need specific elements or the entire list from a Hive key. Supports single index retrieval, range retrieval, or full list.
Tool to retrieve information about a specific timer. Use when you need to inspect a timer's schedule and next run details by name.
Tool to set or update key-value pairs in a Hive map. Use when you need to add or update multiple entries in a Hive map.
Tool to move a file or directory within Backendless file storage. Use when relocating resources to a new path after verifying source and destination.
Tool to publish a message to a specified messaging channel. Use when you need to send notifications or events to subscribers after confirming channel and payload.
Tool to reset a Backendless counter back to zero. Use when you need to reinitialize a counter before starting a new sequence.
Tool to set a Backendless counter to a specific value conditionally. Use when you need to ensure the counter only updates if it currently matches an expected value.
Tool to update schedule or code of an existing timer. Use when you need to modify a timer's configuration after retrieval.
Tool to delete a user by user ID. Use when removing a user account after confirming permissions.
Tool to retrieve user information by ID. Use when you need to fetch details for a specific user after you have their objectId.
Tool to grant a permission to a user on a specific data object. Use when precise access rights must be assigned after verifying the table and object IDs. Example: "Grant FIND permission to a user for a Person record".
Tool to log in a registered user with identity and password. Use when you need to authenticate a user before making subsequent requests. Example: "Login [email protected] with password wonderland".
Tool to log out the currently authenticated user. Use when you need to terminate the user session after operations.
Tool to initiate password recovery for a user. Use when a user requests a password reset after forgetting their password. Triggers an email with recovery instructions.
Tool to register a new user with email and password. Use when creating a user account or converting a guest account to a registered one after collecting credentials. Example: Register '[email protected]' with password 'wonderland'.
Tool to revoke a permission from a specified user or role on a specific data object. Use when you need to deny a previously granted operation for a user or role on a data object after verifying the table and object IDs.
Tool to update properties of an existing Backendless user. Use when you need to modify user profile fields after login. Example: Update phoneNumber to "5551212".
Tool to validate a user session token. Use after obtaining a token from login to confirm the session is active.
Anything Backendless exposes through its API. Common developer tools workflows on Definable include triage issues, review pull requests, monitor builds. Personas can call any of the 30 Backendless tools directly, then chain the result into another integration without you writing code.
Backendless uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 30 Backendless tools. You only need a separate Backendless subscription if Backendless itself charges per seat or per API call.
Every call from a persona to Backendless is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Backendless, and connect via OAuth or API key. You can immediately attach Backendless to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 30 Backendless actions as callable tools — including `Copy File`, `Create Directory`, `Create Backendless Hive`, plus 27 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.