API Documentation

Access WorkflowStacks's marketplace data programmatically.

Base URL: https://workflowstacks.com/api

GET
/api/skills

List all skills. Supports ?category= and ?search= query params.

GET
/api/skills/:id

Get a single skill by ID with full details.

GET
/api/stats

Get marketplace statistics (total skills, category counts).

GET
/api/personas

List all AI agent personas.

GET
/api/packs

List all starter packs.

GET
/api/playbooks

List all playbooks.

GET
/api/agents

List public agent templates.

POST
/api/agent-templates

Create a new agent blueprint. Body: { goal, selectedSkillIds, isPublic }

GET
/api/ingest

Trigger GitHub skill ingestion (scrapes latest AI repos).

GET
/api/trending

Get trending skills by popularity score.