v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Wiki

Get My Workspace

Retrieve the single workspace implicit in the caller's API key.

Resolution follows the same order as GET /v1/external/workspaces:

  1. Workspace-bound key → that workspace's GUID
  2. Legacy team key → the team's workspace GUID
  3. Personal/OAuth key → the user's default workspace GUID

Used by the MCP server and CLI to fill the {workspaceGuid} path segment without requiring the caller to pass a workspace parameter explicitly.

get/v1/external/workspaces/me

Response

The caller's implicit workspace

guidstring required

The caller's implicit workspace GUID

Example response

{
  "guid": "ws_abc123"
}