Trust graph foundation
Friends before broadcast.
The friend APIs and schema are ready for product work. This page frames the trust model while the full management UI evolves around authenticated users and registered devices.
View device registryAPI route
/api/v1/friends
POST /requests
GET /requests
PATCH /requests/:id
The current implementation focuses on API correctness. The next layer can add search, request review, and device-to-friend policy controls.
Send request
Create a pending edge through /api/v1/friends.
Accept trust
Mutual acceptance turns a request into a trusted connection.
Share safely
Future device discovery can prefer explicit trust relationships.