i3deploy docs

i3deploy is a deploy and release tracker for teams shipping multiple services. It records when a deploy starts, finishes, or fails, keeps a version history per service, and exposes all of it through a public JSON manifest so nothing has to poll the server directly.

i3deploy speaks MCP natively. Point Claude Code or claude.ai at the i3deploy MCP connector and an agent can read what's currently running in each environment, cut a release, and write the changelog for you — all from a chat, with no dashboard click-through required.

Open-core

i3deploy is built open-core:

  • The server is closed and paid. It runs on i3deploy.com, owns the canonical state in Postgres, and is the only thing allowed to write releases and deploy events.
  • The public manifest contract is open. Every write regenerates a JSON manifest in a public/signed bucket. That JSON schema is the stable, documented contract between the server and everything downstream — see The public manifest.
  • The clients are open-source. Anyone can write a package that reads the manifest — an in-app changelog widget, a status page, a CLI — without needing an i3deploy account or hitting the server at all. See Open-source clients.

In short: pay for the tracker, read the results for free.

Start here

  • Quickstart — connect a project and record your first deploy.
  • MCP connector — wire up Claude Code or claude.ai in a couple of minutes.
  • API guide — the REST API for CI pipelines and anything that isn't MCP.