name: agentuity-cli-cloud-apikey-list description: 列出所有API密钥。需要身份验证。用于Agentuity云平台操作 version: “0.0.103” license: Apache-2.0 allowed-tools: “Bash(agentuity:*)” metadata: command: “agentuity cloud apikey list” tags: “read-only fast requires-auth”
云平台API密钥列表
列出所有API密钥
前提条件
- 已使用
agentuity auth login完成身份验证
使用方法
agentuity cloud apikey list [选项]
选项
| 选项 | 类型 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|---|
--orgId |
字符串 | 是 | - | 按组织ID筛选 |
--projectId |
字符串 | 是 | - | 按项目ID筛选 |
示例
列出项目:
bunx @agentuity/cli cloud apikey list
列出项目:
bunx @agentuity/cli cloud apikey ls