OTOBO Python SDK

Free

Async Python client for the OTOBO GenericInterface REST API

The OTOBO Python SDK is a free, open-source asynchronous client for the OTOBO GenericInterface REST API. It leverages httpx for async communication and pydantic for data validation, providing a high-level interface for ticket operations (CRUD), search, and system configuration. It also includes a CLI tool for automating OTOBO web service setups.

Features

  • Asynchronous Support

    Built on top of httpx to provide non-blocking API calls for high-performance integrations.

  • Typed Models

    Uses Pydantic for robust request and response validation, ensuring data integrity.

  • Ticket CRUD Operations

    Full support for creating, retrieving, searching, and updating tickets via the GenericInterface.

  • CLI Tooling

    Includes 'otobo-cli' to automate the setup of required web services on the OTOBO server.

Related packages