almyty API server — pair with almyty/frontend for Kubernetes and scale-out self-hosting.
8.6K
almyty is the full-stack platform for AI agents, agnostic by design. Point it at any LLM vendor (or several — one model drafts, reviewers from other vendors verify). Import an OpenAPI or GraphQL schema and every operation becomes a typed tool. Serve those tools and agents over MCP, A2A, UTCP, Agent Skills, or an OpenAI-compatible endpoint. Memory, credentials, scheduling, and analytics are built in. The core is Apache-2.0 — this is the same code that runs app.almyty.com.
This image is the API server alone, for deployments where the API and UI scale independently — pair it with almyty/frontend. Just want almyty running? Use the all-in-one almyty/almyty instead.
Needs PostgreSQL and Redis, plus two required secrets (JWT_SECRET, ENCRYPTION_KEY — it refuses to start without them). Kubernetes deployment walkthrough, env reference, and migration notes: docs.almyty.com/self-hosting. Run database migrations as a separate job before rolling new versions — the server does not migrate on boot.
| Image | Use it when |
|---|---|
almyty/almyty | You want almyty running in one container. Start here. |
almyty/api + almyty/frontend | Kubernetes / scale-out: API and UI scale independently. |
almyty/docs | The documentation site. You almost certainly don't need it. |
Use latest, or pin a release like 0.1.0, and stop reading.
Everything else on the tags page is machinery: dev / staging / prod and *-<sha> are our CI's internal build stream (not releases — don't self-host from them), and sha256-*.sig / .att are the cosign signatures and SBOM attestations for the release images.
Releases are signed with cosign (keyless, GitHub OIDC) and carry an SPDX SBOM:
cosign verify almyty/api:latest \
--certificate-identity-regexp 'https://github\.com/almyty-inc/almyty/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
almyty.com · Docs · Source · Releases · Apache-2.0 core · © 2026 Almyty Inc.
Content type
Image
Digest
sha256:e8a76b31d…
Size
129.6 MB
Last updated
23 days ago
docker pull almyty/api