# RunAgent ## Docs - [Authentication](https://docs.run-agent.ai/api-reference/authentication.md): API authentication and security - [Health Check](https://docs.run-agent.ai/api-reference/endpoints/health.md): Check agent health status - [Invoke Agent](https://docs.run-agent.ai/api-reference/endpoints/invoke.md): Synchronously invoke an agent - [Stream Agent Response](https://docs.run-agent.ai/api-reference/endpoints/stream.md): Stream agent responses in real-time - [Error Handling](https://docs.run-agent.ai/api-reference/errors.md): Understanding and handling API errors - [API Introduction](https://docs.run-agent.ai/api-reference/introduction.md): RESTful API for interacting with RunAgent - [Rate Limits](https://docs.run-agent.ai/api-reference/rate-limits.md): API rate limiting and quotas - [Webhooks](https://docs.run-agent.ai/api-reference/webhooks.md): Receive real-time notifications for agent events - [runagent local db](https://docs.run-agent.ai/cli/commands/db.md): Deploy agent locally in your own sqlite database - [runagent deploy](https://docs.run-agent.ai/cli/commands/deploy.md): Deploy agent locally or to remote server (remote coming soon) - [runagent init](https://docs.run-agent.ai/cli/commands/init.md): Initialize a new RunAgent project - [runagent run](https://docs.run-agent.ai/cli/commands/run.md): Run a deployed agent - [runagent serve](https://docs.run-agent.ai/cli/commands/serve.md): Start local FastAPI server with automatic agent deployment and database management - [runagent setup (Coming Soon)](https://docs.run-agent.ai/cli/commands/setup.md): Setup RunAgent authentication - [runagent start (Coming Soon)](https://docs.run-agent.ai/cli/commands/start.md): Start an uploaded agent on remote server - [runagent teardown (Coming Soon)](https://docs.run-agent.ai/cli/commands/teardown.md): Remove RunAgent configuration - [runagent template](https://docs.run-agent.ai/cli/commands/template.md): Manage project templates - [runagent upload (Coming Soon)](https://docs.run-agent.ai/cli/commands/upload.md): Upload agent to remote server - [CLI Examples](https://docs.run-agent.ai/cli/examples.md): Common RunAgent CLI usage patterns and workflows - [CLI Overview](https://docs.run-agent.ai/cli/overview.md): Master the RunAgent command-line interface - [Configuration File](https://docs.run-agent.ai/configuration/config-file.md): Understanding runagent.config.json - [Environment Variables](https://docs.run-agent.ai/configuration/environment.md): Managing environment variables and secrets in RunAgent - [Project Structure](https://docs.run-agent.ai/configuration/project-structure.md): Understanding RunAgent project organization - [Local Development](https://docs.run-agent.ai/deployment/local-development.md): Running and testing agents locally - [Architecture Overview](https://docs.run-agent.ai/explanation/architecture-overview.md): Understand RunAgent system architecture and how it works - [Changelog](https://docs.run-agent.ai/explanation/changelog.md): Recent changes and updates to RunAgent - [Core Concepts](https://docs.run-agent.ai/explanation/core-concepts.md): Understand the fundamental concepts that make RunAgent work - [Feature Overview](https://docs.run-agent.ai/explanation/feature-overview.md): A high-level map of what RunAgent can do today — and what is coming - [Frameworks Overview](https://docs.run-agent.ai/explanation/frameworks-overview.md): Deploy agents built with any AI framework - [Installation](https://docs.run-agent.ai/explanation/installation.md): Install RunAgent CLI and SDK on your system - [Introduction](https://docs.run-agent.ai/explanation/introduction.md): Deploy AI agents to production in seconds, not hours - [Key Concepts at a Glance](https://docs.run-agent.ai/explanation/key-concepts-at-a-glance.md): A cheat sheet of what makes RunAgent different in 1 page - [Explanation Overview](https://docs.run-agent.ai/explanation/overview.md): Concepts and architecture behind RunAgent — the "why" - [Production Considerations](https://docs.run-agent.ai/explanation/production-considerations.md): Essential considerations for deploying RunAgent agents to production - [Quickstart Map](https://docs.run-agent.ai/explanation/quickstart-map.md): Visual navigation guide to find exactly what you need - [Roadmap](https://docs.run-agent.ai/explanation/roadmap.md): RunAgent development roadmap and upcoming features - [Security](https://docs.run-agent.ai/explanation/security.md): RunAgent security model and best practices - [Why RunAgent?](https://docs.run-agent.ai/explanation/why-runagent.md): Why choose RunAgent over building your own agent infrastructure - [Advanced Tasks](https://docs.run-agent.ai/how-to/advanced-tasks.md): Advanced patterns and techniques for production-ready agents - [Call from Go](https://docs.run-agent.ai/how-to/call-from-go.md): Use RunAgent agents from Go applications - [Call from JavaScript](https://docs.run-agent.ai/how-to/call-from-javascript.md): Use RunAgent agents from JavaScript/Node.js applications - [Call from Python](https://docs.run-agent.ai/how-to/call-from-python.md): Use RunAgent agents from Python applications - [Call from Rust](https://docs.run-agent.ai/how-to/call-from-rust.md): Use RunAgent agents from Rust applications - [Ag2](https://docs.run-agent.ai/how-to/frameworks/ag2.md) - [Agno](https://docs.run-agent.ai/how-to/frameworks/agno.md): Deploy Agno AI agents with RunAgent - [CrewAI](https://docs.run-agent.ai/how-to/frameworks/crewai.md): Deploy CrewAI multi-agent systems with RunAgent - [Custom Framework](https://docs.run-agent.ai/how-to/frameworks/custom.md): Deploy agents built with any Python-based framework - [LangGraph](https://docs.run-agent.ai/how-to/frameworks/langgraph.md): Deploy LangGraph agents with RunAgent - [Letta](https://docs.run-agent.ai/how-to/frameworks/letta.md) - [Llamaindex](https://docs.run-agent.ai/how-to/frameworks/llamaindex.md) - [Parlant](https://docs.run-agent.ai/how-to/frameworks/parlant.md) - [How-to Guides Overview](https://docs.run-agent.ai/how-to/overview.md): Task-oriented recipes. Minimal theory, maximum copy-paste - [Reference Overview](https://docs.run-agent.ai/reference/overview.md): Canonical specs for API, SDKs, CLI, config and errors - [Examples](https://docs.run-agent.ai/resources/examples.md): Example agents and code snippets - [Frequently Asked Questions](https://docs.run-agent.ai/resources/faq.md): Common questions about RunAgent - [Resources Overview](https://docs.run-agent.ai/resources/overview.md): Examples, troubleshooting, FAQs, and community links - [Troubleshooting Guide](https://docs.run-agent.ai/resources/troubleshooting.md): Common issues and solutions for RunAgent - [Cloud Deployment](https://docs.run-agent.ai/runagent-cloud/cloud-deployment.md): Deploy agents to RunAgent cloud infrastructure - [RunAgent Cloud Overview](https://docs.run-agent.ai/runagent-cloud/overview.md): Serverless infrastructure for deploying and running AI agents at scale - [Getting Started with Go SDK](https://docs.run-agent.ai/sdk/go/getting-started.md): Start using the RunAgent Go SDK - [JavaScript SDK Getting Started](https://docs.run-agent.ai/sdk/javascript/getting-started.md): Get started with the RunAgent JavaScript SDK - [SDK Overview](https://docs.run-agent.ai/sdk/overview.md): Native SDKs for multiple programming languages - [Python SDK API Reference](https://docs.run-agent.ai/sdk/python/api-reference.md): Complete API reference for RunAgent Python SDK - [Asynchronous Client](https://docs.run-agent.ai/sdk/python/async-client.md): Using the RunAgent Python SDK asynchronously - [Getting Started with Python SDK](https://docs.run-agent.ai/sdk/python/getting-started.md): Start using the RunAgent Python SDK - [Streaming Responses](https://docs.run-agent.ai/sdk/python/streaming.md): Real-time streaming with RunAgent Python SDK - [Synchronous Client](https://docs.run-agent.ai/sdk/python/sync-client.md): Using the RunAgent Python SDK synchronously - [Rust SDK Getting Started](https://docs.run-agent.ai/sdk/rust/getting-started.md): Get started with the RunAgent Rust SDK - [Deploy Your First Agent](https://docs.run-agent.ai/tutorials/deploy-your-first-agent.md): Deploy your first AI agent in under 5 minutes and see the magic happen - [Tutorials Overview](https://docs.run-agent.ai/tutorials/overview.md): Guided, end-to-end projects that get you from zero to shipped ## Optional - [Github](https://github.com/runagent-dev/runagent)