Tencent Cloud CLI (tccli) is the official command-line tool for the Tencent Cloud platform. It integrates with all Tencent Cloud API 3.0 services, including CVM (compute), COS (object storage), TencentDB, CLB (load balancing), VPC, SCF (serverless functions), and TKE (Kubernetes).
For AI agents, the CLI supports multiple output formats — JSON, text, and table — making it straightforward to parse results for downstream processing. Agents can manage cloud resources end-to-end: create and query CVM instances, operate on COS buckets, manage database instances, configure network security groups, and deploy serverless functions. The command structure follows a consistent tccli <service> <action> pattern across all services.
Configuration supports multi-account profiles for switching between different environments. On Linux/Unix systems, the CLI provides command auto-completion for faster interactive use. Note that tccli replaces the deprecated qcloudcli — the older version is no longer maintained.