Skip to main content
Learn how to deploy your agents to production environments.
from praisonaiagents import Agent

agent = Agent(
    name="Production Agent",
    instructions="Handle live user requests reliably.",
)

agent.start("Process the next customer message.")
The user picks a deployment guide, ships the agent, then routes real traffic to it.

24/7 Production Minimal

Start here - Always-on deployment with process supervision

Overview

All deployment options

Docker

Deploy with Docker

Advanced Production

Comprehensive production setup