Introduction
RunAgent: Easy Serverless Deployment for AI Agents
What is RunAgent?
RunAgent is a unified platform for deploying, managing, and scaling AI agents—no matter which framework you use. Whether your agent is built with LangChain, LangGraph, or any other popular library, RunAgent makes it simple to go from local code to a production-ready, serverless deployment in minutes.
- Framework Agnostic: Deploy agents built with LangChain, LangGraph, and more.
- Serverless & Scalable: Instantly scale your agents with zero infrastructure management.
- Unified Dashboard: Monitor, manage, and analyze all your deployed agents in one place.
How It Works
Getting started with RunAgent is fast and easy:
Install CLI
pip install runagent
Install the RunAgent CLI to get started.
Initialize Your Project
runagent init —framework langgraph
Scaffold a ready-to-deploy agent template for your favorite framework.
Convert & Deploy
runagent deploy .
Convert your agent to the RunAgent format and deploy it serverlessly with a single command.
Try & Integrate
Instantly test your agent from the dashboard, or invoke it via the Python SDK, REST API, or upcoming JS/Rust SDKs.
Why RunAgent?
- Super Easy to Use: Deploy and update agents with a single command.
- Unified Monitoring: View all your agents, usage stats, and logs in one dashboard.
- Flexible Integration: Invoke agents from the web UI, Python SDK, REST API, or (soon) JS/Rust SDKs.
- Production Ready: Built for reliability, scalability, and security.
Ready to deploy your first agent? Head to the Quickstart or explore the docs to learn more!