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.
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:
requestsonly - Use for: Scripts, integrations, bulk queries, typed entities
An MCP that helps your favourite Coding Assistant understand and build integrations with the Pigello API.
- Connect to CursorInstall MCP server on Cursor
- Connect to VS CodeInstall MCP server on VS Code
- Copy MCP ConfigurationCopy MCP JSON Configuration
A Postman collection is available for each of the documented API applications.
To use it:
- Obtain the collection file from the "downloads" section at the top of the relevant API Reference page.
- In Postman: File → Import…, then drag the downloaded collection file into the import area.
- 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.
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.
OAS specifications, not rendered in the API Reference section
| 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.