Instabase Release Notes

Last updated: Feb 16, 2026

  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 16, 2026
    • Modified by Releasebot:
      Feb 18, 2026
    Instabase logo

    Instabase

    26.06

    New automation and enterprise updates roll out across Community Commercial and AI runtime 2.0.1. Highlights include default No value found in extraction, larger file splitting (400 MB/2000 pages), and enabled LLM calls in validation for single tenant. AI Hub tightens access controls and prompts for trusted URLs.

    Automate, deploy, & review

    Community

    • For extraction fields, handling of unclear or unavailable values is improved. Previously, N/A was returned, which could conflict with valid extracted values. Now, No value found is returned by default. This change is available immediately in automation projects and existing community apps, and in commercial and enterprise apps as AI runtime 2.0.1.
    • Resolved issue | Renaming projects sometimes failed.

    Commercial

    • File splitting now supports files up to 400 MB and 2,000 pages when the Disable OCR setting is enabled. After splitting, individual documents should be 200 pages or fewer for optimal extraction results. For details about requirements and constraints, see file limitations.
    • Single tenant | You can call LLMs from custom functions in validation functions, cross-class validation functions, and cross-class custom function fields. The LLM client uses the environment’s configured LLM provider and the configured AI runtime model. Supported in agent mode only.
    • Resolved issue | When attempting to convert generated validation code to a custom function, the confirmation modal would close before users could confirm the action.
    • Resolved issue | Users with tester permissions couldn’t view a project’s settings.
    • Resolved issue | Apps with associated ground truth datasets failed to delete, despite showing a confirmation message. Now when you delete an app, the app and all associated ground truth datasets are deleted properly.
    • Resolved issue | In projects, custom validation functions showed as having failed when the validation result exceeded the character limit. Improved error messaging now clearly indicates this root cause. This limitation doesn’t affect apps or deployments.

    Enterprise

    • Run results sent via downstream integrations or retrieved through manual export now include packet-level information, including cross-class fields. Previously, packet-level information was available only when getting results via API.

    Administration

    • AI Hub now enforces stricter access controls for cross-domain integrations. By default, requests from external websites are blocked unless explicitly verified as trusted, preventing unauthorized websites from performing actions on behalf of logged-in users.

    Action required: If your organization integrates AI Hub with other applications (for example, embedding AI Hub in a portal or accessing it from a different domain), you must connect with Instabase Support to provide a list of URLs of your trusted applications. Support can configure the appropriate settings to maintain connectivity. Otherwise, AI Hub now allows same-origin requests only.

    Original source Report a problem
  • February 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Feb 2, 2026
    • Modified by Releasebot:
      Feb 18, 2026
    Instabase logo

    Instabase

    26.04

    New disable OCR speeds processing and saves memory, with tradeoffs for text dependent features. V2 results format rollout is breaking for function edits; migration tools and timing guidance provided. Also adds LLM calls in custom flows, ground truth from app runs, IP allowlisting, and workspace Data Drive.

    Automate, deploy, & review

    Community

    Commercial

    Enterprise

    • The new Disable OCR setting lets you skip optical character recognition during file processing when using agent mode, significantly improving processing speed and reducing memory usage. When OCR is disabled, functionality that requires document text, such as text-dependent custom functions, doesn’t work.
    • Deployment integration functions now return results in the v2 format, which matches the structure returned by the Get run results API endpoint. The v2 format organizes results by files and documents, providing a consistent structure and additional details compared to v1. Existing integration functions continue to work with the previous format for backward compatibility, unless edited. This is a breaking change. In 26.04, editing any integration function triggers conversion to the v2 results format, even if changes aren’t saved. In 26.08, a migration tool helps you update your code and test changes, and the conversion to v2 results format is completed only upon saving. To avoid unintended changes, wait until release 26.08 to edit any functions involved in business-critical workflows.
    • Single tenant | For extraction fields, handling of unclear or unavailable values is improved. Previously, N/A was returned, which could conflict with valid extracted values. Now, No value found is returned by default. This change is available in commercial and enterprise apps as AI runtime 2.0.1.
    • Single tenant | File splitting now supports files up to 400 MB and 2,000 pages when the Disable OCR setting is enabled. After splitting, individual documents should be 200 pages or fewer for optimal extraction results. For details about requirements and constraints, see file limitations.
    • Single tenant | You can call LLMs from custom functions in custom function fields, classification functions, and splitting functions. The LLM client uses the environment’s configured LLM provider and the configured AI runtime model. Supported in agent mode only.
    • Resolved issue | List-of-objects processing could error and return 0 due to a formatting bug. This issue affected derived fields and cleaning functions applied to list extraction results.

    Enterprise

    • Resolved issue | Users would encounter an error when editing ground truth datasets in human review. The issue occurred after scrolling to the 60th+ file in sets of 100+ files, then selecting a table or list field.

    Administration

    • Single-tenant | AI Hub now enforces stricter access controls for cross-domain integrations. By default, requests from external websites are blocked unless explicitly verified as trusted, preventing unauthorized websites from performing actions on behalf of logged-in users.
    • Workspaces now have a default upload destination, the Data Drive, part of your organization’s 1 TB included storage. Each workspace has a separate Data Drive, ensuring data isolation between workspaces.

    Conversations & chatbots

    Community

    Commercial

    Enterprise

    • Removal | The previously announced removal of conversations and chatbots is complete.

    Administration

    • Multi-tenant environments can now support IP allowlisting for outbound integrations, such as webhooks and deployment integration functions. Contact support for the egress IP ranges to allowlist.

    API & SDK

    • When using the generate_post_process_pdf parameter, PDF generation is now supported only for documents less than 100 pages in length.

    Enterprise

    • Resolved issue | input_fields values weren’t returned as expected with the Get run results endpoint.

    26.02

    26.02

    Automate, deploy, & review

    Community

    Commercial

    Enterprise

    • Automation projects now support up to 250 fields per class. Optimizations in this release also improve processing performance for projects containing classes with large numbers of fields.

    Commercial

    Enterprise

    • Shared functions let you reuse custom functions across multiple projects and fields within an organization, accelerating development and reducing maintenance. Save functions to the function library then import them into custom function fields.
    • Validation functions for table and list fields can now return cell-level validation results.

    Enterprise

    • Resolved issue | Splitting functions now copy correctly when you copy a project. Previously, copied projects using splitting functions would error when running or editing the function.
    • Resolved issue | Runs with only cross-class field validations were missing from the Review tab. These runs now appear in the Documents tab as grayed-out entries, and can be reviewed from the Runs tab.
    • Resolved issue | Custom validation functions in cross-class fields auto-ran on every keystroke during editing. They now run only when you click Run code.
    • Resolved issue | In human review, validation error messages weren’t displayed when classification confidence was 0.
    • Resolved issue | Custom validation functions didn’t run when some arguments were null. Custom functions now run even when arguments are null, passing null as the argument value.

    API & SDK

    • The Get run results endpoint response has several updates.
    • New metadata fields: run id, status, start_timestamp, and finish_timestamp.
    • When the include_source_info query parameter is passed, a page_layouts object containing page dimension details (page_number, width, height) is returned.

    25.50

    25.50

    Automate, deploy, & review

    Commercial

    Enterprise

    • You can now create ground truth datasets directly from app runs in the App runs table. Select the overflow button for a run then click Create ground truth dataset.
    • Webhook notification headers can be configured to pass custom keys defined in the deployment’s runtime configuration. Referencing secret keys isn’t supported.
    • Resolved issue | In agent mode, fields sometimes got stuck in a loading state.
    • Resolved issue | Workspace members with reviewer or review manager permissions were unable to filter runs by deployment on the Review tab.
    • Resolved issue | File extension-based classification didn’t work as expected during app runs.
    • Resolved issue | Extraction fields intermittently failed with authentication errors, returning No value found results. The issue was caused by OpenAI’s regional endpoint configuration and has been resolved by OpenAI.

    API & SDK

    • Resolved issue | The List runs endpoint didn’t filter by status correctly. The status query parameter now works as expected.

    25.48

    25.48

    Automate, deploy, & review

    Commercial

    Enterprise

    • Agent mode is generally available. Agent mode processes documents with next-generation models for enhanced extraction accuracy and simplified configuration. Update existing projects to agent mode to take advantage of these improvements.
    • You can configure notifications to be alerted when run results are sent downstream.
    • Upstream integrations include new processing options to align with how documents are grouped in your source systems and to better support packet-based processing. For connected drive integrations, you can choose to process subfolders as separate runs. For mailbox integrations, you can create a separate run for each email, instead of batching queued emails into a single run.
    • Resolved issue | Webhook notifications weren’t sent when runs failed due to validation errors, such as when processing corrupted files.

    Enterprise

    • Classification custom functions let you write custom Python code to classify documents based on deterministic rules rather than relying on LLM classification.
    • Splitting custom functions let you write custom Python code to split multipage files into documents using rule-based logic.
    • Resolved issue | The cross-class validation rule Require matching fields incorrectly compared field values before cleaning lines were applied. It now compares final field values after cleaning lines are applied.

    Administration

    • Enterprise
    • OAuth provider configurations now support a configurable scope claim (default scp) that lets you control per-token permissions using role-based access.

    25.46

    25.46

    Automate, deploy, & review

    Community

    Commercial

    Enterprise

    • Resolved issue | App runs occasionally failed with the error Cannot open a non-existent file due to issues processing temporary files.

    Commercial

    Enterprise

    • You can now create ground truth datasets from any app run in the selected workspace, not just app runs you executed yourself.

    Enterprise

    • Process packets of related documents with cross-class fields that consolidate data across multiple document types. In production, automation apps with cross-class fields process one packet per run. For details, see Extracting data from packets and Validating packets.

    Conversations & chatbots

    Community

    Commercial

    Enterprise

    • Deprecation | Conversations and chatbots are deprecated and will be removed on February 1, 2026. You can continue to create and use conversations and chatbots until then, though feature updates and improvements are paused.
    • Removal | URL upload for conversations and chatbots is no longer supported. Use alternative file upload methods.

    Administration

    • Enterprise

    • Enterprise-tier organizations can now support IP allowlisting for outbound integrations, such as webhooks and deployment integration functions. Contact support for the egress IP ranges to allowlist.

    API & SDK

    • The Get run results API/SDK operation now includes the run ID and page layout information in its response.
    Original source Report a problem
  • All of your release notes in one feed

    Join Releasebot and get updates from Instabase and hundreds of other software products.

  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 20, 2026
    • Modified by Releasebot:
      Jan 22, 2026
    Instabase logo

    Instabase

    26.02

    Automation projects now support up to 250 fields per class with faster processing for large classes. Shared functions can be reused across projects and saved to a library for easy import into custom function fields. Validation improvements, copy fixes, run behavior changes, and API get run results updates are shipped.

    Community

    Automation projects now support up to 250 fields per class. Optimizations in this release also improve processing performance for projects containing classes with large numbers of fields.

    Commercial

    Shared functions let you reuse custom functions across multiple projects and fields within an organization, accelerating development and reducing maintenance. Save functions to the function library then import them into custom function fields.

    Enterprise

    • Resolved issue | Splitting functions now copy correctly when you copy a project. Previously, copied projects using splitting functions would error when running or editing the function.
    • Resolved issue | Runs with only cross-class field validations were missing from the Review tab. These runs now appear in the Documents tab as grayed-out entries, and can be reviewed from the Runs tab.
    • Resolved issue | Custom validation functions in cross-class fields auto-ran on every keystroke during editing. They now run only when you click Run code.
    • Resolved issue | In human review, validation error messages weren’t displayed when classification confidence was 0.
    • Resolved issue | Custom validation functions didn’t run when some arguments were null. Custom functions now run even when arguments are null, passing null as the argument value.

    API & SDK

    The Get run results endpoint response has several updates.

    • New metadata fields: run id, status, start_timestamp, and finish_timestamp.
    • When the include_source_info query parameter is passed, a page_layouts object containing page dimension details (page_number, width, height) is returned.
    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 12, 2026
    • Modified by Releasebot:
      Jan 14, 2026
    Instabase logo

    Instabase

    25.50

    Ground truth dataset creation from app runs is now available in the App runs table. Webhook headers can pass custom keys from runtime config, though secret keys aren’t supported. Several fixes improve agent loading, run filtering, file extension classification, and the List runs endpoint.

    Commercial

    • You can now create ground truth datasets directly from app runs in the App runs table. Select the overflow button for a run then click Create ground truth dataset.
    • Webhook notification headers can be configured to pass custom keys defined in the deployment’s runtime configuration. Referencing secret keys isn’t supported.
    • Resolved issue | In agent mode, fields sometimes got stuck in a loading state.
    • Resolved issue | Workspace members with reviewer or review manager permissions were unable to filter runs by deployment on the Review tab.
    • Resolved issue | File extension-based classification didn’t work as expected during app runs.
    • Resolved issue | Extraction fields intermittently failed with authentication errors, returning No value found results. The issue was caused by OpenAI’s regional endpoint configuration and has been resolved by OpenAI.

    Enterprise

    API & SDK

    • Resolved issue | The List runs endpoint didn’t filter by status correctly. The status query parameter now works as expected.
    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 6, 2026
    Instabase logo

    Instabase

    25.28

    AI Hub introduces a Commercial trial, deprecates new Community signups, and expands app descriptions to 3000 chars. New fast_mode speeds up conversations via API, updated workspace developer permissions, and deeper usage insights. Fixed table view crashes, Safari UI glitches, plus Azure Blob Storage with managed identities.

    Deprecation

    New AI Hub Community sign ups are discontinued and organization members no longer receive a community account upon sign up. Existing community accounts aren’t immediately affected by this change. To get started with AI Hub, users can start a free AI Hub Commercial trial.

    Automate, deploy, & review

    • Community
    • Commercial
    • Enterprise

    The description field for apps is increased from 500 characters to 3000 characters, allowing app developers to include more details about app functionality and usage.

    • Resolved issue | Table viewer crashed when row or column data was missing.
    • Resolved issue | In Safari, the Versions table in the app detail view was cut off and hidden behind a scroll bar.

    Commercial

    • The Python library fuzzywuzzy is now available for import in custom functions.
    • Ground truth values are now preserved for renamed classes and fields using a generic ID instead of the class or field name.
    • Workspace members with the developer role can create and edit deployments. This permission was previously limited to workspace managers and above.

    Enterprise

    • Conversations & chatbots

    • Community

    • Commercial

    • Enterprise

    • Resolved issue | Table viewer crashed when row or column data was missing.

    Administration

    • Community

    • Commercial

    • Enterprise

    • You can now see more detailed usage information on the Usage settings page, using the Deep dive section.

    • Commercial

    • Enterprise

    • You can connect Azure Blob Storage containers using managed identities for authentication.

    API & SDK

    • The create conversations and upload files and converse with a document API operations have new fast_mode parameters that can speed up conversation creation and response time.

    • Resolved issue | API calls that used unusually long URLs failed for app runs, deployments, ground truth sets, and accuracy tests.

    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 6, 2026
    Instabase logo

    Instabase

    25.26

    This release boosts conversation accuracy, enhances multi‑page table and Excel extraction, and broadens document processing inputs. It introduces auth via managed identities, deprecates the AI Hub Community tier, and adds SDK/API fixes.

    Deprecation

    New sign-ups for the AI Hub Community tier will be discontinued as of version 25.28. Existing Community accounts aren’t immediately affected by this change.

    Enterprise

    Single-tenant | Additional post-upgrade testing and validations have been added to ensure automation apps work as expected following scheduled maintenance.

    Automate, deploy, & review

    • Community
    • Commercial
    • Enterprise

    Automation projects and apps can now factor in more input when processing documents, improving accuracy across all model-based processes. This change is available immediately in automation projects and existing community apps, and in commercial and enterprise apps as AI runtime 1.0.12.

    • Table detection and extraction accuracy is improved for tables spanning multiple pages. This change is available immediately in automation projects and existing community apps, and in commercial and enterprise apps as AI runtime 1.0.12.

    • Processing for Excel files is optimized for improved extraction accuracy. This change is available immediately in automation projects and existing community apps, and in commercial and enterprise apps as AI runtime 1.0.12.

    • Resolved issue | CSV file upload failed if files used certain encoding.

    Commercial

    • Enterprise

    • Resolved issue | In human review, the document view for non-admins displayed only the first 20 documents.

    Conversations & chatbots

    • Community
    • Commercial
    • Enterprise

    This release upgrades the models used in conversations and chatbots, delivering improved accuracy and support for longer responses.

    • Table detection and extraction accuracy is improved for tables spanning multiple pages.

    • Processing for Excel files is optimized for improved extraction accuracy.

    • Resolved issue | CSV file upload failed if files used certain encoding.

    Administration

    • Commercial
    • Enterprise

    Workspace role names have been updated. Member is renamed to Developer, and Manager is renamed to Workspace manager.

    Enterprise

    • Single-tenant | Organizations using Azure OpenAI endpoints can now authenticate using managed identities. For guidance, connect with Instabase Support.

    API & SDK

    • The create conversation operation supports documents written with non-Latin characters.
    • The delete run operation returns status code 404 instead of 500 when the specified run doesn’t exist.
    • The client.apps.runs.results() SDK method no longer throws incorrect errors about the post_processed_pdf_path option.
    • The list batches operation takes an offset argument instead of file_offset.
    • SDK version 0.11.0 is available, containing fixes described above.

    Resolved issue

    • Single tenant | API calls that used unusually long URLs failed for app runs, deployments, ground truth sets, and accuracy tests.
    Original source Report a problem
  • January 2026
    • No date parsed from source.
    • First seen by Releasebot:
      Jan 6, 2026
    Instabase logo

    Instabase

    25.24

    You can request Anthropic models via Bedrock. Automation projects get table extraction improvements, preserving prompts when changing field types. Human review and API updates fix errors, improve accuracy, and normalize metrics.

    Enterprise

    Single-tenant | You can request to use Anthropic foundation models in your environment—through Amazon Bedrock—rather than the AI Hub default OpenAI models. Like other available models, Anthropic models are gated by AI runtime for automation apps. Connect with Instabase Support for more information.

    Automate, deploy, & review

    Community

    Commercial
    Enterprise
    In the project field editor, changing the field type now preserves existing prompts or descriptions.

    Commercial

    Enterprise
    Cleaning functions applied to table extraction fields now process large tables as a single unit, enabling global operations like sorting across all rows. This change is available immediately in automation projects and existing community apps, and in commercial and enterprise apps as AI runtime 1.0.11.
    In human review, file search queries now match with either upper- or lowercase letters.
    Resolved issue | When expanding the view for table extraction fields, an extra column—not included in the result—was displayed at far right.
    Resolved issue | Accuracy tests failed to run and provided a vague error message if tables in the ground truth dataset were improperly formatted. A clearer error message now indicates which documents and fields need correction.
    Resolved issue | In human review, changing document splitting or classification multiple times caused re-extraction to fail.
    Resolved issue | Email notifications when items were queued for review included links to view, but not review, items.
    Resolved issue | In the Hub, filtering for advanced apps returned results from only the first page.
    Resolved issue | In deployment metrics, handling time averages were calculated inconsistently across charts. All handling time metrics are now standardized to include the full run time for each document.

    API & SDK

    The get run results API operation returns non-secret custom keys.
    The get run results API operation includes error messages in its response body.

    Conversations & chatbots

    Community
    Commercial
    Enterprise
    Table detection and extraction accuracy is improved for tables spanning multiple pages.
    Resolved issue | When selecting page links in the Show steps view of the model response, the document viewer navigated one page ahead of the intended page.

    Original source Report a problem
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 18, 2025
    Instabase logo

    Instabase

    25.30

    Release includes major updates across Commercial Enterprise and chatbots. You can now link deployments to create promotion pipelines, enjoy a dedicated chatbot creation flow with migration, expanded workspace roles, and updated API samples with SDK 0.12.0.

    Community

    Commercial

    Resolved issue | When uploading files to projects with multiple classes, if multiple upload jobs ran simultaneously, files occasionally displayed classification errors, yet the document count increased.

    Resolved issue | Deleting an app deleted only the latest app version instead of all app versions.

    Enterprise

    You can now link deployments in development and production workspaces to create a pipeline for promoting configuration changes.

    In human review, large tables now load faster.

    Resolved issue | Loading accuracy tests and ground truth sets failed for apps with many versions.

    Resolved issue | Reviewer assignment dropdowns in workspaces didn’t include members granted access through groups. Only users directly added to the workspace were displayed.

    Resolved issue | Table editing in human review resulted in errors that prevented autosave from working properly.

    Conversations & chatbots

    Community

    Commercial

    Enterprise

    Chatbots have a new dedicated creation flow, separate from conversations.

    For existing chatbots, there is a one-time migration step to separate your published chatbot from its origin conversation and create a chatbot draft. Open your chatbot from the Hub, then hover over the Draft workflow selector in the top right, and follow the instructions provided.

    The chatbot interface has an updated layout, including a dedicated document viewer.

    Administration

    Commercial

    Enterprise

    Workspace roles are expanded to five distinct roles that reflect job functions: reviewer, review manager, tester, developer, and workspace manager. The new role structure provides more granular control over user permissions and supports common automation workflows. For detailed permissions and an explanation of how roles apply across AI Hub, see Organization and workspace roles.

    API & SDK

    Each API operation includes sample code for calling the operation by making REST calls with Python and the requests module, instead of using the Python SDK.

    The create conversations and upload files and converse with a document SDK operations support the fast_mode parameter.

    SDK version 0.12.0 is available, containing the fix described above.

    Original source Report a problem
  • December 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Dec 9, 2025
    Instabase logo

    Instabase

    25.48

    Commercial Enterprise Agent mode is generally available, delivering higher extraction accuracy and simpler setup. New options tailor groupings and per‑document runs for drives and mail, with failure alerts. Also adds deterministic Python classification and split rules plus configurable OAuth scope.

    Commercial

    Agent mode is now generally available. Agent mode processes documents with next-generation models for enhanced extraction accuracy and simplified configuration.
    Update existing projects to agent mode to take advantage of these improvements.

    You can configure notifications to be alerted when run results are sent downstream.

    Upstream integrations include new processing options to align with how documents are grouped in your source systems and to better support packet-based processing. For connected drive integrations, you can choose to process subfolders as separate runs. For mailbox integrations, you can create a separate run for each email, instead of batching queued emails into a single run.

    Resolved issue | Webhook notifications weren’t sent when runs failed due to validation errors, such as when processing corrupted files.

    Enterprise

    Classification custom functions let you write custom Python code to classify documents based on deterministic rules rather than relying on LLM classification.

    Splitting custom functions let you write custom Python code to split multipage files into documents using rule-based logic.

    Resolved issue | The cross-class validation rule Require matching fields incorrectly compared field values before cleaning lines were applied. It now compares final field values after cleaning lines are applied.

    Administration

    Enterprise

    OAuth provider configurations now support a configurable scope claim (default scp) that lets you control per-token permissions using role-based access.

    Original source Report a problem
  • November 2025
    • No date parsed from source.
    • First seen by Releasebot:
      Nov 25, 2025
    • Modified by Releasebot:
      Nov 26, 2025
    Instabase logo

    Instabase

    25.46

    Community Commercial Enterprise gains automation and review tools to create ground truth datasets from any app run and to process cross class document packets. The run results API now returns run ID and page layout, with OAuth token support from external providers. Conversations and chatbots are deprecated with removal in 2026 and URL uploads dropped.

    Automate, deploy, & review

    Community

    Commercial

    Enterprise

    Resolved issue | App runs occasionally failed with the error Cannot open a non-existent file due to issues processing temporary files.

    Commercial

    Enterprise

    You can now create ground truth datasets from any app run in the selected workspace, not just app runs you executed yourself.
    Enterprise

    Process packets of related documents with cross-class fields that consolidate data across multiple document types. In production, automation apps with cross-class fields process one packet per run.

    For details, see Extracting data from packets and Validating packets.

    Conversations & chatbots

    Community

    Commercial

    Enterprise

    Deprecation | Conversations and chatbots are deprecated and will be removed on February 1, 2026. You can continue to create and use conversations and chatbots until then, though feature updates and improvements are paused.
    Removal | URL upload for conversations and chatbots is no longer supported. Use alternative file upload methods.

    Administration

    Enterprise

    Enterprise-tier organizations can configure OAuth providers to manage API access using externally generated tokens.
    Mapped user and service accounts can authenticate API requests using tokens issued by your OAuth provider instead of AI Hub-managed tokens.

    API & SDK

    The Get run results API/SDK operation now includes the run ID and page layout information in its response.

    Original source Report a problem

Related vendors