workspace/post
Tool: create
Create a new workspace under the authenticated agency.
Returns the created Workspace object on 201. Workspace titles must be unique within the agency. apiKey is redacted from the response — see schemas/workspace.
Body
| field | type | req | constraints | description |
|---|---|---|---|---|
| title | string | ✓ | ≤256 chars | Display name for the workspace (must be unique within the agency). |
Response
201 — Created Workspace object: see schemas/workspace. Deltas: none.
Errors: 400, 401, 406, 409, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call create with name: "workspace/post".