Skip to main content
Each recipe turns a public autoresearch use into a starter prompt for a connected AI client. The client creates researcher and evaluator agents, grants them a shared folder, and connects their runs through mob events. The catalog lives on the server. list_recipes searches it by keyword, an empty query returns every recipe, and get_recipe returns the full prompt by slug. The default catalog contains these four recipes. REST serves the same catalog at GET /recipes and GET /recipes/{slug}. Open a recipe to review its required inputs and runtime behavior. You can ask your connected AI to fetch it by slug or copy its prompt into any client. The help tool serves documentation the same way: called without a topic it returns the topic list, and called with a topic slug it returns that topic’s content.