akb_link
Create a typed relation between two resources in the same vault to represent dependencies, references, attachments, or implementations, linking documents, tables, and files.
Instructions
Create a relation between any two resources (documents, tables, files). Source and target are AKB URIs in the same vault. Relation types: depends_on, related_to, implements, references, attached_to, derived_from. Example: link a design doc to its data table, or attach a diagram file to a spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source resource URI (e.g. akb://vault/doc/specs/api.md) | |
| target | Yes | Target resource URI (e.g. akb://vault/table/experiments) | |
| relation | Yes | Relation type | |
| _vault_skill_ack | No | Opaque acknowledgement returned as vault_skill.ack_token. After applying that guide, retry the unchanged operation with this value. The bundled proxy supplies it automatically. |