v1
latestOpenAPI 3.1.02026-07-226875162.5 KBWiki
Get My Workspace
Retrieve the single workspace implicit in the caller's API key.
Resolution follows the same order as GET /v1/external/workspaces:
- Workspace-bound key → that workspace's GUID
- Legacy team key → the team's workspace GUID
- 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
Example response
{
"guid": "ws_abc123"
}