- 26 typed API operations
- 4 synced entities (
dataObjects,files,messages,users) for fast.search()/.list()
Setup
1
Install
2
Add the plugin
corsair.ts
corsair.withTenant(id). See Quick start for KEK + Hub keys, and Multi-tenancy for account isolation.3
Choose authentication
Auth methods depend on how you configure
backendless({ ... }) — check the plugin source *PluginOptions type.4
Connect a tenant
Mint a connect link and send the tenant to it. Hub hosts the page and delivers the result to your app — see Connect / OAuth.
Example API calls
counters.get
counters.reset
Query synced data
Synced entities supporttenant.backendless.db.<entity>.search() and .list(): dataObjects, files, messages, users.
See Database for filters and operators.
What’s next
API reference
Every
backendless.api.* operation with input and output types.Database
Synced entities, search filters, and operators.
Connect / OAuth
createLink, Hub delivery, and tenant connect flows.
Use with agents
Expose this plugin’s operations as MCP tools.