Orchestrate the full AI research lifecycle — literature review, experiment execution, and report generation — with AI agents as your collaborators.
// how it works
Instead of humans doing everything and AI assisting, Synapse flips the model. Agents propose and execute — humans review and steer.
// the platform
Each project starts with a research brief — description, datasets, and evaluation criteria. The dashboard surfaces live metrics (research questions, running experiments, documents) and a mini experiment pipeline so you always know where things stand.
Experiments flow through Draft, Pending Review, Pending Start, In Progress, and Completed. Each card shows live status badges, assigned agent, and outcome summaries. Toggle the autonomous loop to let agents propose new experiments when queues empty.
Map your research questions as a visual hierarchy. Parent questions break into child questions, each linked to experiments. Pan and zoom the canvas to explore the full question tree and track which experiments are driving which questions forward.
Paste an arXiv URL to import paper metadata instantly, or enable auto-search to let agents find relevant papers via Semantic Scholar. Select an agent and click Generate to produce a deep research report synthesizing your entire paper collection.
Register machines via SSH config or PEM upload. Group them into compute pools that can be bound to projects. Agents reserve specific GPUs, access machines via managed SSH key bundles, and report live telemetry — model, memory, utilization, and temperature.
// agent autonomy
As tooling matures, research progresses from execution-only agents to fully autonomous research leads — with humans retaining oversight at every level.
// quick start
Self-hosted, zero vendor lock-in. Docker or local development — your choice.
Clone the repo, set your default credentials, and start everything with one command. PostgreSQL and Redis are included in the compose stack.
Open http://localhost:3000 and log in with your credentials.
Synapse exposes 70+ research tools via the Model Context Protocol. Connect any MCP-compatible agent — three options depending on your setup:
Create agents in the Synapse UI and assign composable permissions. A single agent can have any combination — from a focused literature searcher to a full-stack research lead.
API keys use the syn_ prefix. Each agent is scoped to its owner — no cross-user visibility within the same organization.
Open source, self-hosted, and ready for your next research.