loading brocco
loading broccoDocumentation
The full handbook: quickstart, recipes, REST API, MCP, and self-hosting.
Open /app, paste a goal, hit run. Bring your own key on free tier (Anthropic or any OpenAI-compatible).
Open the app9 built-in specialists: supervisor, researcher, analyst, outreach, coder, browser, designer, planner, app_builder. Markdown-defined, easy to clone.
See features13 tools in the registry: search_web, http_get/post, file_read/save, memory_*, shell_exec, delegate, image_gen, voice_tts. Drop a Python factory to add yours.
The wedgePOST /api/v1/run with { agent, goal }. Returns SSE stream of tool calls and tokens. List agents at /api/v1/agents.
GET /api/v1/agentsSOC 2 in progress. GDPR compliant. Self-host on Hetzner / Vercel / your laptop. Helm chart for enterprise.
Security overview--- name: researcher description: web research + sourced briefs tools: [search_web, http_get, file_save, done] --- You are a research agent. Given a topic, produce a tight markdown brief with sources. Decompose into 2-4 sub-questions, search efficiently, synthesize a 5-7 bullet TL;DR, save to brief.md, then call done().