
API Types: Bulk vs Transactional
Sienge provides two types of APIs with different capabilities and permission requirements:Bulk API - Used for extracting large volumes of historical data. Requires enabling
Massive endpoints in your API token configuration.Transactional API - Used for extracting master data and transactional records. Requires standard API permissions for each resource.Configuring Sienge as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Sienge option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
The following configurations are available:- API User: The user to authenticate against the API service. Check this documentation on how to create it.
- API Password: The password to authenticate against the API service.
- Company Domain: The domain identifier for your company account. For example, if your Sienge workspace URL is
https://mycompany.sienge.com.br, then your company subdomain would bemycompany. - Company ID: The ID of the company to sync (use 1 if you don’t know).
- Building IDs: The IDs of the buildings you want to extract data, used in the Building Resources stream.
- Enterprise IDs: The IDs of the enterprises you want to extract sales data from.
- Start date: The earliest record date to sync.
2. Select streams
Choose which data streams you want to sync. The streams available are related to the different modules in Sienge. You can select entire groups of streams or pick specific ones.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.- Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
- Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
- Sync Type: depending on the data you are bringing to the lake, you can choose between INCREMENTAL and FULL_TABLE. Read more about Sync Types here.
4. Configure data source
Describe your data source for easy identification within your organization. You can inform things like what data it brings, to which team it belongs, etc. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:- Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
- Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.Streams and Fields
Below you’ll find all available data streams from Sienge, organized by API type.Transactional Streams
These streams use the Transactional API and require standard API permissions for each resource. They are typically used for master data and reference tables.
Accountancy Accounts
Accountancy Accounts
Stream containing chart of accounts information.Fields:
Accounts Balances
Accounts Balances
Stream containing daily account balance information.Fields:
Building Projects Calendar
Building Projects Calendar
Stream containing building project calendar and working-day settings per enterprise.Fields:
Checking Accounts
Checking Accounts
Stream containing checking account information.Fields:
Companies
Companies
Stream containing company information.Fields:
Cost Centers
Cost Centers
Stream containing cost center information.Fields:
Creditors
Creditors
Stream containing creditor/supplier information.Fields:
Customers
Customers
Stream containing customer information with detailed personal and company data.Fields:
Enterprises
Enterprises
Stream containing enterprise/project information.Fields:
Inventory Movements
Inventory Movements
Stream containing inventory movements and stock transactions.Fields:
Payment Categories
Payment Categories
Stream containing payment category/financial category information.Fields:
Purchase Orders
Purchase Orders
Stream containing transactional purchase order information.Fields:
Stock Inventories
Stock Inventories
Stream containing stock inventory information for cost centers.Fields:
Supply Contracts
Supply Contracts
Stream containing supply contract information, filtered by start and end date.Fields:
Supply Contracts Measurement Items
Supply Contracts Measurement Items
Stream containing detailed item information for supply contract measurements.Fields:
Supply Contracts Measurement Items
Supply Contracts Measurement Items
Stream containing items for supply contract measurements.Fields:
documentId:String- Identifier of the documentcontractNumber:String- Contract numberbuildingId:String- Building ID (primary key)measurementNumber:String- Measurement number (primary key)itemId:String- Item ID (primary key)
Stock Reservations
Stock Reservations
Stream containing stock reservation information.Fields:
Units
Units
Stream containing building units information and their specific settings.Fields:
Bulk Streams
Sales
Sales
Stream for managing sales information and customer relationships. Requires
enterprise_ids configuration.Fields:Income
Income
Stream containing income and receipt information.Fields:
Business Budget
Business Budget
Stream for managing business budget information.Fields:
Account Cost Center Balance
Account Cost Center Balance
Stream containing accounting balances for cost centers.Fields:
Invoice Items
Invoice Items
Stream with detailed information about invoice items.Fields:
Defaulters Receivable Bills
Defaulters Receivable Bills
Stream for managing bills from defaulter customers.Fields:
Bank Movement
Bank Movement
Stream containing bank movement and transaction data.Fields:
Customer Debt Balance
Customer Debt Balance
Stream for customer debt balance information.Fields:
Building Cost Estimation Items
Building Cost Estimation Items
Stream for items in building cost estimations.Fields:
Account Company Balance
Account Company Balance
Stream containing accounting balances for companies.Fields:
Outcome
Outcome
Stream containing outcome and payment information.Fields:
Building Resources
Building Resources
Stream for managing building resources. Requires
building_ids configuration.Fields:Customer Extract History
Customer Extract History
Stream for the history of customer extracts.Fields:
Purchase Quotations
Purchase Quotations
Stream for managing purchase quotations.Fields:
Implementation Notes
API Limits & Performance
- Rate Limiting: Sienge enforces an account-wide limit of 200 requests per minute across all streams. To prevent bursting past this limit—especially during large backfills or when multiple streams are syncing in parallel—the connector automatically paces requests. For example, daily paginated streams like Accounts Balances introduce a slight delay (0.6 seconds) between requests to stay safely under the API quota. The same pacing is applied to other high-volume streams, such as
Supply Contracts Measurement Items, to prevent rate limiting errors (HTTP 429).
Skills for agents
Download Sienge skills file
Sienge connector documentation as plain markdown, for use in AI agent contexts.