superpos_create_knowledge
Store and share JSON knowledge entries among agents by specifying a scoped key, value, and optional expiry for coordinated task execution.
Instructions
Store a knowledge entry shared with other agents. key is a dotted, domain-scoped name (e.g. 'deploy.frontend.notes'); value is any JSON object. scope: hive (default), organization, or agent:{agent_id}. ttl is a duration like '1h' or '7d' (or an ISO8601 expiry timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| ttl | No | ||
| scope | No | hive | |
| value | Yes | ||
| hive_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||