OpenClaw Guide
Deploy OpenClaw agents on Maritime.
Overview
OpenClaw is a Node.js-based autonomous AI agent platform with 100+ built-in skills including web browsing, code execution, file management, and more. Maritime deploys the official OpenClaw Docker image directly.
Docker Image
Image: ghcr.io/openclaw/openclaw:latest
Official OpenClaw image. Runs the gateway on port 18789.
How It Works
Unlike CrewAI and LangGraph templates (which wrap frameworks in a FastAPI server), OpenClaw runs its own gateway server natively. Maritime pulls and starts the official image with headless mode enabled.
# The container runs with:
OPENCLAW_HEADLESS=true
# Gateway listens on port 18789Environment Variables
Set ANTHROPIC_API_KEY or OPENAI_API_KEY in your agent's environment variables. OpenClaw supports multiple LLM providers.
Deploy
Select Template → OpenClaw Agent in the Create Agent modal. Maritime pulls the official image and starts the container automatically.