Unstract Cloud Changelog - 2026
v0.181.0
Release Date: September 14, 2026
New Features
- Header mapping in the Agentic Table Extractor: A new Enable Header Mapping switch in the Agentic Table Extractor settings makes an extraction also report, for every field you asked for, the source column in the document it was read from — useful for reviewing an extraction or tracing a value back to the original table. It's off by default. Each reported column is checked against the columns the document actually contains, so a field is left blank rather than pointed at a column that isn't there.
- Text extraction time in execution metrics: When you request metrics from an API deployment execution, the response now reports how long text extraction took, alongside the indexing time it already reported. Extraction is often the largest part of a run on big documents, so a slow execution is far easier to account for.
- Look up the organization behind a platform API key: The Platform API now answers "which organization is this key for?" at
/api/v1/unstract/whoami/, returning the organization's ID and name along with the platform API key's name and permission tier. Scripts and command-line tools no longer have to copy the organization ID out of a browser URL before they can reach the organization-scoped endpoints. The endpoint that lists an organization's API deployments is now published in the OpenAPI specification too, so generated clients and tooling pick up both. - Dashboard totals cost less to keep current: Hourly figures on the dashboard refresh exactly as often as before. Daily and monthly totals now recompute once an hour instead of every 15 minutes, so they can sit up to an hour behind the newest activity — in exchange for a large reduction in the background work behind the dashboard.
Bug Fixes
- Long multi-page tables extract more accurately: A set of Agentic Table Extractor fixes for documents whose tables run across many pages. A row that continues over a page break now merges back into a single row instead of leaving a stray partial row at the top of the next page; summary and totals pages that fall outside a table's own page range are no longer skipped, so their values come through; very dense pages that previously came back empty now retry and return their rows; and rows from nested sub-tables keep the link to the parent row they belong to. A malformed nested entry is now skipped instead of ending the whole extraction.
- Webhook addresses are validated before they're called: A webhook URL is now checked when you save a notification and again on every delivery, with the same check applied on both the notification and post-processing paths — so an address that can't safely be called is refused as you enter it, rather than failing quietly at delivery time. Deliveries also no longer follow redirects to a different destination.
- Prompt Studio records stay inside your organization: Requests that name a Prompt Studio document, prompt, profile or output directly by its identifier are now confirmed to belong to your organization before they are acted on.
- Markup is rejected in names and descriptions: Names, descriptions and similar short text fields across the product now refuse HTML markup and script-like content at the point you submit them, instead of storing it as typed. Fields that legitimately carry such content — your prompt text, and model responses — accept it exactly as before.
v0.180.0
Release Date: September 8, 2026
Bug Fixes
- Every organization is reachable on the organization picker: If you belong to more than about five organizations, the list on the organization selection screen was cut off at the edge of the screen with no way to scroll, leaving the remaining organizations unreachable, and the Unstract logo above it collapsed out of view. The list now scrolls and the whole screen stays intact however many organizations you belong to.
v0.179.0
Release Date: September 2, 2026
New Features
- Refreshed interface styling: Buttons, labels and icons across Unstract now render with the platform's new visual design, so screens look consistent whichever part of the product you're in. Layouts, navigation and what each control does are unchanged — nothing has moved and nothing you use today works differently.
Bug Fixes
- Image challenges can be completed inside dialogs: When a form opened in a dialog asked you to solve an image challenge to prove you're not a bot, the challenge tiles couldn't be clicked, leaving no way to finish the verification. The challenge now responds to clicks as expected.
v0.177.0
Release Date: August 20, 2026
New Features
- Newer Amazon Bedrock models: You can now use the OpenAI GPT-5.x, Google Gemma and xAI Grok model families hosted on Amazon Bedrock. Enter the model ID exactly as you do today — the adapter now sends these families to the endpoint that serves them, instead of failing. Guardrails and application inference profiles aren't available for these particular models and are ignored if you've configured them.
Bug Fixes
- Shared users can see execution logs: Teammates who receive an API deployment or pipeline through a group share, or through an organization-wide share, now see its runs on the Logs page — the page previously came up empty for them. At the same time, a run's logs and per-file results can only be opened by people the deployment or pipeline was actually shared with.
- Model names appear on shared Prompt Studio projects: Prompt Studio output tiles now show the model name and icon for everyone who can open the project, not only its owner. Shared users previously saw a blank label and no icon.
- Connector names in Agentic Prompt Studio settings: Project settings in Agentic Prompt Studio now show the names of the connectors in use instead of leaving them blank.
- LLMWhisperer text extraction honours the line splitter strategy: The line splitter strategy selected on the LLMWhisperer Text Extractor-v2 adapter was never actually applied — every extraction silently ran with the default. The setting now takes effect, and extractions started from Unstract show the document's file name in LLMWhisperer usage reports instead of a generic placeholder. If you had saved a value outside the supported choices, extraction now reports an error rather than quietly ignoring it.
- Extended Thinking works beyond Claude: The "Enable Extended Thinking" option now applies to non-Claude model families on Amazon Bedrock, where it previously had no effect at all.
- Clearer failures on single-pass extraction: When a model answers a single-pass extraction with prose or a list instead of structured output, the run now reports a clear, actionable error instead of failing with an unexpected server error.
- API keys are no longer written to logs: The LLMWhisperer and API Hub portals no longer record customer API keys in plain text in their request and key-management logs.
v0.176.0
Release Date: August 12, 2026
New Features
- Global API deployment keys: You can now create a single API key that authenticates against several API deployments at once — either a chosen set of deployments or every deployment in your organization — instead of managing a separate key per deployment. Global keys live under Settings > Global API Deployment Keys, where you can create, edit, rotate, and revoke them.
- Hosted MCP server: Unstract now hosts an MCP endpoint alongside every API deployment, so coding agents and other MCP clients can call Unstract as tools instead of building HTTP requests by hand. It sits at the deployment's existing URL with
/mcpappended and authenticates with that deployment's own API key. Nothing extra to install, and no new credential to mint. - Unpublish a Prompt Studio tool: You can now remove an exported tool from the tool registry while keeping its Prompt Studio project — previously the only way to remove one was to delete the whole project. Tools still in use by a workflow or deployment are protected, and the refusal names what is holding on to them. Note that re-exporting later creates a new tool rather than restoring the old one, so anything referencing the previous tool needs updating.
- Sortable, searchable list pages: The Prompt Studio, adapter, connector, and workflow list pages now share one layout with an Owned By column, sorting by name, created, or modified date, and search that matches either the resource name or its owner's email. Pages load one at a time and the picker dropdowns that select these resources now load past the first page too, so everything stays reachable as your organization grows.
- Setup documentation links everywhere: Every Add Connector and Add LLM, Vector DB, Embedding, or Text Extractor screen now shows a link to that item's setup page, so you no longer have to leave the product and search for it. Items without a dedicated page link to their category overview.
- Agentic table extraction improvements: Agentic Prompt Studio table extraction continues to get more accurate on long, multi-page tables, with better handling of per-group summary rows.
Bug Fixes
- Deploying an exported Prompt Studio tool works with LLM Challenge on or off: Deployments used to fail validation at the very last step — after everything else had succeeded — because the challenge model resolved during export was discarded before validation. The resolved model is now carried through, so deploys pass whether LLM Challenge is enabled or disabled, and a model you set for a specific project is no longer overwritten by your account-wide default.
- Prompts fall back to the project's default LLM profile: Running a prompt that has no profile of its own now uses the project's default LLM profile, matching how indexing and single-pass extraction already behaved, instead of failing. The related error message now names both places a profile can come from, so it points at something you can actually change.
- Correct tool picked when creating an API deployment from Prompt Studio: Creating an API deployment from a Prompt Studio project now matches the exported tool to its source project directly, rather than by name — so organizations with two projects sharing a name no longer risk deploying the wrong one.
- API keys can only be created by the deployment's owner: Creating a key for an API deployment or pipeline is now checked against ownership on every path, closing a gap where another member of the same organization could mint a working key for a deployment they did not own.
- Simpler API key creation requests: Creating a key through the API no longer requires repeating the deployment or pipeline identifier in the request body when it is already part of the URL, and a request naming a different target than the URL is now rejected instead of quietly picking one.
- Multi-page and grouped table extraction fixes: Rows that continue across a page break now merge correctly when the continuation is the first row on the page, tables with only a single group now return their summary line, rows that lose their group association are re-attached instead of dropped, and vision-mode extractions retry automatically when output is cut short.
v0.175.0
Release Date: July 29, 2026
New Features
- Grouped table output in Agentic Prompt Studio: Agentic table extractor table extraction can now group extracted rows by a section value — for example, nesting line items under each property or invoice — and optionally return a summary line of totals for each group. Grouping is now driven by the shape of your project's output schema instead of the separate "Group Key(s)" setting, which has been removed, and it runs as part of the main extraction pass rather than an extra pass over every page, so grouped extractions finish faster and cost less.
- Lookups now work with agentic table prompts: You can now assign a lookup to an agentic table prompt to enrich its extracted table — previously lookups couldn't be attached to these prompts at all. By default the lookup runs once over the whole extracted table; a new "Enrich each row separately" option runs it per row for finer-grained enrichment, with a cost warning up front since it means one call per row. Rows that fail to enrich keep their original values and are reported in a summary instead of failing the run.
- Faster Workflows page for large organizations: The Workflows list now loads a page at a time and searches by name across all your workflows, so the page stays quick as your workflow count grows.
Bug Fixes
- API Hub usage is recorded again: API Hub usage had stopped being recorded, so the subscription dashboard no longer reflected the pages your API calls processed, with no error shown anywhere. Usage is now tracked reliably for every completed call, including on shared API Hub products where the subscriber differs from the account that owns the underlying deployment.
- Reasoning models work in agentic table extraction: Agentic table extraction no longer fails when the project uses a reasoning model that rejects the temperature setting.
- Fewer split rows in multi-page tables: A row that continues across a page break is no longer split into separate records when the model returns the same identifier with different capitalization, so multi-page tables extract as single, complete rows.
- List page columns line up: The "Owned By" and "Updated" columns now sit at the same position on every row across the Prompt Studio, adapter, connector, and workflow list pages, and list titles are no longer thinner than those in the Agentic Prompt Studio project list.
v0.174.0
Release Date: July 23, 2026
New Features
- Group-key extraction for agentic tables: The agentic table extractor can now organize extracted table data under group keys, including for unlabeled, section-level fields, and supports multiple group keys within a single table. A dedicated extraction agent handles grouped fields and multi-sheet sample selection, improving accuracy when pulling structured data from documents and spreadsheets that repeat the same fields across several sections.
- Co-owners for shared projects: You can now assign co-owners to Agentic Prompt Studio projects and other shared resources, so more than one person can manage and edit them.
- MiniMax LLM support: You can now connect MiniMax models as an LLM adapter.
- Created and modified dates on list pages: Adapter and Prompt Studio list pages now show when each item was created and last modified, making it easier to spot your most recent work.
Bug Fixes
- Correct ownership checks in Prompt Studio: Ownership permissions are now validated against the person making the request, so access to shared Prompt Studio projects is granted correctly.
v0.173.1
Release Date: July 15, 2026
New Features
- Mistral embeddings: You can now use Mistral's
mistral-embedmodel as an embedding adapter, giving you another option for indexing and semantic search.
Bug Fixes
- Newer Claude models work reliably: Claude Sonnet 5 and newer Claude models no longer fail on the deprecated temperature setting, so prompts using these models run without errors.
- Output Analyzer shows profile names: The Output Analyzer tabs in Prompt Studio now display each profile's name instead of the underlying LLM name, making it easier to tell your profiles apart.
- LLMWhisperer dashboard number formatting: Large numbers on the LLMWhisperer dashboard now include comma separators, so they're easier to read at a glance.
- LLMWhisperer playground layout: Sample card descriptions no longer overlap the "Mode used" label in the LLMWhisperer playground.
v0.173.0
Release Date: July 13, 2026
New Features
- Buy LLMWhisperer through AWS Marketplace: LLMWhisperer buyers who arrive from AWS Marketplace are now onboarded directly into the LLMWhisperer product and land on a dedicated marketplace page. Since billing is handled through AWS, these accounts see an AWS Marketplace billing notice in place of the standard Stripe pricing.
Bug Fixes
- More reliable tool execution: Fixed an issue in the tool runner that could cause tool runs to fail unexpectedly.
v0.172.0
Release Date: July 6, 2026
New Features
- Restrict adapter and connector creation to org admins: A new organization setting lets admins restrict who can create LLM adapters and connectors to organization admins only. When it's on, non-admin members work from the shared adapters and connectors an admin has already set up. The toggle lives in Platform Settings and is off by default, so existing behavior is unchanged until you enable it.
- Rotate platform API keys via the API: Platform API keys on the
full_accesstier can now call the key rotation endpoint, so credentials can be rotated through automation instead of only from the admin UI. - See your running platform version: Your profile page now shows the platform version you're currently on, making it easy to reference the exact version when reporting an issue.
Bug Fixes
- API deployment runs no longer get stuck on staging failures: When an API deployment run fails while staging its input file, the execution is now marked as failed with the error reason instead of appearing to run indefinitely.
v0.171.2
Release Date: July 4, 2026
New Features
- AWS Marketplace onboarding for LLMWhisperer: The AWS Marketplace claim flow now covers the LLMWhisperer listing, with a dedicated claim landing page. Subscriptions are provisioned automatically the moment you claim them, so marketplace onboarding is fully self-serve.
- Platform version on your profile: The profile page now shows the current Unstract platform version, so you can easily see which version you're running.
Bug Fixes
- LLMWhisperer usage on the dashboard for custom plans: Custom plan subscribers now see their LLMWhisperer usage on the dashboard, matching the visibility already available on other plans.
v0.171.1
Release Date: July 1, 2026
Bug Fixes
- Prompt Studio and HITL pages render correctly again: Fixed a regression that could leave the Prompt Studio detail view and the Human-in-the-Loop review screen showing a blank page.
v0.171.0
Release Date: July 1, 2026
New Features
- Excel support for agentic table extraction: The agentic table extractor now works with Excel workbooks (
.xlsxand.xls), including multi-sheet files where each sheet is extracted on its own. - Automatic welcome for marketplace buyers: New customers who purchase through the marketplace are now welcomed automatically as soon as their subscription activates, with more reliable account claiming during checkout.
Bug Fixes
- Lookups: Fixed an issue where an orphaned assignment could block deleting a lookup, and switching the extractor now correctly re-runs extraction.
- Reliable API updates: Updating an existing record through the API no longer fails with a false "already exists" error, so upsert-style requests succeed as expected.
- Faster page loads: Parts of the app now load on demand, reducing the initial load time when you navigate between sections.
v0.170.2
Release Date: June 24, 2026
Bug Fixes
- Long S3 presigned URLs are now accepted: URL fields no longer reject very long links, so long Amazon S3 presigned URLs validate and save successfully instead of being flagged as invalid.
v0.170.1
Release Date: June 24, 2026
Bug Fixes
- Single-pass extraction handles non-object results: Document processing with single-pass extraction no longer fails when extraction returns a value that isn't a structured object, so these runs complete successfully instead of crashing.
v0.170.0
Release Date: June 24, 2026
New Features
- Prompt Studio project transfer keeps per-prompt settings: Transferring a Prompt Studio project now carries each prompt's table and agentic extraction settings along with it, so a transferred project behaves the same as the original without manual reconfiguration.
- Claim AWS Marketplace subscriptions by email: Customers who subscribe through the AWS Marketplace can now claim their purchase using their verified email address, streamlining marketplace onboarding.
Bug Fixes
- Google Drive connector: Several Google Drive fixes — the folder browser no longer breaks when a folder contains Google Docs files, and Google Drive connections now work reliably across all execution workers.
- Adapters in use are protected from deletion: You can no longer delete an adapter that is still used by a workflow tool instance, preventing workflows from breaking unexpectedly.
- Correct LLMWhisperer adapter key label: The API key field on the LLMWhisperer adapter is now labeled "LLMWhisperer Key" instead of the misleading "Unstract Key".
- Org admins and service accounts see all lookups: Organization admins and service accounts now have visibility into every lookup in the organization.
v0.169.0
Release Date: June 17, 2026
New Features
- Subscribe through the AWS Marketplace: You can now purchase and manage your Unstract Cloud subscription through the AWS Marketplace. A new marketplace landing and claim flow connects your marketplace purchase to your account, and usage is metered and billed automatically.
- Smarter execution notifications: Notifications can now be batched within a time window so you receive a single grouped alert instead of one per run, and a new "notify on failures only" option lets you stay quiet on successful executions and hear about problems.
- Platform API support for org-to-org cloning: The Platform API now supports service-account group management and name-based filters, making it easier to programmatically copy resources from one organization to another.