List Desktops
View all your active desktops:
ID STATUS CREATED
dsk_abc123def456 running 2026-03-31T12:14:20-07:00
dsk_789xyz012abc running 2026-03-31T11:05:00-07:00
API
curl -H "Authorization: Bearer sk_nen_..." \
"https://desktop.api.getnen.ai/desktops"
Get Desktop Details
nen desktop status dsk_abc123def456
Returns metadata including status, IP address, and creation time.
API
curl -H "Authorization: Bearer sk_nen_..." \
"https://desktop.api.getnen.ai/desktops/dsk_abc123def456"
Delete a Desktop
Terminate a desktop when you’re done:
nen desktop delete dsk_abc123def456
You’ll be prompted to confirm. Use --force to skip:
nen desktop delete dsk_abc123def456 --force
Deleting a desktop immediately terminates the instance. Any in-progress agent loops will receive connection errors.
API
curl -X DELETE -H "Authorization: Bearer sk_nen_..." \
"https://desktop.api.getnen.ai/desktops/dsk_abc123def456"
Next Steps
Desktop Commands
Full CLI command reference
Quickstart
Run a complete agent loop