---
title: "Share a build"
description: "Export exactly what one Build with AI conversation created — optionally with the conversation itself."
url: "https://wpwebhooks.org/docs/share-a-build/"
---

[WP Webhooks](https://wpwebhooks.org/) / [Docs](https://wpwebhooks.org/docs/) / Share a build

Feature since v2.5.0

# Share a build

Export exactly what one Build with AI conversation created — optionally with the conversation itself.

When Build with AI finishes, "Share this build" downloads everything that run created — every webhook, chain, mapping, condition and (with Pro) Code Glue snippet — as the same portable JSON an Import & Export download produces. You do not pick the objects by hand: the plugin resolves them from the run's applied steps, so the file matches the build rather than whatever you remembered to tick.

## Describe it before it leaves

A build that travels is documentation as much as configuration, so the dialog lists everything the file will contain and opens an editor on anything still undescribed. Descriptions you write there are saved to the webhook or chain itself, not just to the copy — the site and the shared file stay in agreement.

## Include the AI conversation (Pro)

Optionally attach the conversation that produced the build as display-only provenance: your prompts and the assistant's replies, plus the plan steps that were applied. Read results never travel, obvious secret shapes are masked, and personal data quoted back by the agent is anonymized. Off by default — a conversation can still mention details about your site, so review it before sharing publicly.

## Anonymize your site address

One toggle replaces your site URL with `example.com` everywhere it appears — the export header, endpoint URLs, Code Glue and the conversation. Whoever imports the build re-points those endpoints at their own site.

/ Related

[Publish a build](https://wpwebhooks.org/docs/publish-a-build/)[Import & Export](https://wpwebhooks.org/docs/import-export/)[Captured payload anonymization](https://wpwebhooks.org/docs/payload-anonymization/)[Build with AI](https://wpwebhooks.org/docs/build-with-ai/)

/Ready

## Your next automation is  
one sentence away.

[Install Plugin→](https://downloads.wordpress.org/plugin/flowsystems-webhook-actions.zip) [See the Plugin →](https://wpwebhooks.org/wordpress-webhook-plugin/)

$ wp plugin install flowsystems-webhook-actions --activate

## Structured data

```json
{"@context":"https://schema.org","@type":"TechArticle","name":"Share a build — Feature — Webhook Actions Docs","description":"Export exactly what one Build with AI conversation created — optionally with the conversation itself.","url":"https://wpwebhooks.org/docs/share-a-build/","isPartOf":{"@type":"WebSite","name":"WP Webhooks","url":"https://wpwebhooks.org"},"about":{"@type":"SoftwareApplication","name":"Webhook Actions","applicationCategory":"WordPress Plugin"}}
```
