Prompt Management
List Prompt Slugs
You can list all prompt slugs stored on Athina via API or Python SDK
View all Prompt Slugs on Athina Playground
To view all prompt slugs in Athina:
-
You will see all the prompt slugs listed in the sidebar
List all Prompt Slugs Programmatically
from athina_client.prompt import Slug
Slug.list()