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 marketplace
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 guide
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 works
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 docs