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

curl
--location 'https://api.athina.ai/api/v1/prompt/slug/[PROMPT_SLUG]/duplicate' \
--header 'athina-api-key: ATHINA_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"name": "new_prompt_slug"
}'