
- ✨ Start from an idea -> copilot builds your multi-agent workflows
- E.g. "Build me an assistant for a food delivery company to handle delivery status and missing items. Include the necessary tools."
- 🌐 Connect MCP servers
- Add the MCP servers in settings -> import the tools into Rowboat.
- 📞 Integrate into your app using the HTTP API or Python SDK
- Grab the project ID and generated API key from settings and use the API.
Powered by OpenAI's Agents SDK, Rowboat is the fastest way to build multi-agents!
-
Set your OpenAI key
export OPENAI_API_KEY=your-openai-api-key -
Clone the repository and start Rowboat
git clone git@github.com:rowboatlabs/rowboat.git cd rowboat ./start.sh -
Access the app at http://localhost:3000.
Note: We have added native RAG support including file-uploads and URL scraping. See the RAG section of our docs for this.
Note: See the Using custom LLM providers section of our docs for using custom providers like OpenRouter and LiteLLM.