Get current user's agent workspace status
curl --request GET \
--url https://pria.praxislxp.com/api/agents/workspace/me \
--header 'x-access-token: <api-key>'{
"success": true,
"agent": {
"enabled": true,
"preferences": {
"cpu": 1,
"memoryMb": 2048,
"storageGb": 20,
"gui": true,
"vncResolution": "1280x800"
},
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>",
"workspace": {
"externalId": "<string>",
"desktopPath": "<string>",
"runtime": {
"provider": "ecs-fargate",
"cluster": "pria-ecs",
"platformName": "pria-agents-platform",
"workspaceId": "<string>",
"taskArn": "<string>",
"taskDefinitionArn": "<string>",
"efsAccessPointId": "<string>"
},
"lastHeartbeatAt": "2023-11-07T05:31:56Z"
}
}
}Agents
Get current user's agent workspace status
Returns the agent desired state from the user’s active instance plus the per-user workspace read model. This route requires normal authentication, not global super access.
GET
/
api
/
agents
/
workspace
/
me
Get current user's agent workspace status
curl --request GET \
--url https://pria.praxislxp.com/api/agents/workspace/me \
--header 'x-access-token: <api-key>'{
"success": true,
"agent": {
"enabled": true,
"preferences": {
"cpu": 1,
"memoryMb": 2048,
"storageGb": 20,
"gui": true,
"vncResolution": "1280x800"
},
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>",
"workspace": {
"externalId": "<string>",
"desktopPath": "<string>",
"runtime": {
"provider": "ecs-fargate",
"cluster": "pria-ecs",
"platformName": "pria-agents-platform",
"workspaceId": "<string>",
"taskArn": "<string>",
"taskDefinitionArn": "<string>",
"efsAccessPointId": "<string>"
},
"lastHeartbeatAt": "2023-11-07T05:31:56Z"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I