The easiest way to create and share
specialized AI agents.

Start from a Blueprint. Customize it with Maritime's AI. Share it with anyone.

Start with a Blueprint, not from scratch.

A Blueprint bundles prompts, tools, memory, triggers, and hosting into a working agent, built by someone close to the work. Clone it, customize it for your workflow, share it with whoever needs it.

HBS Agent

Auto-registers for classes, syncs section schedules, books office hours.

by Daniel K. · HBS '27 student
Built on OpenClaw

VC Chief of Staff

Pre-reads decks, drafts diligence memos, preps every founder call, and keeps LPs up to date.

by Ravi M. · Seed fund CoS
Built on Hermes

7.014 Agent

Personalized tutor for MIT 7.014. Submit assignments and automatically review feedback.

by Dr. Reyes · MIT Professor
Built on OpenClaw

Personal Admin

Triages your inbox, schedules calls, and handles recurring errands on autopilot.

by Lena W. · Solo founder
Built on Hermes

Real Estate Listing Agent

Drafts MLS descriptions, books showings, and follows up with open-house leads.

by Maya R. · NYC broker
Built on Hermes

Factory Onboarding

Walks new floor workers through machine safety, OSHA checks, and shift handoffs.

by Mike T. · MA plant owner
Built on OpenClaw

Built one yourself? Publish it. Maritime handles hosting, sharing, and payouts when people use it.

Use it. Customize it. Share it.

Three things you can do with any agent on Maritime. No setup, no framework choice, no infra.

Everything an agent
needs, bundled.

A Blueprint packs prompts, tools, APIs, memory, triggers, hosting, and sharing into one cloneable thing.

$1/month to run

Flat hosting per agent. Cheap enough that a Blueprint can serve thousands without losing money.

Share with a link

Every Blueprint has its own URL. Send it to a classmate, a team, a customer. They get their own copy in one click.

API endpoints

OpenClaw, Hermes, and more

Blueprints can run on any of the agent frameworks Maritime supports: OpenClaw, Hermes, ZeroClaw, or your own.

One click to clone

Pick a Blueprint, get your own running copy in seconds. No Dockerfile, no setup, no glue code.

Encrypted by default

Every Blueprint comes with encrypted secret storage for API keys and credentials. Injected at runtime, never exposed.

OPENAI_API_KEY********************
REDIS_URL********************
DATABASE_URL********************
ANTHROPIC_API_KEY********************
GOOGLE_AUTH_SECRET********************

Scales when you go viral

Maritime wakes your agent on every request, scales it across hosts, and sleeps it when idle. You don't think about it.

From Blueprint to live agent in 3 steps.

Customization is a conversation with Maritime's AI. Describe what you want changed and it edits the agent for you. No coding required.

Pick a Blueprint
HBS Case PrepOpenClaw
Lead ResearchHermes
Personal AdminOpenClaw
Pick a Blueprint
Customize with AI
Make it answer in Spanish
Editing system prompt...
Translated 12 cases. Done.
Add a LinkedIn lookup before each case
Added tool: linkedin_search
OAuth wired to your account ✓
Customize with AI
Share & run
Share & run

Building an AI agent locally is easy.
Deploying it to the cloud is hard.

Unpredictable costs

Per request, per minute, per GB pricing. One reasoning loop costs more than a month of dev.

Nothing to share

Dockerfile, cloud config, SSL, CI/CD. Days of YAML before you can hand your agent to anyone else.

Dockerfile
docker-compose.yml
nginx.conf
deploy.yaml
.env.production
ssl/cert.pem

Built for web apps, not agents

Functions time out. Containers lose state. Agents need to think for minutes and remember for weeks.

agent thinking...4:58
ERROR504 Gateway Timeout
WARNState lost on restart

For the people using agents and the people who build them.

Creators

Got expertise in a niche workflow? Package it into a Blueprint and earn when people clone it.

1import { OpenClaw } from 'maritime'
2
3const agent = new OpenClaw({
4 version: '3.11',
5 model: 'gpt-5.3,
6 sandbox: false,
7 persistence: true,
8})
9
10await agent.deploy()

Communities

Teachers, coaches, club leaders. Share one Blueprint with your group and everyone gets a private copy.

Students & learners

Use a Blueprint built by someone who already mastered the material. Customize it for your own pace.

Teams & businesses

Run internal Blueprints across your team. Permissions, encrypted secrets, and audit logs included.

MemberRoleAgents

Blueprints run on the frameworks you already trust

Python
Docker
LangChain
CrewAI
OpenAI
AutoGen
Anthropic
Hugging Face
FastAPI
LangGraph
Vercel
Next.js
Python
Docker
LangChain
CrewAI
OpenAI
AutoGen
Anthropic
Hugging Face
FastAPI
LangGraph
Vercel
Next.js

How we make a Blueprint
cost $1 to run.

Cheap, fast hosting is the foundation underneath the marketplace. Without it, a Blueprint that goes viral would bankrupt its creator.

MaritimeMaritime
AWS Lambda
AWS EC2
Google Cloud
DigitalOcean
Railway
Heroku
Fly.io
Render
Monthly cost
$1/mo flat
$18+/mo
API Gateway + NAT extras
$8–15/mo
Pays even when idle
$6–49/mo
Always-on hits $49+
$16/mo
You manage the server
$5–10/mo
Usage-based, ephemeral
$7–25/mo
Add-ons push costs up
$6+/mo
IPv4 + volumes extra
$7+/mo
Database costs extra
Setup time
Minutes
Hours
Hours
Hours
Minutes
Minutes
Minutes
Medium
Minutes
No cold starts
None
Yes
None
Yes
None
None
Yes
None
None
Stateful containers
Yes
No
Yes
No
Yes
No
No
Yes
No
Sleep / wake
Built-in
No
No
No
No
No
No
No
No
Agent-first design
Yes
No
No
No
No
No
No
No
No

Pricing based on running an always-on AI agent (~1 vCPU, 1 GB RAM) as of March 2026. AWS Lambda costs include API Gateway and NAT Gateway for VPC-attached workloads. All prices are approximate monthly on-demand rates in US regions and may vary. Maritime's $1 flat rate is enabled by sleep/wake. Agents only burn compute while actively handling requests.

Loved by creators and users.

Alex C.
Alex C.@alex***·Feb 18

Cloned a Blueprint, told the @maritime_sh AI to translate it into Spanish, sent the link to my study group. Two minutes start to finish.

Sarah N.
Sarah N.@sarah***·Mar 2

Published a sales-ops Blueprint on @maritime_sh last month. 80 reps using it now. Earning more from this than my actual side project.

Marco R.
Marco R.@marco***·Feb 24

Custom GPTs were too generic for my CRM workflow. A Maritime Blueprint hooked into our actual pipeline and ran the followups. Night and day.

Devlin P.
Devlin P.@devlin***·Mar 5

My whole HBS section is cloning my case-prep agent now. The thing actually drills the cold-call format right. Built it from my own notes.

Emily Z.
Emily Z.@emily***·Feb 28

Asked the @maritime_sh chat to add a LinkedIn lookup tool to my Blueprint. It just did it. OAuth wired, prompt updated, done. Felt like magic.

Jake R.
Jake R.@jake***·Mar 7

Built one Blueprint. 1.2K people have cloned it. My hosting bill on @maritime_sh is $4/mo because of sleep/wake. Still confused this is legal.

Common questions.

A Blueprint is a complete, working agent. Prompts, tools, API connections, memory, triggers, and hosting all bundled into one cloneable thing. Unlike a prompt template or a Custom GPT, a Blueprint comes with everything an agent needs to actually do real work in your specific domain.

No. Use a Blueprint as-is, or describe what you want changed in plain English and Maritime's AI edits the agent for you. System prompt, tools, integrations, anything. Power users (who do know how to code) can drop down into the underlying framework whenever they want.

Yes. Publish a Blueprint to the public library and earn a share of the usage when people clone and run it. You set the price (free, one-time, or subscription). Maritime handles hosting, billing, and payouts.

OpenClaw, Hermes, ZeroClaw, CrewAI, LangGraph, OpenAI Agents, or anything else that runs in a container. Most creators pick OpenClaw or Hermes because they ship with the most tools out of the box.

Every agent sleeps when idle and wakes in milliseconds on the next request. You only burn compute while the agent is actually doing something. The flat $1/month covers the always-on side: routing, encrypted secrets, share links, sleep/wake orchestration.

Join the waitlist. Once you're in, browse the Blueprint library, clone whichever one fits your workflow, customize it, and share the link with the people you want to use it.

Find your agent.
Or build one.

Join the waitlist. Clone your first Blueprint, customize it for your workflow, and share it in minutes.

Join Beta