Python SDK
Production-ready SDK for building typed integrations against ServoAgent APIs.
Installation
pip install servoagentPackage: 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])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