Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Deployment management for PraisonAI agents
deploy
praisonai deploy [OPTIONS] COMMAND [ARGS]...
docker
aws
gcp
azure
local
--config
-c
--env
-e
praisonai deploy docker
praisonai deploy aws --config deploy.yaml
praisonai deploy local
deploy.yaml
name: my-agent platform: docker port: 8080 replicas: 2 env: OPENAI_API_KEY: ${OPENAI_API_KEY}