Deploy to Celesto Cloud
Deploy your agent with a single command using Agentor.1
Create Your Agent
First, create your agent with the tools you need:
2
Deploy Your Agent
Deploy your agent with a single command:
View deployment output
View deployment output
Your agent is now live and accessible via the API endpoint. Visit the dashboard to monitor performance and manage settings.
Self-Hosted Deployment
Deploy agents on your own infrastructure using Docker or Kubernetes.- Docker
- Kubernetes
Create a Build and run your container:
Dockerfile in your project:Environment Variables
Set required environment variables for your deployment:Your LLM provider API key (OpenAI, Anthropic, etc.)
Your Celesto API key for accessing managed tools and services
Port to run the agent server on
Logging level: DEBUG, INFO, WARNING, ERROR
Monitoring & Logs
Celesto Dashboard
Monitor agent performance, view logs, and track usage metrics in real-time.
Health Checks
Built-in health endpoint at
/health for monitoring and load balancers.For production deployments, we recommend setting up monitoring, logging, and auto-scaling based on your traffic patterns.
Troubleshooting
Deployment failed or timed out
Deployment failed or timed out
Common causes:
- Missing or invalid API keys
- Insufficient resources allocated
- Network connectivity issues
Agent not responding after deployment
Agent not responding after deployment
Common causes:
- Environment variables not set correctly
- Port conflicts or firewall rules
High latency or slow responses
High latency or slow responses
Common causes:
- Cold starts on serverless platforms
- Insufficient compute resources
- LLM provider rate limits
Need deployment help?
Join our Discord community for deployment support and best practices.