Skip to main content

Resources and search

Workspace resources are durable catalog objects: pathways, neurons, receptors, assets, artifacts, and related kinds. Use browse to list by type and search for lexical/semantic retrieval.

SDK

// Browse heads by kind
const items = await auvy.browse.list({ kind: 'neuron', brain_id: brainId })

// Hybrid search
const hits = await auvy.search.query({
  q: 'refund policy',
  brain_id: brainId,
})
Namespace reference: SDK resources · Resources API.

Assets and artifacts

User files and generated documents live under asset/artifact kinds. See Assets and artifacts.