> ## Documentation Index
> Fetch the complete documentation index at: https://invopop-link-fix.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> How the Invopop API is organized into services.

The Invopop API is split into multiple services. Each service is effectively a namespace
for a specific problem domain.

The current list of key services is:

* **Silo** `/silo/v1` · Data store for [GOBL](https://docs.gobl.org) documents and their attachments. The silo is also responsible for validating incoming data with the GOBL libraries, managing versions, and state control.
* **Transform** `/transform/v1` · Responsible for storing workflow definitions and executing "jobs".
* **Sequences** `/sequence/v1` · Provides reliable and scalable support for generating sequential codes typically added to invoices.
* **Access** `/access/v1` · Provides access to workspaces and additional functionality required by Applications for enrollment handling.
* **Utils** `/utils/v1` · Used for testing the connection and access credentials.

The details for each service are described in the following sections.
