Get details about a specific organization managed machine. Requires authentication. Use for Agentuity cloud platform operations
Get details about a specific organization managed machine
agentuity auth login--org-id or default org)agentuity cloud machine get <machine_id>
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <machine_id> | string | Yes | - |
Get machine details by ID:
bunx @agentuity/cli cloud machine get machine_abc123xyz
Returns JSON object:
{
"id": "string",
"status": "string",
"provider": "string",
"region": "string",
"instanceId": "unknown",
"privateIPv4": "unknown",
"availabilityZone": "unknown",
"deploymentCount": "number",
"orgId": "unknown",
"orgName": "unknown",
"createdAt": "string",
"updatedAt": "unknown",
"startedAt": "unknown",
"stoppedAt": "unknown",
"error": "unknown"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | Machine ID |
| status | string | Machine status |
| provider | string | Cloud provider |
| region | string | Region |
| instanceId | unknown | Cloud instance ID |
| privateIPv4 | unknown | Private IPv4 of the machine |
| availabilityZone | unknown | Availability zone of the machine |
| deploymentCount | number | The number of deployments |
| orgId | unknown | Organization ID |
| orgName | unknown | Organization name |
| createdAt | string | Creation timestamp |
| updatedAt | unknown | Last update timestamp |
| startedAt | unknown | Start timestamp |
| stoppedAt | unknown | Stop timestamp |
| error | unknown | Error message if any |
npx skills add agentuity/agentuity-cli-cloud-machine-get下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer