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'] }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