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
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.