Skip to main content
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,
    "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.

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Response

Workspace status returned

success
boolean
agent
object