Ruby SDK

Production-ready SDK for building typed integrations against ServoAgent APIs.

Installation

gem install servoagent

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

Generate Snippets

API Explorer can generate snippets for cURL, Python, Node.js, Go, and Ruby from a single request.

Open API Explorer