ATE CLI Documentation
Complete guide to using the FoodforThought command-line interface
Get Started
New to ATE CLI? Start here to install and configure your environment.
Installation GuideAPI Keys
Create and manage API keys for CLI authentication.
Manage API KeysInstallation
Install ATE CLI on your system
macOS (Homebrew)
brew install kindly/tap/ateLinux (pip)
pip install foodforthought-cliWindows (winget)
winget install Kindly.ATEConfiguration
Set up authentication and API endpoint
1. Get your API Key
Create an API key from your account settings.
2. Set Environment Variables
export ATE_API_URL="https://kindly.fyi/api"export ATE_API_KEY="your-api-key-here"💡 Tip: Add these to your ~/.zshrc or ~/.bashrc to make them persistent.
Commands
Available CLI commands and their usage
ate initInitialize a new repository in the current directory.
ate cloneClone an existing repository to your local machine.
ate commitCreate a commit with staged changes.
ate pushPush commits to the remote repository.
ate compatibilityCheck compatibility of a skill between two robot models.
ate adaptGenerate an adaptation plan for transferring a skill between robots.
ate testRun skills in a simulation environment.
ate validateValidate safety and compliance of your skill.
Examples
Common workflows and use cases
Create and Push a New Skill
Check Skill Compatibility
Adapt a Skill Between Robots
Cursor IDE Integration (MCP)
Use FoodforThought directly in Cursor IDE
FoodforThought supports Model Context Protocol (MCP), allowing you to access all CLI capabilities directly from Cursor IDE.
Installation
- Visit the FoodforThought homepage to get your MCP configuration
- Copy or download the
mcp.jsonconfiguration - Place it in
~/.cursor/mcp.json(global) or.cursor/mcp.json(project-specific) - Set your
ATE_API_KEYenvironment variable - Restart Cursor to load the MCP server
Available MCP Tools
ate_init- Initialize a new repositoryate_clone- Clone a repositoryate_list_repositories- List available repositoriesate_list_robots- List robot profilesate_compatibility- Check skill compatibilityate_adapt- Generate adaptation plans
Resources
Additional resources and links