> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/others/product-roadmap.md).

# Product Roadmap

Key Features for 2026

<table data-view="cards"><thead><tr><th></th><th></th><th>Expected Release</th><th>Current Status<select><option value="egTXzBDuAsHC" label="In Progress" color="blue"></option><option value="tXUlVhP2HekJ" label="Released" color="blue"></option><option value="LWtg2rB6pRpp" label="Started" color="blue"></option><option value="3kzXYKDNqW0a" label="Yet to start" color="blue"></option><option value="ZJYZ8sHyuBYn" label="Partially Released" color="blue"></option><option value="ZpgeRoDyiBe1" label="On Hold" color="blue"></option></select></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Project Level Access Keys</strong></td><td><ul><li>Introduces project-scoped access keys for improved security.</li><li>Enables safer and more controlled operations per project.</li></ul></td><td>v5.3.0 - February</td><td><span data-option="tXUlVhP2HekJ">Released</span></td><td></td></tr><tr><td><strong>EDI - Phase 2</strong></td><td><ul><li>Enhances EDI control, access management, and administrative workflows.</li><li>Expands observability and scalability with dashboards, logs, and more partner builders.</li></ul></td><td>v5.4.0 - April<br>v5.6.0 - September</td><td><span data-option="ZJYZ8sHyuBYn">Partially Released</span></td><td></td></tr><tr><td><strong>Support Ticket Updates</strong></td><td><ul><li>Simplifies the ticketing experience with a more intuitive interface.</li><li>Enables better collaboration between users and support teams.</li></ul></td><td>v5.4.0 - April</td><td><span data-option="tXUlVhP2HekJ">Released</span></td><td></td></tr><tr><td><strong>Back-date Syncs - R&#x26;D</strong></td><td><ul><li>Explores parallel and asynchronous processing for large data transfers.</li><li>Introduces specialized workers to handle heavy migration workloads.</li></ul></td><td>v5.5.0 - July</td><td><span data-option="tXUlVhP2HekJ">Released</span></td><td></td></tr><tr><td><strong>Step Runner</strong></td><td><ul><li>Adds instant step execution and automated sample data for rapid iteration.</li><li>Enables integrated debugging directly within workflows for faster issue resolution.</li></ul></td><td>v5.8.0 - November</td><td><span data-option="ZpgeRoDyiBe1">On Hold</span></td><td></td></tr><tr><td><strong>Dynamic Calls Safeguards</strong></td><td><ul><li>Adds additional safeguards against heavy burst traffic on dynamic calls.</li><li>Improves system resilience under high-load scenarios.</li></ul></td><td>v5.8.0 - November</td><td><span data-option="ZJYZ8sHyuBYn">Partially Released</span></td><td></td></tr><tr><td><strong>More Public Systems</strong></td><td><ul><li>Adds more public systems to improve reusability.</li><li>Reduces setup effort and accelerates integration.</li></ul></td><td>All Quarters</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr><tr><td><strong>Console Log Search</strong></td><td><ul><li>Enables searching errors across large volumes of console logs.</li><li>Speeds up issue identification and troubleshooting.</li></ul></td><td>v5.5.0 - July</td><td><span data-option="tXUlVhP2HekJ">Released</span></td><td></td></tr><tr><td><strong>Integrator MCP</strong></td><td><ul><li>Enables users to connect DCKAP Integrator with AI tools of their choice.</li><li>Allows AI tools to interact with Integrator data and capabilities, such as projects, workflows, logs, and synchronizations.</li></ul></td><td>v5.6.0 - September</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr><tr><td><strong>AI Workflow Builder Agent</strong></td><td><ul><li>Generates initial workflow drafts using AI to simplify configuration.</li><li>Reduces time required for initial setup.</li></ul></td><td>v5.6.0 - September<br>v5.7.0 - October</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr><tr><td><strong>AI Workflow Explainer Agent</strong></td><td><ul><li>Explains existing workflows in simple, easy-to-understand language.</li><li>Helps developers quickly understand unfamiliar workflows and make changes faster.</li></ul></td><td>v5.6.0 - September<br>v5.7.0 - October</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr><tr><td><strong>AI Log Explainer Agent</strong></td><td><ul><li>Explains programmatic errors in simple language with the likely root cause and next steps.</li><li>Reduces the dependency on technical expertise to interpret logs.</li></ul></td><td>v5.6.0 - September<br>v5.7.0 - October</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr><tr><td><strong>AI Workflow Reviewer Agent</strong></td><td><ul><li>Identifies potential improvements and provides actionable recommendations to developers.</li><li>Helps users improve workflow quality.</li></ul></td><td>v5.8.0 - November</td><td><span data-option="3kzXYKDNqW0a">Yet to start</span></td><td></td></tr><tr><td><strong>Workflows Improvements</strong></td><td><ul><li>Extends FTP/SFTP support, previously available only in Flows, to Workflows.</li><li>Enables users to import and export snippets across Workflows.</li></ul></td><td>v5.6.0 - September</td><td><span data-option="egTXzBDuAsHC">In Progress</span></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.dckapintegrator.com/others/product-roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
