Product milestones and feature releases, newest first.
April 2026New
Public API, MCP, and Outbound Webhooks
REST API at /api/v1 covering tasks, messages, channels, documents, agents, uploads, databases, and rows — authenticated via workspace-scoped bearer tokens
Workspace admins mint sk_sal_-prefixed API keys under Settings → API Keys with per-resource scopes, optional IP allowlists, and optional expiry
Model Context Protocol endpoint at POST /mcp — any MCP-aware host (Claude Desktop, Cursor, custom agents) can drive a workspace through the same 67 AI tools Saltare agents use
OpenAPI skill imports: paste a JSON or YAML spec and each operation becomes a dynamic openapi__* tool that attached agents can call
Outbound webhook subscriptions under Settings → Webhooks — signed HMAC-SHA256 deliveries for task.created, task.completed, message.posted, document.published events, with auto-pause after 20 consecutive failures
Developer reference at /docs covering REST, MCP, and webhook payload formats
April 2026
Beacons & Notification Flyout
Bookmarks renamed to Beacons — save messages, tasks, documents, databases, uploads, channels, and projects for quick access
Beacons appear in a dedicated sidebar quick-access section with drag-and-drop reordering
Notification bell icon with flyout dropdown replaces the sidebar notification link — quick triage without leaving your current page
Dashboard Alerts card surfaces unread notifications on the workspace overview
April 2026New
Uploads & File Management
Drag-and-drop file uploads with type-specific viewers for images, PDFs, code, audio, video, spreadsheets, and more
Automatic categorization by content type and background text extraction for PDFs, spreadsheets, and text files
CSV-to-database conversion: upload a spreadsheet, click convert, and Saltare infers column types and imports rows automatically
Upload embeds: reference files in documents and messages with [[upload:slug]] inline chips and ![[upload:slug]] block cards
Upload search across titles, filenames, and extracted text content — available in command palette and to agents
AI agent tools: get_upload and search_uploads let agents retrieve and analyze uploaded files
Plan-gated storage quotas: 100 MB (Starter) to 500 GB (Enterprise), with per-file size limits
Vector embeddings on messages and tasks complete hybrid search coverage across all content types
April 2026
Hybrid Search & Smart Context
Hybrid search: agents combine keyword matching with semantic vector search to find content even when vocabulary differs
Intent parameter on all search tools — agents describe what they're looking for, not just keywords
Automatic query expansion: when search returns few results, the system generates keyword variations via Haiku and retries
Context annotations on data tree nodes — describe what folders contain, surfaced in agent search results
Smart document chunking: long documents split at natural markdown boundaries, agents load only relevant sections
Vector embeddings (pgvector + HNSW) on documents and agent memories, generated asynchronously via OpenAI text-embedding-3-small
April 2026
Skills & Automation Builder
Skill templates: pre-built patterns for common automations — create skills in one click
Visual schedule builder replaces raw cron input with presets and next-run preview
Structured trigger condition builder: filter events by task group, state, and priority without writing code
Pipeline visualization: step-by-step progress view with live status indicators
Skill execution history with live-updating run logs via Turbo Streams
Scheduled skills section on the workspace overview dashboard
March 2026New
Voice Calls
LiveKit-powered voice calls attached to any channel
Agents join calls and respond via text-to-speech synthesis
Client-side Web Speech API transcribes speech in real time