CLI
Create a cloud desktop with the Nen CLI:API
Create a desktop programmatically:| Field | Type | Description |
|---|---|---|
desktop_type | string | Optional. Defaults to "sandbox", which is currently the only supported value. |
{}) is equivalent to {"desktop_type": "sandbox"}.
Response:
| Field | Type | Description |
|---|---|---|
desktop_id | string | Unique identifier. Use this in subsequent /desktops/{id}/... calls. |
desktop_type | string | Always "sandbox" at the moment. |
status | string | running on success. |
workspace_id | string | The workspace (organization) that owns this desktop. |
name | string | Human-readable name, if the underlying instance has one. Optional. |
created_at | int64 | Unix timestamp (seconds since epoch). |
updated_at | int64 | Unix timestamp (seconds since epoch). |
Check Status
Next Steps
Connect to Your Desktop
Set up authentication and make your first tool call
Quickstart
Run a complete agent loop