Create Workspace
Workspaces
Create Workspace
Creates a new client workspace for the agency. Agency plan required.
POST
Create Workspace
Documentation Index
Fetch the complete documentation index at: https://docs.kakiyo.com/llms.txt
Use this file to discover all available pages before exploring further.
Agency Plan Required - This endpoint is only available for teams on the Agency plan.
Endpoint
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for the workspace |
Response
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Display name for the client workspace
Example:
"Acme Corporation"
Response
Workspace created successfully
A client workspace for agency management
Unique workspace identifier
Example:
"workspace_abc123def456"
Display name of the workspace
Example:
"Acme Corporation"
Internal team identifier for client member management
Example:
"team_xyz789abc123"
Timestamp of workspace creation
Example:
"2024-01-15T10:30:00.000Z"
Last modified on January 28, 2026

