Citrix Secure Developer Spaces™

REST API

The Citrix Secure Developer Spaces™ REST API lets you automate workflows for workspaces, projects, resources, and reporting. The platform API page includes the available endpoints for your deployed version, including workspace APIs used by IDE extensions and external automation.

Information:

Only users authenticated on the Citrix Secure Developer Spaces platform can have access to the API documentation.

api-page-light-cropped

Access the API documentation

  1. Sign in to SDS.
  2. Open the Help section.
  3. Select API.

The API page displays the REST endpoints available in your deployment.

Workspace API updates

Workspace API responses include IDE version information so administrators and integrations can identify the VSCode version assigned to a workspace.

IDE extensions can also use these personal workspace endpoints:

  • GET /v1/personal_workspaces/{workspace_id} returns details for a personal workspace, including attached repositories, mount points, and data buckets.
  • DELETE /v1/personal_workspaces/{workspace_id} deletes a personal workspace that belongs to the signed-in user.

Use /version.json to check capability flags before an extension calls version-specific endpoints.

REST API