Installation
The Celesto CLI is installed automatically with Agentor:Quick Start
Deploy an agent in three steps: Your agent is now live at:Authentication
Get your API key from the Celesto Dashboard. Set it as an environment variable:Deployment Options
Deploy Specific Directory
Deploy with Custom Name
Deploy with Environment Variables
Deploy MCP Server
Configuration File
Createcelesto.yaml for advanced configuration:
Environment Variables
From .env File
Create a.env file:
From Command Line
From YAML
Managing Deployments
List Deployments
Get Deployment Info
View Logs
Update Deployment
Make changes to your code, then redeploy:Delete Deployment
Using Deployed Agents
HTTP Requests
Streaming Requests
A2A Protocol
Access the agent card:MCP Protocol
Connect to deployed MCP server:Production Best Practices
Troubleshooting
Deployment Fails
Check logs:- Missing dependencies in
requirements.txt - Invalid environment variables
- Syntax errors in code
Application Crashes
View error logs:Slow Performance
- Check model selection (lighter models are faster)
- Enable caching for MCP servers
- Review trace data for bottlenecks
Connection Timeouts
Increase timeout in client:Cost Optimization
- Use lighter models for simple tasks (
gpt-5-minivsgpt-4o) - Implement caching for repeated queries
- Set appropriate
max_tokenslimits - Monitor token usage in dashboard
Support
Get help:Next Steps
- Enable observability to monitor production agents
- Learn about streaming responses for better UX
- Explore agent communication patterns
