New Demonstration

Attach a repository, robot profile, and optional data/video files to a new demonstration.

Demonstration details

You can refine metadata later from the demonstration page.

Simulation Tools

Preview robot models and access CLI tools for simulation workflows

3D Robot Model Viewer

Interactive 3D visualization of robot models

Controls: Click and drag to rotate, scroll to zoom, right-click and drag to pan

TODO: Load actual robot URDF/GLTF models from robot profiles

ATE CLI

Command-line interface for FoodforThought platform

Installation

Install the CLI from local source

$ pip install -e foodforthought-cli

Install from PyPI (when available)

$ pip install ate-cli

Example Commands

Check CLI version

$ ate --version

Authenticate with API key

$ ate login --api-key YOUR_API_KEY

Clone a repository

$ ate clone <repository-id>

Initialize a new skill repository

$ ate init my-skill -d "Description" -v public

Check skill compatibility between robots

$ ate compatibility <source-robot-id> <target-robot-id> -r <repo-id>

Adapt a skill from one robot to another

$ ate adapt <source-robot-id> <target-robot-id> -r <repo-id>

Configuration

Set environment variables for API access:

Set API endpoint (default: localhost for development)

$ export ATE_API_URL="http://localhost:3000/api"

Set your API key (get from account settings)

$ export ATE_API_KEY="your-api-key-here"

Note: The CLI is currently in development. Some commands may require additional setup or may not be fully functional yet.

© 2026 Kindly Robotics