Ruby SDK
Production-ready SDK for building typed integrations against ServoAgent APIs.
Installation
gem install servoagentPackage: servoagent
Best For
Rails apps
Background jobs
CRM automations
Service scripts
Quick Start
client = ServoAgent::Client.new(api_key: 'sk_live_...')
runs = client.runs.list(limit: 20)
puts runs['data'].map { |run| run['id'] }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