All updates
August 21, 2026

Integrations, DeepSeek Harness, and the agent files API

An integrations marketplace with our first three partners, a DeepSeek Harness template, a public API for agent files, and self-serve webhooks.

Maritime Integrations

The marketplace is live with our first three partners: Configure for user personalization, Photon for iMessage, WhatsApp, and Slack channels, and Inkbox for a phone number and inbox your agent owns. If you're building infrastructure for agents, you can submit a partnership request from the marketplace.

Browse the marketplaceMaritime Integrations with Configure, Photon, and Inkbox listings

DeepSeek Harness template

dsh is DeepSeek's open-source agent harness where everything is a plugin, and every run is recorded in session logs you can resume, fork, and replay from its web workbench. Pick the template and it's running on its own machine a minute later, no API key needed to start.

Read the guideDeepSeek Harness on Maritime

Your agent's files, over the API

Every agent's disk is now a documented public API: list, upload, download, and edit anything from the TypeScript and Python SDKs or plain HTTP, without opening the dashboard.

How it worksThe agent files API endpoints

Self-serve webhooks

Add an endpoint under Settings and Maritime sends a signed POST whenever your agent changes state or replies to a message, instead of polling.

Webhook docsThe webhooks settings panel