schemas/workspace
The Workspace object returned by workspace/get and workspace/get_by_id.
| field | type | constraints | description |
|---|---|---|---|
| workspaceId | integer | Unique identifier. | |
| createdAt | string | date-time | When the workspace was created. |
| title | string | max 256 | Display name of the workspace. |
apiKeyis never returned. The workspace API key is server-redacted from all responses. Use the workspace'sworkspaceIdto identify it; obtain its key through the platform UI.