Workspot

Workspot is a cloud-native virtual desktop infrastructure (VDI) and Cloud PC provider delivering Desktop-as-a-Service through its Workspot Control SaaS plane and the Workspot Desktop Control Fabric, a globally distributed architecture that provisions and manages Windows desktops and published applications across Microsoft Azure, Google Cloud and Amazon WorkSpaces Core. Workspot publishes a Workspot Control REST API for IT service management, automation and scripting tools — 105 operations covering desktop pools, desktops, users, groups, templates, application bundles, cloud app server pools, RD gateway clusters, licenses and usage reporting — plus a separate HMAC-authenticated SIEM/Splunk events API for streaming admin and end-user event data into security tooling. It serves regulated and design-heavy industries including finance, legal, healthcare, manufacturing, life sciences, construction, retail and education.

Workspot publishes 1 API on the APIs.io network: Control REST API. Tagged areas include Virtual Desktop Infrastructure, Desktop as a Service, Cloud PC, End User Computing, and Cloud Infrastructure.

The Workspot catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Workspot’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, signup flow, changelog, and 27 more developer resources.

49.9/100 developing Agent 41/100 agent ready Full breakdown ↓
scored 2026-09-04 · rubric v0.18.3
2 APIs 1 MCP Servers
Virtual Desktop InfrastructureDesktop as a ServiceCloud PCEnd User ComputingCloud InfrastructureEnterprise ITWorkspace ManagementSaaS

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-04 · rubric v0.18.3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/workspot: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Workspot Control REST API

REST API for Workspot Control, the SaaS management plane for Workspot Cloud PCs. 105 operations across 85 paths for IT Service Management (ITSM), automation and scripting tools ...

Workspot SIEM (Splunk) Events API

HMAC-SHA256 authenticated REST API for fetching Workspot Control event data — end-user and administrator actions — into Splunk or any other SIEM. Uses a submit/poll/fetch flow w...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Workspot Rate Limits

2 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Workspot Authentication

oauth2/http/hmac · 3 schemes

SECURITY

Workspot Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Workspot Trust Center

SOC 2 Type 2, GDPR

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: workspot
name: Workspot
description: Workspot is a cloud-native virtual desktop infrastructure (VDI) and Cloud PC provider delivering Desktop-as-a-Service
  through its Workspot Control SaaS plane and the Workspot Desktop Control Fabric, a globally distributed architecture that
  provisions and manages Windows desktops and published applications across Microsoft Azure, Google Cloud and Amazon WorkSpaces
  Core. Workspot publishes a Workspot Control REST API for IT service management, automation and scripting tools — 105 operations
  covering desktop pools, desktops, users, groups, templates, application bundles, cloud app server pools, RD gateway clusters,
  licenses and usage reporting — plus a separate HMAC-authenticated SIEM/Splunk events API for streaming admin and end-user
  event data into security tooling. It serves regulated and design-heavy industries including finance, legal, healthcare,
  manufacturing, life sciences, construction, retail and education.
image: https://www.workspot.com/app/uploads/2024/10/cropped-workspot-secondary-logo-blue-192x192.png
url: https://raw.githubusercontent.com/api-evangelist/workspot/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-09-04'
modified: '2026-09-04'
tags:
- Virtual Desktop Infrastructure
- Desktop as a Service
- Cloud PC
- End User Computing
- Cloud Infrastructure
- Enterprise IT
- Workspace Management
- SaaS
apis:
- aid: workspot:control
  name: Workspot Control REST API
  description: REST API for Workspot Control, the SaaS management plane for Workspot Cloud PCs. 105 operations across 85 paths
    for IT Service Management (ITSM), automation and scripting tools — provisioning and lifecycle of desktop pools and desktops,
    user and group assignment, template build/clone/publish, cloud application server pools and published applications, RD
    gateway clusters, cloud/region/zone/network discovery, licenses, stale devices and usage reporting. OAuth 2.0 or Microsoft
    Entra ID token authentication; many operations are asynchronous and return a StatusURL to poll.
  humanURL: https://docs.workspot.com/docs/using-the-workspot-control-api
  baseURL: https://api.workspot.com
  tags:
  - Virtual Desktop Infrastructure
  - Desktop as a Service
  - Cloud PC
  - Provisioning
  - Automation
  properties:
  - type: Swagger
    url: openapi/workspot-control-openapi-original.json
  - type: OpenAPI
    url: openapi/workspot-control-openapi.json
  - type: Documentation
    url: https://docs.workspot.com/docs/using-the-workspot-control-api
  - type: APIReference
    url: https://api.workspot.com/swagger-ui.html
  - type: Overlay
    url: overlays/workspot-control-overlay.yaml
  - type: ErrorCatalog
    url: errors/workspot-problem-types.yml
  - type: DataModel
    url: data-model/workspot-data-model.yml
  image: https://www.workspot.com/app/uploads/2024/10/cropped-workspot-secondary-logo-blue-192x192.png
- aid: workspot:siem
  name: Workspot SIEM (Splunk) Events API
  description: 'HMAC-SHA256 authenticated REST API for fetching Workspot Control event data — end-user and administrator actions
    — into Splunk or any other SIEM. Uses a submit/poll/fetch flow with checkpoint-based incremental delivery: POST an events
    request with the last checkpoint, poll the returned request token with HEAD until ready, then GET batches of up to 1000
    events with the new checkpoint returned in the X-Ws-Checkpoint response header.'
  humanURL: https://docs.workspot.com/docs/workspot-splunksiem-api-user-guide
  baseURL: https://api.workspot.com
  tags:
  - SIEM
  - Security Events
  - Audit Logs
  - Splunk
  properties:
  - type: Documentation
    url: https://docs.workspot.com/docs/workspot-splunksiem-api-user-guide
  - type: Events
    url: asyncapi/workspot-siem-events.yml
  image: https://www.workspot.com/app/uploads/2024/10/cropped-workspot-secondary-logo-blue-192x192.png
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: TrustCenter
  url: security/workspot-trust-center.yml
- type: Website
  url: https://www.workspot.com/
- type: Documentation
  url: https://docs.workspot.com/
- type: APIReference
  url: https://api.workspot.com/swagger-ui.html
- type: GettingStarted
  url: https://docs.workspot.com/docs/using-the-workspot-control-api
- type: Support
  url: https://www.workspot.com/support/
- type: Blog
  url: https://www.workspot.com/blog/
- type: SignUp
  url: https://www.workspot.com/company/contact/
- type: TermsOfService
  url: https://www.workspot.com/legal/workspot-enterprise-subscription-agreement/
- type: PrivacyPolicy
  url: https://www.workspot.com/legal/privacy-policy/
- type: TrustCenter
  url: https://www.workspot.com/resources/trust-center/
- type: Compliance
  url: https://www.workspot.com/resources/trust-center/
- type: StatusPage
  url: https://status.workspot.com/
- type: ChangeLog
  url: changelog/workspot-changelog.yml
- type: Lifecycle
  url: lifecycle/workspot-lifecycle.yml
- type: Authentication
  url: authentication/workspot-authentication.yml
- type: Conventions
  url: conventions/workspot-conventions.yml
- type: RateLimits
  url: rate-limits/workspot-rate-limits.yml
- type: Plans
  url: plans/workspot-plans-pricing.yml
- type: Conformance
  url: conformance/workspot-conformance.yml
- type: ErrorCatalog
  url: errors/workspot-problem-types.yml
- type: DataModel
  url: data-model/workspot-data-model.yml
- type: WellKnown
  url: well-known/workspot-well-known.yml
- type: MCPServer
  url: mcp/workspot-mcp.yml
- type: LLMsTxt
  url: llms/workspot-llms.txt
- type: DomainSecurity
  url: security/workspot-domain-security.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Packages
  url: packages/workspot-packages.yml
- type: Pricing
  url: https://go.workspot.com/231025-Request-Product-Pricing
- type: Events
  url: asyncapi/workspot-siem-events.yml
- type: Overlay
  url: overlays/workspot-control-overlay.yaml
- type: Swagger
  url: openapi/workspot-control-openapi-original.json
- type: OpenAPI
  url: openapi/workspot-control-openapi.json
- type: ServiceLevelAgreement
  url: https://www.workspot.com/legal/cloudslac/
x-enrichment:
  date: '2026-09-04'
  status: enriched
  artifacts_added: 28
  pass: local-v3

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/workspot"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/workspot/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/workspot/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.