praisonai deploy CLI, or Run as a Server locally using Python SDK.
Choose Your Path
Deploy to Cloud
Deploy agents to AWS, Azure, GCP, or Docker
Run as Server
Start HTTP, MCP, A2A, or AGUI servers locally
Deploy to Cloud
Usepraisonai deploy to deploy agents to cloud providers or Docker containers.
- Local API
- Docker
- AWS
- GCP
- Azure
Cloud Deployment Pages
| Target | Description | Guide |
|---|---|---|
| API Server | Local FastAPI server for development | API Guide |
| Docker | Containerized deployment | Docker Guide |
| AWS | Deploy to AWS ECS/Fargate | AWS Guide |
| Azure | Deploy to Azure Container Apps | Azure Guide |
| GCP | Deploy to Google Cloud Run | GCP Guide |
Deploy CLI Commands
| Command | Description |
|---|---|
praisonai deploy run | Execute deployment |
praisonai deploy init | Generate agents.yaml with deploy config |
praisonai deploy doctor | Check deployment readiness |
praisonai deploy status | View deployment status |
praisonai deploy destroy | Remove deployment |
Deploy CLI Reference
Complete guide to all
praisonai deploy commands and optionsRun as Server
Start agents as servers locally using Python SDK or CLI.- HTTP Server
- MCP Server
- CLI
Server Types
| Server | Use Case | Guide |
|---|---|---|
| Agents | HTTP REST API for single/multi-agent systems | Agents Server |
| Tools MCP | Expose tools to Claude Desktop, Cursor | Tools MCP |
| A2A | Agent-to-Agent protocol communication | A2A Server |
| AGUI | CopilotKit frontend integration | AGUI Server |
API Reference
Documentation for all server endpoints.Quick Decision Guide
| I want to… | Use |
|---|---|
| Test locally | praisonai deploy run --type api or agent.launch() |
| Deploy to production | praisonai deploy run --type cloud --provider <aws/gcp/azure> |
| Containerize my agent | praisonai deploy run --type docker |
| Integrate with Claude Desktop | Tools MCP Server |
| Build a chat UI | AGUI Server with CopilotKit |
| Connect agents together | A2A Server |

