Serve an Agent as API
Agents can be deployed as REST API server so you can query them from your applications or integrate them into your existing infrastructure. Agentor makes it easy to serve the Agents by providing a simpleserve method.
Run Agent in Managed Cloud
Agentor comes with a built-in CLI to deploy agents to the cloud with a single command -celesto deploy.
Celesto provides a serverless platform to run agents, which means you only pay when your agent is running.
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.
Tracing
Enable tracing with
CELESTO_API_KEY and inspect runs end-to-end.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.