plur_stores_add
Register an additional engram store from a filesystem path or remote URL with bearer token. Supports shared and read-only modes.
Instructions
Register an additional engram store. Either filesystem (path) or remote (url+token, e.g. PLUR Enterprise). One remote URL can host multiple scopes — call once per team scope you are authorized for; each registers independently. Returns status: "added" or "already_registered".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Remote store base URL, e.g. https://plur.datafund.io/sse — pair with token | |
| path | No | Filesystem path to engrams.yaml (omit if registering a remote store) | |
| scope | Yes | Scope identifier (e.g. space:1-datafund, group:plur/plur-ai/engineering) | |
| token | No | Bearer token (JWT or plur_sk_... API key) for remote stores | |
| shared | No | Whether this store is git-committed / team-visible (remote stores default true) | |
| readonly | No | Whether this store is read-only (e.g. purchased packs) |