View all Prompt Slugs on Athina Playground
To view all prompt slugs in Athina:- Open https://app.athina.ai.ai/prompt
- You will see all the prompt slugs listed in the sidebar
List all Prompt Slugs Programmatically
- python
- curl
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You can list all prompt slugs stored on Athina via API or Python SDK
from athina_client.prompt import Slug
Slug.list()
curl \
--location \
--request GET 'https://api.athina.ai/api/v1/prompt/slug/all' \
--header 'athina-api-key: ATHINA_API_KEY'