Compose a workflow

Chain multiple skills into a pipeline. Describe your goal and let the composer find the right skills, or pick them yourself.

Cmd+Enter to submit

API

POST /api/v1/compose
{
  "goal": "scrape HN for AI news and send a Slack summary",
  "user_profile": {
    "tools_available": ["web_fetch", "json_parse"],
    "preferences": ["research", "news"]
  }
}