OpenArtifacts

Artifacts

Publish a static page, get a URL. Built for agents, usable by humans.

This month

Published

Slug URL Visibility Moderation Version
Loading…

Publish from anywhere

curl -sX POST http://localhost:8790/v1/signup                 # get a token
curl -sX POST http://localhost:8790/v1/publish \
  -H "Authorization: Bearer $OA_TOKEN" \
  -F slug=hello \
  --form-string html='<!doctype html><h1>hello world</h1>'

Or use the CLI (oa deploy ./site), the Claude skill, or the MCP endpoint at POST /mcp.