SSendClaw docs

Claude artifacts

Turn any Claude artifact into a gated, shareable URL. Paste once, capture leads forever.

Claude artifacts are the wedge use case. You ask Claude to build an interactive calculator, a custom report, a one-page tool, and you want to send it to a prospect with a form in front of it. SendClaw is the shortest path from "I have an artifact" to "I have a gated share URL".

Three ways to gate an artifact

A) Paste the HTML

The cleanest experience. Your visitor stays on SendClaw the whole time.

  1. In Claude, open the artifact and switch to the code view. Copy the full HTML.
  2. In SendClaw, click + New documentClaude HTML.
  3. Paste into the textarea. You'll see a live preview on the right as you type.
  4. If anything in the artifact looks unsafe, a yellow notice tells you what was removed and why. Click to expand the details.
  5. The page name and heading auto-fill from the artifact itself, so you don't have to retype anything.
  6. Click Create.

That's it. Your visitor fills in the form, then the artifact loads on the same page.

B) Paste the live embed code

Keep the artifact live on Claude (so edits in Claude show up automatically) while it still renders inline on your gated page.

  1. In Claude, publish the artifact and click Get embed code.
  2. In Claude's Share dialog, add your SendClaw share host under Allowed domains (Claude only embeds the artifact on domains you allow). SendClaw shows you the exact host to paste on the document's Share tab.
  3. Copy the embed code.
  4. In SendClaw, + New documentEmbed URL, and paste the embed code. SendClaw detects it and shows a "Live embed" chip.

After the form, the artifact renders inline on your page and stays in sync with Claude. If you skip the Allowed domains step, visitors see Claude's "content is blocked" message, so we always show an "Open the live version" link as a fallback.

C) Use the artifact URL

If you'd rather not deal with the Allowed domains step at all:

  1. + New documentEmbed URL.
  2. Paste the plain Claude artifact share URL (not the embed code).

After your visitor submits the form, they're sent over to the artifact on Claude's site. No setup, but the visitor leaves SendClaw.

Which to choose

Paste HTMLLive embed codeArtifact URL
SetupOnceOnce + Allowed domainsOnce
Updating the artifactRe-paste the new HTMLFree, stays in syncFree, stays in sync
Visitor stays on SendClawYesYesNo, sent to Claude
Best forFinalised artifactsLive artifacts you keep editingQuick setup, no whitelisting

Use the HTML paste once the artifact is locked in. Use the live embed code when you want it inline and in sync. Use the URL route for the fastest, no-setup option.

What gets cleaned up when you paste HTML

Some HTML can be unsafe to run for anyone visiting your page. When you paste, SendClaw quietly strips the dangerous parts and tells you what it removed:

  • Scripts loading code from sites we don't recognise
  • Inline event handlers that could run when the page loads
  • Nested iframes
  • Anything pointing at javascript: URLs

Interactive JavaScript inside the artifact itself stays, because that's what makes calculators, charts, and tools work. We just block the patterns that could harm your visitor.

What's next

On this page