# Tools Here you’ll find information about tools and utilities for developing with the Pigello API: a Python SDK, OpenAPI documentation and Postman collections. **Note:** Pigello does not guarantee an update lifecycle for these utilities (e.g. new features, deprecations, or bug fixes). Use them as development aids. ## Available tools ### [Python SDK for Pigello API](/tools/sdks) A Python SDK for querying, writing, deleting, and constructing data against the Pigello API. It is fully typed and can be a practical alternative to reading the raw API docs. - **Requirements:** Python ≥ 3.14 - **Dependencies:** `requests` only - **Use for:** Scripts, integrations, bulk queries, typed entities [Go to Python SDK →](/tools/sdks) ### Pigello Docs MCP An MCP that helps your favourite Coding Assistant understand and build integrations with the Pigello API. ### Postman Collection for Pigello API A **Postman collection** is available for each of the documented API applications. **To use it:** 1. Obtain the collection file from the "downloads" section at the top of the relevant API Reference page. 2. In Postman: **File → Import…**, then drag the downloaded collection file into the import area. 3. Configure environment variables (e.g. base URL, auth) as required by the collection. For more on importing collections in Postman, see [Postman’s import guide](https://learning.postman.com/docs/getting-started/importing-and-exporting-data/). ### OpenAPI / Swagger documentation The Pigello API is documented in **OpenAPI 3.0** format. You can: - Browse the interactive API Reference in this documentation site. - Download the OpenAPI spec for each application, e.g. for code generation, validation, or custom tooling. ### Other OAS Files OAS specifications, not rendered in the API Reference section - [Monitoring](/non_rendered_apis/monitoring.json?download) ### UI Application Text Definitions A `.json` file containing titles, descriptions etc. for entities, fields, enums and more. The text values are primarily used in UI applications, and this file can help you with using the correct wording and references when displaying data retrieved from the API. *Note that the base language of this specific file is Swedish.* **As for all tools, we don't guarantee any form of maintenance or deprecation lifecycle. If you utilize this file, we suggest you store and version it on your side.** Download the file [here](/translations/translations.json?download). ## Quick reference | Tool | Best for | | --- | --- | | **Python SDK** | Scripts, integrations, typed access, bulk queries | | **Postman** | Manual testing, sharing requests, team workflows | | **Pigello Docs MCP** | MCP providing tools to browse and explore the API documentation | | **OpenAPI / API reference** | Browsing specs, Try-It, code generation | | **Other OAS Files** | OAS files not rendered in API Reference Section | For API behaviour, authentication, and use cases, see the API Reference and [Introduction](/introduction).