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 })
console.log(runs.data.map((run) => run.id))Source Repository
Browse implementation and release notes.
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