Node.js SDK
Production-ready SDK for building typed integrations against ServoAgent APIs.
Installation
npm install servoagentPackage: servoagent
Best For
Next.js backends
Express APIs
Cloud functions
TypeScript services
Quick Start
import { ServoAgentClient } from 'servoagent'
const client = new ServoAgentClient({ apiKey: 'sk_live_...' })
const runs = await client.runs.list({ limit: 20 })ServoAgent SDK Source
Browse implementation notes and SDK release history.
Package Registry
See published versions and package metadata.
Generate Snippets
API Explorer can generate snippets for cURL, Python, Node.js, Go, and Ruby from a single request.
Open API Explorer