curl https://mlad.ai/api/v1/prompts \
-H "Authorization: Bearer mlad_live_XXXXXXXXXXXX_YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" # Prompts tagged with the "debugging" theme (3,750 matches as of today)
curl "https://mlad.ai/api/v1/prompts?themes=debugging" \
-H "Authorization: Bearer mlad_live_…" # Python OR TypeScript, AND tagged "testing"
curl "https://mlad.ai/api/v1/prompts?techStack=python&techStack=typescript&themes=testing" \
-H "Authorization: Bearer mlad_live_…" # All System prompts that are Persistent + Global (agent-identity patterns)
curl "https://mlad.ai/api/v1/prompts?promptTypes=System&activations=Persistent&scopes=Global" \
-H "Authorization: Bearer mlad_live_…" curl "https://mlad.ai/api/v1/prompts?searchText=refactor&limit=10" \
-H "Authorization: Bearer mlad_live_…" curl "https://mlad.ai/api/v1/prompts?themes=debugging&limit=50&offset=100" \
-H "Authorization: Bearer mlad_live_…" # Use an id from the list response
curl https://mlad.ai/api/v1/prompts/prompt-4e51e0f6bf5b \
-H "Authorization: Bearer mlad_live_…" Free to sign up. API access requires a paid plan.
Sign in to get started