Skip to content

SaaS Release — 2026-04-13 to 2026-04-26

Window: 2026-04-13 → 2026-04-26

Highlights

Light mode for Kindo

Kindo’s chat interface now supports a system-aware light theme alongside the default dark theme. You can switch themes from your profile menu, or have Kindo follow your operating system’s appearance setting. Your existing keyboard shortcuts, chat history, and integrations are unchanged.

Chat Actions: now available via the public API

You can now invoke Kindo chat actions programmatically. Send a POST to /v1/responses with your action’s input and receive a streaming response that closely matches the OpenAI Responses API shape, including function tools, persistent sessions, and reusable conversation IDs. Authentication uses your standard Kindo Bearer token.

The new API endpoints include:

  • POST /v1/responses — invoke a chat action and stream its result
  • GET /v1/responses/{id} — fetch an existing response
  • GET /v1/conversations/{id}/items — list conversation items

See the Responses API quickstart for examples and SDK compatibility notes.

Integrations

Traceable AI: comprehensive API coverage

The Traceable AI integration now covers nearly the full Traceable platform surface. New capability areas include:

  • Threat & vulnerability management — query and update vulnerability state, retrieve threat-activity trends, manage detection exclusions.
  • Identity & access management — full read and write APIs on users, roles, and service accounts.
  • Policy & rule management — protection rules (IP range, region, rate limiting, malicious sources), custom signature rules, span rules, naming rules.
  • Data classification & redaction — read and write APIs for classification policies.
  • Anomaly detection & alerting — configuration APIs and alert/notification management.
  • Observability — spans, traces, and events query APIs, plus a natural-language query endpoint.
  • Operational tooling — agent token management, TLS certificate management, sampling configuration, user attribution.

New and improved integrations

  • Monday.com — new integration for boards, items, and updates.
  • GitHub Actions — new integration for workflow runs and job inspection.
  • Freshworks — new standard integration.
  • CrowdStrike Falcon: Custom IOC Management — four new tools for managing custom indicators of compromise.
  • OneDrive — file-path-based upload variant that supports large uploads which previously hit a payload size limit.

LLM vision for images returned by integration tools

When an integration tool returns an image, Kindo now passes it through to the language model with vision enabled. Tools that return screenshots, charts, or document previews are now interpretable by the agent rather than appearing as opaque attachments.

Improvements

Profile dropdown: organization name visible to all users

The profile dropdown now shows your organization name regardless of role, so non-admin users no longer have to guess which Kindo workspace they’re in.

Dropdown menus and selection controls have refreshed animations and clearer hover/active states across the app.

Fixes

Workflow list reliability

A workflow list endpoint that returned errors for some users in certain conditions has been fixed. Workflow lists now load reliably across all org sizes.

Anthropic invalid-request errors no longer mislabeled as outages

When the upstream model rejects a request as invalid, the chat now surfaces a precise error indicating the request itself needs adjustment, instead of misreporting the situation as a provider outage.

Knowledge store: clearer feedback on unsupported file types

Uploading XLSX, CSV, or XLS files to the knowledge store now returns a clear, immediate error at upload time, instead of silently accepting the file and failing later at search time.

Scheduled Agents respect timezone and frequency

Scheduled Agents now run on the timezone and frequency configured in the UI. Previously these fields could be ignored, resulting in runs at unexpected times.

Agent Builder: LLM step prompt input is clickable when blank

The LLM step prompt input is now clickable when blank. A visual overlay that made the field appear active but unresponsive has been resolved.

GitHub integration: large file uploads

Large file uploads through the GitHub integration now complete cleanly or fail with a clear size-limit error, instead of silently producing corrupt content.

API Action Step: previous step outputs available

API Action Step bodies can now reference the outputs of previous steps in a workflow. Previously this context was empty during body evaluation.

SAP integration: serialization reliability

A serialization regression affecting some SAP on-prem instances has been resolved. SAP-backed workflows now serialize responses reliably.