How Maritime’s scores are calculated
The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.
verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10
PA Score29/100
Agent-ready 58.1 × 0.30 = 17.43
API quality 0.0 × 0.20 = 0.00
Openness 7.2 × 0.20 = 1.44
Built-in AI 25.8 × 0.15 = 3.87
Automation 39.5 × 0.15 = 5.92
(17.43 + 0.00 + 1.44 + 3.87 + 5.92) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 28.67 ÷ 1.00 = 28.7
Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.
Agent-ready58.1/100×0.30 of the PA blend
Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.
Point an agent at llms.txt or agent-oriented docsweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [probe] https://maritime.sh/llms.txt“PROBE llms.txt: HTTP 200 at https://maritime.sh/llms.txt # Maritime > Maritime is a cloud platform for deploying, hosting, and managing AI agents. Agents run on serverless infr”
- [claimed-docs] https://maritime.sh/llms.txt“Templates are cloneable agent packages; publishers can share them via link or the public library.”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Paste one prompt into Claude, Cursor, or any assistant and it can install the CLI, authenticate, and deploy agents for you.”
Run the product headlessly / in CI for automationweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Authenticate with an env var, never interactively. Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`. Keys never expire; browser-login tokens do.”
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“provision is idempotent on it: it returns the existing agent if there is one, else creates a new one. Safe to call on every sign-in.”
- [probe] https://maritime.sh/docs/cli“official CLI documented at https://maritime.sh/docs/cli”
Plug MCP servers into this product so it can use their toolsweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Connect an agent via an official MCP serverweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/cli“The Maritime CLI lets you deploy and manage agents from your terminal.”
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
Use an official CLIweight 2
2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/cli“The Maritime CLI lets you deploy and manage agents from your terminal.”
- [claimed-docs] https://maritime.sh/docs/quickstart“npm install -g maritime-cli”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Authenticate with an env var, never interactively. Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`.”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Paste one prompt into Claude, Cursor, or any assistant and it can install the CLI, authenticate, and deploy agents for you.”
- [probe] https://maritime.sh/docs/cli“official CLI documented at https://maritime.sh/docs/cli”
Drive the product through a documented public APIweight 3
3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“Tag each agent with your own id via `externalId`. `provision` is **idempotent** on it: it returns the existing agent if there is one, else creates a new one.”
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“provision is idempotent on it: it returns the existing agent if there is one, else creates a new one. Safe to call on every sign-in.”
- [claimed-docs] https://maritime.sh/docs/sdk/webhooks“Get notified when a customer's agent changes state, instead of polling. Subscribe a URL, and Maritime POSTs a signed JSON body on every lifecycle event.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Authenticate with an env var, never interactively. Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`.”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
Issue scoped/least-privilege API credentials for an agentweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/sdk/authentication“Hand a subsystem the narrowest key it needs. A leaked key can then only do what its scope allows.”
- [claimed-docs] https://maritime.sh/docs/computers“To hand out a key that reaches computers and nothing else, create a **Computers key** in the Computers section of Settings, API keys”
- [claimed-docs] https://maritime.sh/docs/sdk/authentication“Every key carries scopes. Hand a subsystem the _narrowest_ key it needs. A leaked key can then only do what its scope allows.”
- [claimed-docs] https://maritime.sh/docs/computers“a key whose only scope is `computers` is refused on every other Maritime endpoint”
- [claimed-docs] https://maritime.sh/docs/sdk/authentication“Hand a subsystem the _narrowest_ key it needs. A leaked key can then only do what its scope allows.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Authenticate with an env var, never interactively. Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Mint a long-lived key (`mk_…`) with `maritime keys create` and export it as `MARITIME_TOKEN`. Keys never expire; browser-login tokens do.”
Build against official SDKsweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“Tag each agent with your own id via `externalId`. `provision` is **idempotent** on it: it returns the existing agent if there is one, else creates a new one.”
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
- [claimed-docs] https://maritime.sh/docs“Give every one of your users their own agent with the TypeScript or Python SDK.”
- [claimed-docs] https://maritime.sh/docs/sdk/agents“Send a message and wait for the reply. Sleeping agents wake automatically.”
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/blog“The Maritime Files API: eight endpoints and both SDKs to browse, upload, download, and edit an agent's disk over HTTP, even while the agent sleeps.”
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“provision is idempotent on it: it returns the existing agent if there is one, else creates a new one. Safe to call on every sign-in.”
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
Subscribe to events via webhooksweight 2
2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/sdk/webhooks“Get notified when a customer's agent changes state, instead of polling. Subscribe a URL, and Maritime POSTs a signed JSON body on every lifecycle event.”
- [claimed-docs] https://maritime.sh/docs/sdk/authentication“Hand a subsystem the narrowest key it needs. A leaked key can then only do what its scope allows.”
Agent-ready = 122.0 ÷ 210 × 100 = 58.1
API quality0.0/100×0.20 of the PA blend
The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.
Explore an interactive API reference with runnable examplesweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
Download a machine-readable API spec (OpenAPI or equivalent)weight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
Test against a sandbox environment without touching production dataweight 1
1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Rely on versioned APIs with a documented deprecation policyweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
API quality = 0.0 ÷ 70 × 100 = 0.0
Openness7.2/100×0.20 of the PA blend
Can you leave, inspect, or self-host — data export, open source, portability.
Do everything through the API that I can do in the UIweight 2
2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max
- [claimed-docs] https://maritime.sh/docs/api“Mint a personal API key with `maritime keys create` and send it as a Bearer token, the same token the CLI itself uses.”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [claimed-docs] https://maritime.sh/docs/sdk/quickstart“Tag each agent with your own id via `externalId`. `provision` is **idempotent** on it: it returns the existing agent if there is one, else creates a new one.”
- [claimed-docs] https://maritime.sh/docs/sdk/authentication“Hand a subsystem the narrowest key it needs. A leaked key can then only do what its scope allows.”
- [claimed-docs] https://maritime.sh/docs/computers“A persistent Linux desktop (XFCE, Chromium, LibreOffice) for each of _your_ end users, driven by _your_ model.”
- [claimed-docs] https://maritime.sh/docs/builds“The agent page streams the build log live under **Overview → Builds**.”
- [claimed-docs] https://maritime.sh/llms.txt“Templates are cloneable agent packages; publishers can share them via link or the public library.”
- [probe] https://maritime.sh/openapi.json“PROBE openapi: all candidate paths 404 (https://maritime.sh/openapi.json, https://maritime.sh/swagger.json, https://maritime.sh/api/openapi.json, https://maritime.sh/.well-known/openapi.json)”
Export all of my data in open formats and leaveweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [claimed-docs] https://maritime.sh/docs/configuration“Bulk import from a .env file (or stdin), then hot-reload”
- [claimed-docs] https://maritime.sh/docs“Migrate from AWS, Heroku, or a VPS”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
Read the product's source under an open licenseweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Self-host the core productweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [probe] https://maritime.sh/llms.txt“PROBE llms.txt: HTTP 200 at https://maritime.sh/llms.txt # Maritime > Maritime is a cloud platform for deploying, hosting, and managing AI agents. Agents run on serverless infr”
- [claimed-docs] https://maritime.sh/docs“Migrate from AWS, Heroku, or a VPS”
Openness = 7.2 ÷ 100 × 100 = 7.2
Built-in AI25.8/100×0.15 of the PA blend
Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.
Get AI-generated insights and suggestions from my data inside the productweight 2
2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Set up automations that run autonomously in the backgroundweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/triggers“A cron trigger takes a standard five-field expression, wakes the agent on schedule, and delivers its `prompt` as a chat message on every fire.”
- [claimed-docs] https://maritime.sh/docs/triggers“Ask the agent (OpenClaw-family and Hermes templates): tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers.”
- [claimed-docs] https://maritime.sh/docs/triggers“tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers”
- [claimed-docs] https://maritime.sh/docs/how-it-works“Always-on is a flat add-on for the rare agent that must react in milliseconds around the clock.”
- [claimed-docs] https://maritime.sh/docs/sdk/agents“Send a message and wait for the reply. Sleeping agents wake automatically.”
- [claimed-docs] https://maritime.sh/docs/frameworks/claude-code“Maritime gives it what a laptop session can't: its own always-on micro-VM in the cloud, persistent storage, sleep/wake economics, and every chat channel Maritime supports.”
Delegate tasks to a built-in AI assistant inside the productweight 3
3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max
- [claimed-docs] https://maritime.sh/docs/ai-agents“Paste one prompt into Claude, Cursor, or any assistant and it can install the CLI, authenticate, and deploy agents for you.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
Operate the product with natural-language commandsweight 2
2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max
- [claimed-docs] https://maritime.sh/docs/triggers“Ask the agent (OpenClaw-family and Hermes templates): tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“Paste one prompt into Claude, Cursor, or any assistant and it can install the CLI, authenticate, and deploy agents for you.”
- [claimed-docs] https://maritime.sh/docs/triggers“tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“point Claude Code or your Maritime agent at a provider's runbook page and it can inventory the old provider with read-only credentials, recreate each workload as a Maritime agent”
Built-in AI = 23.2 ÷ 90 × 100 = 25.8
Automation39.5/100×0.15 of the PA blend
Depth of automation primitives — rules, scheduling, bulk operations, webhooks.
Perform bulk operations across many items at onceweight 2
2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max
- [claimed-docs] https://maritime.sh/docs/configuration“Bulk import from a .env file (or stdin), then hot-reload”
- [claimed-docs] https://maritime.sh/docs/cli/llms.txt“Pass --json on EVERY command. Success: one JSON value on stdout, stderr empty.”
- [claimed-docs] https://maritime.sh/docs/api“RESTful API for managing agents programmatically.”
- [claimed-docs] https://maritime.sh/docs/ai-agents“The Maritime CLI is built to be operated by other AI agents, not just humans: machine-readable output on every command, stable exit codes, and a live self-describing contract.”
Define rules that trigger actions automatically on eventsweight 3
3 (weight) × 6 (quality) × 0.6 (partial) = 10.8 of 30 max
- [claimed-docs] https://maritime.sh/docs/triggers“A cron trigger takes a standard five-field expression, wakes the agent on schedule, and delivers its `prompt` as a chat message on every fire.”
- [claimed-docs] https://maritime.sh/docs/triggers“Ask the agent (OpenClaw-family and Hermes templates): tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers.”
- [claimed-docs] https://maritime.sh/docs/triggers“tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers”
- [claimed-docs] https://maritime.sh/docs/sdk/webhooks“Get notified when a customer's agent changes state, instead of polling. Subscribe a URL, and Maritime POSTs a signed JSON body on every lifecycle event.”
- [claimed-docs] https://maritime.sh/docs/how-it-works“Always-on is a flat add-on for the rare agent that must react in milliseconds around the clock.”
Schedule recurring jobs or workflowsweight 2
2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max
- [claimed-docs] https://maritime.sh/docs/triggers“A cron trigger takes a standard five-field expression, wakes the agent on schedule, and delivers its `prompt` as a chat message on every fire.”
- [claimed-docs] https://maritime.sh/docs/triggers“Ask the agent (OpenClaw-family and Hermes templates): tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers.”
- [claimed-docs] https://maritime.sh/docs/triggers“tell it "send me a digest every weekday at 9" and the platform syncs the schedule it sets for itself into real wake triggers”
- [claimed-docs] https://maritime.sh/docs/how-it-works“Always-on is a flat add-on for the rare agent that must react in milliseconds around the clock.”
Version, review, and roll back my automationsweight 1
1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max
no evidence cited — the verdict rests on absence of evidence, re-checked on refresh
Automation = 31.6 ÷ 80 × 100 = 39.5