Python SDK

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

Installation

pip install servoagent

Package: servoagent

Best For

Flask/FastAPI backends
Worker queues
Data pipelines
Automations

Quick Start

from servoagent import ServoAgentClient

client = ServoAgentClient(api_key="sk_live_...")
runs = client.runs.list(limit=20)
print([run.id for run in runs.data])

Generate Snippets

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

Open API Explorer