Skip to content
Last updated

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

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 →


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.


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


Quick reference

ToolBest for
Python SDKScripts, integrations, typed access, bulk queries
PostmanManual testing, sharing requests, team workflows
Pigello Docs MCPMCP providing tools to browse and explore the API documentation
OpenAPI / API referenceBrowsing specs, Try-It, code generation
Other OAS FilesOAS files not rendered in API Reference Section

For API behaviour, authentication, and use cases, see the API Reference and Introduction.