List Machines
list_machinesRetrieve all saved machines with access state and live status to answer fleet-wide questions and choose a target machine.
Instructions
List ALL of the user's saved machines with each one's access state and, when available, live status. USE THIS for fleet-wide questions or when the user has not named a machine yet. Requires account auth (set AICOMMANDER_TOKEN); without an account there is no list, so fall back to session_status with a specific AIC- code. Each entry includes blocked (operator approval/block state) and planRestricted (account-plan state); these are independent and can both be true. Free keeps every saved record but only the 10 oldest by creation time, then id, are usable. Newer records have planRestricted:true; deleting an older record promotes the next oldest, or upgrading to Pro restores all saved records up to the technical 100-record ceiling. NEVER attempt another tool against a plan-restricted entry: it will fail with reason:"plan_device_limit". Restricted entries intentionally expose no liveness or telemetry: online:false, lastSeenAt:null, with platform, agent version, and GPU details omitted. This is not evidence that the machine itself is offline. For an unrestricted entry, platform selects the shell dialect ('win32' means cmd.exe), offline platform/GPU data is last-known, and GPU details help pick a compute box. Takes no arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||