Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/agents/workspace/me \
--header 'x-access-token: <api-key>'{
"success": true,
"agent": {
"enabled": true,
"status": "not_enabled",
"preset": "default",
"preferences": "<unknown>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>",
"workspace": {
"status": "requested",
"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"
}
}
}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.
curl --request GET \
--url https://pria.praxislxp.com/api/agents/workspace/me \
--header 'x-access-token: <api-key>'{
"success": true,
"agent": {
"enabled": true,
"status": "not_enabled",
"preset": "default",
"preferences": "<unknown>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>",
"workspace": {
"status": "requested",
"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?