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 | bashCopy a starter artifact
docscn template get html-effectiveness-code-approaches --output artifact.htmlPublish an HTML artifact
docscn publish artifact.html --host https://www.docscn.aiClaim ownership when ready
docscn login --host https://www.docscn.aiGive agents the contract.
`skills.md` tells agents how to publish, fetch feedback, revise artifacts, resolve threads, and use starter templates.
Open agent instructionsUse API keys for automation.
Logged-in users can create API keys for headless agents, scheduled jobs, and private publishing.
Sign in for API keys