Build production AI fast.
Keep the hard parts built in.
Install the SDK, connect the CLI, or use MCP. Get memory, trace observability, and governed tool orchestration instantly without the boilerplate.
npm install @auvy-synapse/clientInstall commands and packages are not yet available.
import { createAUVYClient } from '@auvy-synapse/client'
const auvy = createAUVYClient({
apiKey: process.env.AUVY_API_KEY!,
})
const receptors = await auvy.receptors.list()
