First SDK call
The TypeScript SDK is the recommended integrator surface. It mirrors the public HTTP API with typed namespaces and streaming helpers.Install
Minimal invoke
Wait or stream
Packages
| Package | Use |
|---|---|
@auvy-synapse/client | Public API — receptors, neurons, jobs, resources |
@auvy-synapse/connect-client | OAuth integrations from browser sessions — Connect SDK |
Agent-friendly reference
Coding agents should read SDK source of truth for version-pinned method names.Next steps
- SDK introduction — packages and configuration
- Jobs and streaming — async patterns and errors
- SDK recipes — copy-paste patterns