brain_create_link
Create a relationship between two thoughts by ID. Requires npub for credit billing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Label for the link | |
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| color | No | Link color in hex format | |
| type_id | No | ID of link type | |
| brain_id | No | The ID of the brain (uses active brain if not specified) | |
| relation | Yes | Relation type (1=Child, 2=Parent, 3=Jump, 4=Sibling) | |
| direction | No | Direction flags | |
| thickness | No | Link thickness (1-10) | |
| dpop_token | No | ||
| thought_id_a | Yes | ID of the first thought | |
| thought_id_b | Yes | ID of the second thought |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||