Overview
There's no single "clone" button for assistants, but duplicating one is a straightforward two-step pattern using the existing API: fetch the source assistant's full configuration, strip the fields the server manages for you, and create a new assistant from what's left. This page covers that general approach, a worked example in two formats, what carries over automatically, and the manual dashboard-based alternative. For the underlying PATCH and DELETE mechanics referenced here, see Assistant Delete & Update (PATCH) API; if you'd rather start from a ready-made configuration instead of duplicating an existing assistant, see Prebuilt Templates & Example Use Cases.