Homepage · Documentation · API & Clients · Support
This is DataRobot, Inc.'s primary GitHub organization — the home of our officially released, customer-facing projects. Most of what we build ships as the DataRobot platform rather than as source, so this org is deliberately small: the repositories listed below are the ones you extend, deploy, or research with.
Looking for templates, components, and open source? Those live in the sibling orgs — see the map below.
DataRobot's public code is spread across four organizations. Here's how to tell them apart:
| Organization | What lives there | Supported? |
|---|---|---|
| @datarobot ← you are here | The company org. Officially released, customer-facing projects — custom model boilerplate, custom app hosting, and research like syftr. The Python client ships from here too. | ✅ Officially supported |
| @datarobot-community | Templates, accelerators, App Framework components, and the Terraform/Pulumi providers. Built by DataRobot engineers, field data scientists, and users — designed as starting points you adapt. | 🛠️ Community-maintained |
| @datarobot-oss | First-party open source from DataRobot R&D — the dr CLI, the datarobot-genai agent runtime, agent skills for coding assistants, Terraform infra modules, and shared GitHub Actions. |
🔬 No official support |
| @datarobot-forks | Forks of third-party OSS we patch and contribute back upstream — LiteLLM, OpenLLMetry, Ory Hydra, and others. Nothing here is DataRobot-developed. | ↩️ Upstream projects |
| I want to… | Go to |
|---|---|
| Bring my own model to DataRobot | Custom models & applications |
| Host a Streamlit or Flask app without building an image | dr-apps |
| Call the DataRobot API from Python or R | Clients & SDKs |
| Find the best agentic workflow for my budget | syftr |
| Clone an application template and deploy it today | @datarobot-community |
Run your own code on the DataRobot platform — models, tasks, notebook environments, and applications.
| Repository | Description |
|---|---|
| datarobot-user-models | Boilerplate, templates, and the DRUM tooling for assembling, testing, and running your own custom inference models, custom tasks, and notebook environments on DataRobot. |
| dr-apps | The DRApps CLI for hosting a custom application — Streamlit, Flask, or anything else — in a DataRobot execution environment, without building a Docker image. |
📖 Custom model workflow documentation
| Repository | Description |
|---|---|
| syftr ⭐ | An agent optimizer that searches a space of agentic and non-agentic RAG workflows and estimates the Pareto frontier between accuracy and cost, latency, or throughput. |
📄 Read the syftr paper or the blog post.
The API clients are published to their language registries rather than developed in public:
- Python —
dataroboton PyPI · reference documentation - R —
dataroboton CRAN - REST — API documentation
- Slack — join
#all-datarobot-community. - Issues and PRs — open them on the individual repository. Each has its own contributing guide.
- Docs — docs.datarobot.com for the platform,
af.datarobot.com for the App Framework,
cli.datarobot.com for the
drCLI. - Help — general support and troubleshooting.
Looking for something that isn't listed?
This page highlights actively maintained repositories. Older integrations, Terraform modules, and sample code still live in the org — browse the full repository list. Anything not listed above may target older versions of the DataRobot API.
Most DataRobot code is not public. If you are looking for a project you can't find here, check @datarobot-oss and @datarobot-community before assuming it moved.