memory_repo_create
Create a new memory repository for AI agents. Supports private repos and organization ownership.
Instructions
Create a new memory repository. Defaults to private. Owner defaults to the current agent; pass org to create under an organization instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| org | No | Organization login to create the repo under. Omit to create under the current user. | |
| description | No | ||
| private | No | ||
| autoInit | No | ||
| setDefault | No | Also make this the plugin default repo. |