@3rdclick/cli
v0.1.8
Published
CLI for deploying and managing AI agents on the 3rd.click platform
Downloads
88
Readme
3rdclick CLI
The official CLI for deploying and managing AI agents on the 3rd.click platform.
Installation
npm install -g 3rdclickQuickstart
# Initialize a new agent project
3cl init
# Authenticate with the platform
3cl login
# Link your local directory to a project on 3rd.click
3cl link
# Deploy the agent
3cl deployCommands
init- Scaffold a new 3cl agent projectlogin- Authenticate with the 3rd.click platformlink- Link the current directory to a 3rd.click projectdeploy- Build and deploy your agent Docker imagerun- Trigger an execution of your deployed agentlogs- Stream logs and execution traceskill- Terminate an active runsecrets- Manage environment secrets required by your agentstest- Run your agent locally for testing
For full documentation and an API reference, visit docs.3rd.click.
