orq-ai-sdk
Python Client SDK for the Orq API.
What it is and what it does
orq-ai-sdk is a Python client library for the orq.ai API, designed to provide type-safe, developer-friendly access to orq.ai's services. It wraps HTTP communication using httpx and httpcore, with request/response validation via pydantic. The SDK supports both synchronous and asynchronous workflows, allowing you to query agents, manage alerts, run evaluations, and interact with other orq.ai resources through a consistent interface.
The package is actively maintained and requires Python 3.10 or later. It handles authentication via API key (passed as a parameter or read from the ORQ_API_KEY environment variable), supports streaming responses, file uploads, automatic retries, and custom HTTP client configuration. The SDK is distributed as a pure Python wheel with no compiled dependencies, making installation straightforward across platforms.
Use it for:
- Build Python applications that programmatically create, list, update, or delete AI agents via the orq.ai API.
- Set up monitoring and alerting rules for AI systems by creating and managing alerts through the SDK.
- Run evaluations on AI models or agents and retrieve results asynchronously to avoid blocking application logic.
- Integrate orq.ai capabilities into async Python frameworks (FastAPI, aiohttp) using the native async/await support.
- Automate agent lifecycle management (creation, configuration, deletion) as part of CI/CD or infrastructure-as-code workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A type-safe Python SDK for the orq.ai API, providing synchronous and asynchronous access to agent management, alerts, evaluations, and related operations.
Yes, if you are building Python applications that need to interact with the orq.ai API. The SDK is actively maintained, has low install friction, and provides both sync and async interfaces. However, verify the license terms before use, as the license status is currently unclear in the package metadata. No known security vulnerabilities are reported.
Install
orq-ai-sdk on PyPI
pip
pip install orq-ai-sdkuv
uv add orq-ai-sdkpoetry
poetry add orq-ai-sdkInstalling orq-ai-sdk
Before you install
Low install friction with a pure-wheel distribution. Active maintenance with a release on 2026-08-14 and commits through that date. Requires Python 3.10 or later.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or copyleft-sensitive contexts.
Quickstart
pip install orq-ai-sdk
from orq_ai_sdk import Orq
import os
with Orq(api_key=os.getenv("ORQ_API_KEY", "")) as orq:
res = orq.evals.all(limit=10)
print(res)
Requires Python 3.10 or later and a valid ORQ_API_KEY environment variable or parameter for authentication.
Verify before relying
- What is the actual license under which this package is distributed?
- Are there any rate limits or quotas enforced by the orq.ai API that users should be aware of?
- What is the stability guarantee for the SDK's public API across versions?
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — httpcore, httpx, pydantic, requests |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 98,764/month — #13,062 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: orq_ai_sdk-4.13.12-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
openrouterA Python SDK for accessing 400+ AI models…
permissive · top 5,000 on PyPI
polar-sdkPython SDK for interacting with the Polar API,…
permissive · top 15,000 on PyPI
mistralaiPython client SDK for the Mistral AI API,…
unclear · top 1,000 on PyPI
komboType-safe Python SDK for the Kombo Unified API,…
unclear · top 15,000 on PyPI
opsgenie-sdkPython client library for the Opsgenie REST…
permissive · top 5,000 on PyPI
glean-api-clientA Python SDK for accessing Glean's REST API,…
unclear · top 15,000 on PyPI
composioComposio provides a Python SDK that connects AI…
permissive · top 5,000 on PyPI
mixpeekMixpeek is an auto-generated OpenAPI client…
permissive · top 15,000 on PyPI
simileA Python client library for interacting with…
permissive · top 15,000 on PyPI
alita-sdkAlita SDK provides a Python framework for…
permissive · top 15,000 on PyPI