Skip to main content
POST
Create a typed edge between two nodes.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from_id
string
required
to_id
string
required
edge_type
enum<string>
required

Locked context-graph edge catalogue.

Available options:
OWNS,
OPERATED_BY,
MEMBER_OF,
IN_SCOPE,
IN_CHANNEL,
AUTHORED,
IN_THREAD,
MENTIONS,
DERIVED_FROM,
STATED_BY,
SUPERSEDES,
CONTRADICTS,
SUPPORTS,
REFERENCES,
CAN_READ,
CAN_WRITE
to_type
enum<string>

Target node kind for a generic edge.

Available options:
memory,
message,
artifact,
identity
properties
object

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object