# Agentic Starter

> Agentic Starter - Build and deploy agentic workflows with multi-agent frameworks, a FastAPI backend,
> React frontend, and MCP server.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-01T23:10:48.145608+00:00` (UTC).

## Primary page

- [Agentic Starter](https://docs.datarobot.com/en/docs/wb-apps/app-templates/at-agentic-app.html): Full documentation for this topic (HTML).

## Sections on this page

- [Key features](https://docs.datarobot.com/en/docs/wb-apps/app-templates/at-agentic-app.html#key-features): In-page section heading.
- [Use cases](https://docs.datarobot.com/en/docs/wb-apps/app-templates/at-agentic-app.html#use-cases): In-page section heading.
- [Architecture](https://docs.datarobot.com/en/docs/wb-apps/app-templates/at-agentic-app.html#architecture): In-page section heading.

## Related documentation

- [Applications](https://docs.datarobot.com/en/docs/wb-apps/index.html): Linked from this page.
- [Application templates](https://docs.datarobot.com/en/docs/wb-apps/app-templates/index.html): Linked from this page.

## Documentation content

# Agentic Starter

> [!NOTE] Availability information
> The Agentic Starter template requires GenAI and MLOps functionality. If you do not currently have access to these features, sign up a 30-day [DataRobot trial](https://www.datarobot.com/trial/?utm_source=productbanner&utm_medium=web&utm_campaign=FreeTrial23productcta) to try out this template.

[Access this application template on GitHub](https://github.com/datarobot-community/datarobot-agent-application)

The Agentic Starter template provides a ready-to-use application for building and deploying agentic workflows. It includes multi-agent frameworks, a FastAPI backend server, a React frontend, and an MCP (Model Context Protocol) server. The template streamlines setting up new agentic applications with minimal configuration and supports local development and testing, as well as one-command deployments to production environments within DataRobot.

The template ships with a Blog Content Writer agent as a working reference implementation. Given a topic, this two-agent LangGraph workflow first runs a Planner that researches the subject and produces a structured outline with key facts and suggested sources, then hands off to a Writer that transforms that outline into a concise, publication-ready blog post in markdown format. The agent can optionally use MCP-hosted tools to look up accurate and up-to-date information during both planning and writing stages. This end-to-end example demonstrates multi-agent orchestration, tool use, and the planner to writer handoff pattern—all of which you can adapt or replace with your own domain-specific agents and workflows.

Use this template when you want to:

- Build custom agentic applications with reasoning engines (e.g., LangGraph) that plan tasks and call tools.
- Deploy an MCP server alongside your agent so tools, resources, and prompts are centralized and discoverable via the MCP protocol.
- Run a full stack locally—frontend, backend, agent, and MCP server—with a single command ( task dev ) after configuration.
- Deploy the entire application (including the MCP server) to DataRobot with dr task run deploy .

The template uses the `dr start` CLI wizard to guide you through configuration (API endpoint, keys, ports, database, OAuth, LLM integration, and MCP server port). After setup, you get a `.env` file and an application directory; you can then run `task dev` to start all components or run individual services (e.g., `task agent:dev`, `task mcp_server:dev`).

## Key features

- Multi-agent frameworks —Integrate with agent frameworks (e.g., LangGraph) for planning and tool use.
- FastAPI backend and React frontend —Production-ready web application with a modern UI for interacting with your agent.
- Built-in MCP server —Host tools, resources, and prompts via the Model Context Protocol; the agent connects as an MCP client and discovers tools at runtime.
- Guided setup —The dr start wizard configures API credentials, ports, database, OAuth, LLM, and MCP server in one flow.
- Local and production —Develop locally with task dev and deploy to DataRobot with dr task run deploy ; deployment outputs include agent and MCP server endpoints.
- MLOps hosting and governance —Deploy and monitor your agent and MCP server within DataRobot.

## Use cases

Review some use cases that are suited for using the Agentic Starter template:

- Custom agentic workflows:Build agents that use LLMs to plan tasks and call DataRobot or custom tools (e.g., projects, deployments, predictions) via the MCP server.
- Tool-augmented assistants:Centralize tool logic in one MCP server deployment so multiple agents or clients (e.g., Cursor, Claude Desktop) can use the same tools.
- Full-stack agent applications:Ship a complete application (UI, API, agent, MCP server) from a single template with minimal configuration and one-command deploy.

## Architecture

This template provides an end-to-end agentic application architecture: frontend, backend, agent runtime, and MCP server, from local development to production deployment in DataRobot, while remaining customizable for your business requirements.

> [!WARNING] Warning
> Application templates are intended to be starting points that provide guidance on how to develop, serve, and maintain AI applications. They require a developer or data scientist to adapt and modify them for their business requirements before being put into production.
