Skip to main content
The Agent SDK ships inside the unified opperai package, so you don’t install anything extra.
LanguageMinimum runtimeNotes
Python3.10+Pydantic optional: pip install opperai[pydantic] for typed output_schema.
TypeScriptNode.js 18+Requires Zod v4 (zod@4). The zod@3.25.x dual-mode build is not supported.

API key

Set OPPER_API_KEY in the environment, or pass client config explicitly:
Get a key at platform.opper.ai.

Verify

Next: Quickstart.