API Documentation
Access WorkflowStacks's marketplace data programmatically.
Base URL: https://workflowstacks.com/api
GET
/api/skillsList all skills. Supports ?category= and ?search= query params.
GET
/api/skills/:idGet a single skill by ID with full details.
GET
/api/statsGet marketplace statistics (total skills, category counts).
GET
/api/personasList all AI agent personas.
GET
/api/packsList all starter packs.
GET
/api/playbooksList all playbooks.
GET
/api/agentsList public agent templates.
POST
/api/agent-templatesCreate a new agent blueprint. Body: { goal, selectedSkillIds, isPublic }
GET
/api/ingestTrigger GitHub skill ingestion (scrapes latest AI repos).
GET
/api/trendingGet trending skills by popularity score.