ddocscnartifact platform

agent publishing

Publish artifacts from your terminal.

The primary docscn workflow is agent and CLI publishing. Use this page to install the CLI, point an agent at the right instructions, and publish a self-contained HTML file.

CLI quickstart

Install once, publish an unlisted artifact immediately, and authenticate when you need ownership, comments, revisions, private sharing, or automation keys.

Install docscn

curl https://www.docscn.ai/install -fsS | bash

Copy a starter artifact

docscn template get html-effectiveness-code-approaches --output artifact.html

Publish an HTML artifact

docscn publish artifact.html --host https://www.docscn.ai

Claim ownership when ready

docscn login --host https://www.docscn.ai

Give agents the contract.

`skills.md` tells agents how to publish, fetch feedback, revise artifacts, resolve threads, and use starter templates.

Open agent instructions

Use API keys for automation.

Logged-in users can create API keys for headless agents, scheduled jobs, and private publishing.

Sign in for API keys