The web control plane for planning, running, and monitoring Refua discovery campaigns. A complete mission control UI for drug discovery operations.
Refua Studio is the web-based command center for managing Refua discovery campaigns. It provides a single-page application for planning campaigns, executing them in real-time, and monitoring results with a comprehensive job management system.
Studio reuses existing workspace components: ClawCures for planning and orchestration, and refua-mcp for tool execution. No third-party web framework is required, keeping the installation lightweight.
Use the built-in JSON editor to write or load campaign plans. Validate them instantly before committing to a run.
Run plans directly from the UI. Monitor job status in real-time with progress tracking and result inspection.
Launch autonomous planner/critic iterations that run until the objective is met or configurable limits are reached.
Browse promising drug candidates with rich detail cards showing scores, molecular metrics, and full assessment views.
Rank disease programs by impact, feasibility, and scientific readiness to prioritize the most promising targets.
Inspect available refua-mcp tools and their schemas directly from the UI, with graceful fallback when ML dependencies are unavailable.
Refua Studio exposes a full REST API for programmatic access to all campaign operations.
GET /api/health and GET /api/config for runtime introspection
and connectivity status.
GET /api/tools lists available MCP tools. GET /api/examples
provides built-in templates.
GET /api/jobs with filtering by status. Cancel queued jobs and clear
completed history via REST.
pip install refua-studio
refua-studio --host 127.0.0.1 --port 8787 --open-browser
Refua Studio gives you a professional mission control interface for every stage of drug discovery. Plan, execute, and monitor, all from one place.