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

# Create Party Action

> Form a new party.

The **Create Party Action** forms a new party with the executing player as the leader.
*Fails if the player is already in a party.*

## Configuration

<ResponseField name="id" type="String">
  Unique identifier for this action entry.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: create_party
  ```
</CodeGroup>
