Complete command reference for the Decillion AI CLI tool
npm install -g decillion-cliAfter installation, you can use the decillion command globally.
Log into your account. The username is permanent and cannot be changed once set.
Get data for a specific user by ID.
Get your own user profile and metadata.
List users in paginated format.
Log out and clear local auth files for the CLI.
Generate a payment link for adding credits.
Print your private key (use with caution).
Lock tokens for payments or on-chain execution.
Consume a locked token for a specific usage.
Create a new point with the given configuration.
Update visibility and history settings for a point.
Retrieve details of a specific point.
Delete a point by ID.
Join a public point by ID.
List your own points in a specific origin.
List all public points with pagination.
Fetch recent message history for a point.
Add a member to a point you administer.
Update a member’s metadata in a point.
Remove a member from a point.
List members inside a point.
Attach an existing machine to a point.
Send a signal/message in a point or to a specific user.
Shortcut for sending file-related signals (same signature aspoints.signal).
Send a paid signal using a previously locked token.
Invite a user to a point you administer.
Cancel a previously sent invite.
Accept an invite.
Decline an invite.
Upload a file to a point. Optionally append using fileId.
Upload a user entity (like avatar) with optional machineId.
Download a file from a point to your local device.
Create a workchain with participant stakes.
Submit a base transaction on-chain.
Register a node for a chain origin.
Create a new app on a chain.
Create a machine linked to an app.
Update a machine’s path and metadata (optional prompt file).
Deploy a project to a machine (wasm, elpis, docker).
Run a machine.
Delete a machine by id.
List apps with pagination.
List machines with pagination.
Start a cloud PC micro VM.
Run a shell command on a running VM.
For more detailed documentation and examples, visit our full documentation site.
View Full Documentation