relate
Explore the connections in your knowledge graph or create new relationships between entities.
Actions
explore
Discover how entities are connected.
| Parameter | Type | Required | Description |
|---|
action | string | Yes | explore |
name | string | Yes | Entity to explore from |
Returns the entity’s direct relationships: what it’s connected to and how.
Example:
“How is Sarah connected to the payments project?”
The AI calls: relate(action: "explore", name: "Sarah")
connect
Create a new relationship between two entities.
| Parameter | Type | Required | Description |
|---|
action | string | Yes | connect |
from | string | Yes | Source entity name |
to | string | Yes | Target entity name |
relationship | string | Yes | Description of the relationship |
Example:
“Sarah is the tech lead on the payments project”
The AI calls: relate(action: "connect", from: "Sarah", to: "payments project", relationship: "tech lead")
The explore action is great for understanding context. Ask your AI “show me how X is connected to everything” for a map of relationships.