ATE CLI
The command-line interface for Food for Thought. Push, pull, and deploy robot skills with GitHub-like simplicity.
Get your API key first
You'll need an API key to authenticate the CLI. Create one in your account settings.
Go to API KeysQuick Install
Get started with a single command
Version Control
Git-like workflow for robotics. Branch, merge, and collaborate on robot skills.
Direct Deploy
Deploy skills directly to your robot with a single command. No manual file transfers.
Safety First
Built-in validation and safety checks before deploying to hardware.
Getting Started
Start using ATE CLI in minutes
1. Configure your credentials
Get API KeySet your API key as an environment variable. Get your key from your API keys page.
export ATE_API_KEY="your-api-key-here"
💡 Tip: Add these to your ~/.zshrc or ~/.bashrc to make them persistent.
2. Initialize a repository
3. Push your changes
ate push
Command Reference
All available commands at a glance
ate initInitialize a new repository
ate cloneClone an existing repository
ate pushPush commits to remote
ate deployDeploy to robot hardware
ate testRun skills in simulation
ate benchmarkPerformance testing
ate validateSafety validation checks
ate streamLive sensor data sharing