create_space
Create a shared context space for multiple AI agents to collaborate. Grant read/write permissions to specific agents and set tags for organization.
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 | ||
| description | No | ||
| allowed_agents | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |