deploy

deploy is a command for coding agents from akka/ai-marketplace. It costs 33 tokens per session (1,518 once invoked), scanned A, original, Apache-2.0.

A deployment command that packages a service as a container image, uploads it to a registry, and deploys it to the Akka platform. A container image is a portable package containing an application and what it needs to run.

In plain words
What is it for?
Use it to deploy a locally tested service, choose its Akka organization and project, select a region, and configure routing.
Why use it?
It handles the steps between a service working on your computer and running on the Akka platform, while checking that the code compiles and tests pass first.

Command

Part of the akka-specify plugin — 13 commands shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/akka/ai-marketplace/deploy
Clone the repo
git clone --depth 1 https://github.com/akka/ai-marketplace

Or install akka-specify, the plugin that ships this one along with the rest of its 13 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deploy

README.md
[![agentmods](https://agentmods.dev/badge/commands/akka/ai-marketplace/deploy.svg)](https://agentmods.dev/commands/akka/ai-marketplace/deploy)
Your own site
<a href="https://agentmods.dev/commands/akka/ai-marketplace/deploy"><img src="https://agentmods.dev/badge/commands/akka/ai-marketplace/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.01518
Opus 5 $0.00016 $0.00759
Sonnet 5 $0.00007 $0.00304
Haiku 4.5 $0.00003 $0.00152

Measured 5d ago against content hash 3d65ff84dc03, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

deploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/akka-specify/commands/deploy.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

User Input

$ARGUMENTS

You MUST consider the user input before proceeding (if not empty).

Purpose

This command transitions the service from local development to the Akka platform. It builds a container image, pushes it to a registry, deploys it, and configures routing. Only run this when the service works locally (via /akka-specify:build) and you're ready to ship.

Outline

  1. Pre-flight checks:
    • Run mvn compile and mvn test — do not deploy if tests fail
    • Ensure platform context:
      1. Read akka://context resource to check current org/project
      2. If organization is empty: a. Call akka_organizations_list to get available orgs b. Present the list to the user and ask which to use c. Remember the chosen org for subsequent tool calls
      3. If project is empty: a. Call akka_projects_list (pass organization parameter if known) b. If projects exist: present list and ask user to pick c. If none: ask if they want to create one via akka_projects_create d. Remember the chosen project for subsequent tool calls
      4. Read akka://regions to confirm target region
      5. IMPORTANT: Pass the chosen project as the project parameter on every platform tool call. Do NOT call akka config set — that modifies the user's persistent CLI configuration.
    • Check the service name: Read pom.xml and check the <artifactId>. If it is a scaffold default (e.g. empty-service, my-service, example-service), ask the user what service name they want to deploy as. Use the user's chosen name as the service parameter in akka_services_deploy — do NOT rename the artifactId in pom.xml.
    • Check Docker image store: Docker Desktop may have the containerd image store enabled, which is incompatible with the Akka container registry push flow. Check docker info output for containerd as the storage driver or image store. If detected, warn the user: "Docker Desktop appears to be using the containerd image store, which is incompatible with the Akka container registry push flow. Please:
      1. Open Docker Desktop → Settings → General
      2. Uncheck 'Use containerd for pulling and storing images'
      3. Apply & Restart Docker Desktop

Read the full file on GitHub · 137 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 137 lines · 33 tokens per session scan A 3d65ff84dc03

Subscribe to this mod's changes

deploy is a command published in the GitHub repository akka/ai-marketplace (6 stars, last pushed 5d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,518 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.