Changelog
Product update of the week: Year 4 • Week 30
New in Truto: first-class tenant management, contextual AI assistants, and expanded unified APIs
Managing end-users is now native to Truto with first-class tenants. We also rolled out contextual AI assistance across the dashboard, added 16 new integrations for AI workflows, and expanded Unified API coverage across User Directory, Accounting, and File Storage.
✨ Highlights
- Added first-class Tenant management with dashboard, API, and CLI support, plus metadata and bulk CSV/JSON imports
- Introduced contextual "Ask AI" actions and Assistant slash (
/) shortcuts for faster debugging and setup - 16 new AI-ready integrations, including ElevenLabs, Inngest, and Docusign
- Added User Directory Unified API support for Twilio SCIM, Ocrolus, Optro, Articulate 360, and Indeed SCIM
- Added multi-select deletion for API tokens during user deactivation
- Added
user-directory/rolesanduser-directory/groupsto Monday.com, plusroles,workspace_id, andgroupsfields on theusersAPI - Added
user-directory/rolesto Calendly anduser-directory/groupsto BrowserStack - Added GET method for
accounting/currenciesin Oracle NetSuite - Added
updatemethod forfile-storage/filein Box - Added supported attributes to the Body tab in the Try API Modal
- Added hints for disabled API methods and fixed an issue where disabled methods were still available through MCP and proxy access
- Improved webhook testing with real event types and properly signed payloads
- Improved Truto Assistant accuracy with better documentation grounding
- Improved MCP tool performance for faster agentic workflows
- Improved Sync Job scheduling and reliability under load
🤖 AI-ready integrations

- ElevenLabs: Connect AI assistants to voice generation and text-to-speech workflows.
- Threekit: Connect AI assistants to visual commerce and 3D configuration workflows.
- Inngest: Connect AI assistants to background jobs and durable workflow orchestration.
- Lemlist: Connect AI assistants to cold outreach, email sequencing, and sales automation.
- Articulate 360: Connect AI assistants to e-learning course creation and training workflows.
- UniFi: Connect AI assistants to IT networking, camera, and access management.
- Indeed SCIM: Connect AI assistants to automated user provisioning and identity management.
- Slido: Connect AI assistants to audience engagement, live polling, and Q&A workflows.
- Ocrolus: Connect AI assistants to financial data extraction and document workflows.
- Extole: Connect AI assistants to customer referral and loyalty marketing workflows.
- Portainer: Connect AI assistants to container management and deployment workflows.
- Prodege: Connect AI assistants to market research, surveying, and rewards workflows.
- Docusign: Connect AI assistants to e-signature and contract management workflows.
- CM Mobile Service Cloud: Connect AI assistants to customer support and mobile messaging workflows.
- FreshBooks: Connect AI assistants to invoicing, time tracking, and accounting workflows.
- Twilio SCIM: Connect AI assistants to user provisioning and identity management within Twilio.
⚙️ Developer Experience
First-class Tenants
A tenant is your end-user or customer inside Truto. This is the identity that owns their connected accounts, such as HubSpot or Slack. Tenants are scoped per environment, so the same tenant can exist independently in development, staging, and production.
What you can now do:
- Create, list, update, and delete tenants in the dashboard, API, or CLI
- Attach free-form metadata, such as tier, region, or plan, before or after they connect
- Bulk import from CSV or JSON to insert new tenants
- Auto-create on first successful connection if you pass a new
tenant_id






Contextual Ask AI actions and Assistant shortcuts
You can now get page-specific help directly from integrations, accounts, Unified APIs, sync jobs, and related resources.

We also added slash shortcuts: just type / to quickly start common setup and debugging tasks with editable, context-aware prompts.

Truto Assistant is also more accurate, with better grounding in our documentation and more reliable task completion.
UI and Webhook Testing Improvements
- When deactivating a user, admins can now multi-select and delete API tokens as part of the review flow.

- The Body tab in the Try API Modal now shows supported attributes for the selected method.
- We added a hint when an API method is disabled. We also fixed an issue where disabled methods were still available through MCP and proxy access.

- Webhook testing now allows you to choose a real event type and send a realistically shaped, correctly signed test payload to your endpoint.

👥 New Integrations
Truto added User Directory Unified API support for five new integrations:
| Integration | Unified API support | What you can now do |
|---|---|---|
| Twilio SCIM | User Directory Unified APIs | Manage users and groups through Truto's unified model |
| Ocrolus | User Directory Unified APIs | Manage users and groups through Truto's unified model |
| Optro | User Directory Unified APIs | Manage users and groups through Truto's unified model |
| Articulate 360 | User Directory Unified APIs | Manage users and groups through Truto's unified model |
| Indeed SCIM | User Directory Unified APIs | Manage users and groups through Truto's unified model |
🔄 Unified APIs
- Monday.com: Added support for
user-directory/rolesanduser-directory/groupsAPIs. We also addedroles,workspace_id, andgroupsfields under theusersAPI. - Calendly: Added support for the
user-directory/rolesAPI. - BrowserStack: Added support for the
user-directory/groupsAPI. - Oracle NetSuite: Added support for the GET method under the
accounting/currenciesAPI. - Box: Added the
updatemethod for thefile-storage/fileunified API.
⚡ Platform and Performance
- Faster agentic workflows: Improved MCP tool performance so multi-step agent runs that call several tools complete requests faster.
- Sync Job improvements: Improved Sync Job scheduling and run handling for more reliable execution under load, with better rate-limit behavior.