Duplicate a Prompt on Athina Playground

To duplicate a prompt in Athina:

  1. Open https://app.athina.ai.ai/prompt

  2. Click on the three dots next to the prompt_slug you want to duplicate in the sidebar.

  3. Click Duplicate

Duplicate a Prompt via API

from athina_client.prompt import Slug

Slug.duplicate(slug="test-slug", name="test-slug-1")