Documentation Index
Fetch the complete documentation index at: https://developer.buildpass.global/llms.txt
Use this file to discover all available pages before exploring further.
Overview
BuildPass operates separate tenant environments in Australia and the United States. Each of your client’s BuildPass accounts is hosted in one of these regions. Use the appropriate region identifier to connect to each client’s tenant.Available regions
| Region | Region Code | Location |
|---|---|---|
| Australia (Default) | au1 or omitted | Sydney, Australia |
| United States | us1 | Ohio, United States |
Usage
Setting the region
To route your requests to a specific client’s region, include theX-BuildPass-Region-Id header in your API requests:
Default behavior
If theX-BuildPass-Region-Id header is:
- Not provided: Defaults to Australia (
au1) - Unrecognized value: Defaults to Australia (
au1)
External API integrations should continue to use
https://api.buildpass.global with the region header or default Australia routing described here. Regional OAuth hosts such as https://api.au.buildpass.global are for BuildPass AI MCP connector setup, where MCP clients cannot reliably provide BuildPass region headers.How it works
Simply include theX-BuildPass-Region-Id header in your API requests to connect to your client’s tenant. Each client’s BuildPass account is hosted in either Australia or the United States—use the corresponding region code to access their data.