AUVY

Product concepts

AUVY OS nouns for AUVY SDK integrators.

Product concepts

Short glossary for harness and SDK users. For vault workflows see Vault discovery; for invoke and streaming see Jobs and streaming.

NounWhat it is
WorkspaceTenant — resolved from your API key or session
BrainProject context inside a workspace; scope lists and runs with X-Brain-Id
API keyUser-scoped credential; access limited to brains the creator participates in
NeuronConfigurable agent (model, tools, memory) — invoke with neurons.invoke
PathwayWorkflow graph — run with pathways.execute
ReceptorCatalog entry + share surface over a neuron/pathway; channel triggers configured in Cortex
JobAsync run — every invoke returns job_id; stream or poll
TraceConversation thread and message history
VaultFolder-indexed workspace documents — browse and search via MCP/CLI

Execution model

Integrators run work directly on neurons or pathways:

  • auvy.neurons.invoke(neuronId, { message, stream: true })
  • auvy.pathways.execute(pathwayId, { input })

Cache neuron/pathway UUIDs from the dashboard or a one-time catalog list — not per message.

Receptors are for catalog, share links, and automation wiring in Cortex — not the primary HTTP invoke path for scripts.

Where to go next

GoalPage
API keys and brain scopeAuthentication
Browse or search contentVault discovery
Connect an assistantMCP server
Terminal automationCLI
Invoke from app codeFirst SDK call
HTTP / curlHTTP reference

On this page