Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.driftless.icu/llms.txt

Use this file to discover all available pages before exploring further.

Core CRUD

MethodPathPurpose
GET/workspaces/:slug/watchersList topics
POST/workspaces/:slug/watchersCreate a topic
GET/workspaces/:slug/watchers/:watcherSlugGet topic detail
PATCH/workspaces/:slug/watchers/:watcherSlugUpdate a topic
DELETE/workspaces/:slug/watchers/:watcherSlugDelete a topic

Search & Matching

MethodPathPurpose
GET/workspaces/:slug/watchers/searchSearch topics
POST/workspaces/:slug/watchers/match-filesMatch files to topics

Health & Graph

MethodPathPurpose
GET/workspaces/:slug/watchers/auditContext health audit
GET/workspaces/:slug/watchers/eventsTopic event timeline
GET/workspaces/:slug/watchers/graphTopic graph

Relations

MethodPathPurpose
POST/workspaces/:slug/watchers/:watcherSlug/relationsAdd a relation
GET/workspaces/:slug/watchers/:watcherSlug/relationsList relations
DELETE/workspaces/:slug/watchers/:watcherSlug/relations/:relationIdDelete a relation