---
title: "Artifact Server documentation"
description: "Run Artifact Server, publish artifacts, review them live with coding agents, understand the version model, and deploy it for a team."
---

> Documentation Index
> Fetch the complete documentation index at: https://artifactserver.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifact Server documentation

Artifact Server stores finished browser files as immutable versions and serves each version from an isolated hostname. People and agents can publish, inspect, review, share, and revisit the same work without treating generated output as source code.

- **Welcome your team** — Give teammates and agents one short setup path into your team's Artifact Server.

[Open the team introduction →](/docs/connect-agents/index.md)
- **Get started locally** — Run the application on your machine with loopback-only owner access and publish a first artifact.

[Start locally →](/docs/get-started/index.md)
- **Understand the model** — Learn why projects contain artifacts, artifacts point at current versions, and versions never change.

[Read the mental model →](/docs/concepts/mental-model/index.md)
- **Built-in MCP server** — Connect Claude Code, Codex, Cursor, or another MCP client. Install the Agent Skill to publish from the agent.

[Connect your agent →](/docs/mcp/index.md)
- **Publish from agents** — Use the CLI for local files. If the connected agent has the bytes and context, use MCP.

[Choose a publishing path →](/docs/publish/index.md)
- **Review with your coding agent** — Leave comments and send them to Pi, OpenCode, or Claude Code. The agent can reply to and resolve each thread.

[Connect a coding agent →](/docs/agents/index.md)
- **Deploy for a team** — Compare each deployment target and its current qualification level.

[Choose a deployment →](/docs/deploy/index.md)
- **Verify the supply chain** — Read how CI protects source changes and what evidence each package contains. Learn which public verification assets do not exist yet.

[Read the security evidence →](/docs/security/index.md)

## Product hierarchy

```text
Artifact Server installation
└── Project
└── Artifact
    └── Immutable version
```

One installation represents one person, team, or company. A fresh installation creates a default project. Stable artifact links resolve to the current version. Exact version links never move.

> **Release status**
>
> No public Artifact Server release exists. The local application, deployment packages, and private release workflow remain under qualification. Each deployment page identifies the live infrastructure that passed verification. Public install and verification commands will be added on release day.

## License

Artifact Server uses the [GNU Affero General Public License v3.0](https://github.com/plannotator/artifact-server/blob/main/LICENSE.md) (AGPL-3.0-only). You can use, self-host, and modify it. If you offer a modified version over a network, the AGPL requires you to publish the modified source under the same license. This requirement does not apply when you run the unmodified software or use it inside your own team.

The [@plannotator/agent-bridge](https://github.com/plannotator/agent-bridge) protocol client and the agent extensions under [`integrations/`](https://github.com/plannotator/artifact-server/tree/main/integrations) use the MIT License.

## Browse by job

- [Run the local application](/docs/get-started/index.md)
- [Publish an artifact](/docs/publish/index.md)
- [Connect an agent to the MCP server](/docs/mcp/index.md)
- [Connect a coding agent for live review](/docs/agents/index.md)
- [Understand immutable versions](/docs/concepts/mental-model/index.md)
- [Understand isolated content origins](/docs/concepts/security-boundary/index.md)
- [Verify software supply-chain evidence](/docs/security/index.md)
- [Deploy for a team](/docs/deploy/index.md)
- [Deploy the Cloudflare package](/docs/deploy/cloudflare/index.md)
- [Deploy with Compose](/docs/deploy/compose/index.md)
- [Deploy on Kubernetes](/docs/deploy/kubernetes/index.md)
- [Deploy on AWS](/docs/deploy/aws/index.md)
- [Deploy on Google Cloud](/docs/deploy/google-cloud/index.md)

Source: https://artifactserver.com/docs/index.mdx
