create_space
Create shared context spaces for multi-agent collaboration with fine-grained permissions and access control.
Instructions
Create a shared context space for multi-agent collaboration.
Spaces let multiple agents share memories with fine-grained permissions. The creator is the owner and can grant read/write access to other agents or tenants.
Args: name: Name for the space. description: Optional description of the space's purpose. allowed_agents: Optional list of agent IDs that can access this space. tags: Optional tags for the space.
Returns: JSON string with the created space details including space_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| description | No | ||
| allowed_agents | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |