Caspio 74.0
Jul 30, 2026 • 4 minutes to readRelease Notes
Enhancements to the AI Assistant (Beta)
The AI Assistant now applies a standardized set of naming conventions and default table structures to every app it generates and adds support for a new Cards DataPart. The result is an app built on sound structure and best practices from the very first generation.
- Consistent naming across every object – Tables, fields, pages, and DataParts all follow the same clear, readable naming, so generated apps stay organized and easy to work with.
- Sound data structure by default – Every table gets a proper identifier, automatic audit fields, and the right key type for the job.
- New Cards DataPart – Create and edit a new Cards DataPart.
Learn more about the AI Assistant.
Introducing the Organization Portal with SAML SSO
Enterprise teams can now bring Caspio under the same identity and access controls as the rest of their stack. The new Organization Portal connects your identity provider to one or more Caspio accounts, giving IT centralized control over who has access, while your team signs in the way they already do everywhere else.
- One login, no new passwords - Employees sign in with the corporate credentials they already use, so there’s nothing new to remember and one less password to manage.
- Membership managed in one place - Add people to your organization once, then grant them access to individual accounts as needed. Remove someone from the organization and their access is revoked across every account in your organization.
- Membership limited to your organization - Only users on your verified business domain can join, keeping access to your accounts within your organization.
Available on Enterprise-tier plans.
Learn more about the Organization Portal.
New Update/Details DataPart for Directory users
The new Update/Details Form DataPart lets you build an interface inside your Flex app for viewing and updating Directory users, with the same configuration as a standard Update/Details Form. This means you can manage app users without leaving the app you’re building.
- Manage user status – Add built-in actions to Activate, Suspend, Unsuspend, Unlock, or Reset 2FA, with the available actions matched to each user’s current status.
- Assign roles - Let app users view and change a user’s app roles from a list you define.
- See status at a glance - Color-coded status and two-factor authentication tags show each user’s current state.
Learn more about Flex.
Enhancements to Webhooks
This release makes outgoing webhooks more resilient and easier to build against, with automatic retries, an object type field on every message, and support for new event sources.
- Automatic retries – When a receiver has a brief outage, Caspio now retries the delivery automatically instead of failing right away, so your integrations recover from temporary hiccups without any extra work on your part.
- Object type in the payload - Every message now identifies whether it came from a Table or a Directory, so your receiver can act on the right kind of data without guesswork.
- Triggered by data imports – Webhooks can now fire on records changed by Data import tasks and Data imports, not just direct data changes. Turn it on by selecting the new event sources in your webhook event.
Learn more about Webhooks.
Extension updates
New event-source triggers for extension agents. You can now configure exactly which event sources trigger an extension agent, giving it the same granular control over what fires it that webhook events already provide.
Learn more about Caspio Extensions.
Bug Fixes
| id | area | description |
|---|---|---|
| 273313 | Flex | Fixed an issue where SSO users who selected "Remember me" on the User Portal login were not kept signed in as expected. |
| 263620 | Bridge | Fixed an issue where the Allow column checkboxes in Access Permissions for a DataPage could not be unchecked and saved. |