> ## Documentation Index
> Fetch the complete documentation index at: https://docs.govly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Workspace

This endpoint creates a new workspace for an opportunity.

## Request Body

<ParamField body="opportunityId" type="string" required>
  ID of the opportunity to create a workspace for
</ParamField>

<ParamField body="name" type="string">
  Display name for the workspace
</ParamField>

<Warning>
  This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.
</Warning>
