create_space
Establish a shared context space for multi-agent collaboration with configurable permissions. Enables agents to exchange memories and work together on tasks.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| allowed_agents | No | ||
| tags | No |