Authenticate to the Archibus (Eptura) REST API with an OAuth2 client-credentials token and query a facilities data source such as space or asset inventory.
domain: help.archibus.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Register the integration with your OAuth2-compliant identity provider and request a client-credentials access token
Call GET /api/v1/data with a dataSource parameter following the Api_[Name]_v[Version] naming convention, for example a space or HR-location data source
Pass filter conditions in the request body using fieldName, filterValue, and filterOperation, and control paging with pageStart and pageSize
Parse the returned JSON records, noting that dates are returned in ISO 8601 format
Repeat the call with an incremented pageStart until fewer than pageSize records are returned to page through all results
Known gotchas
Data source names must exactly match the Api_[Name]_v[Version] convention documented for your Archibus instance - arbitrary table names will not resolve
Available data sources vary by Archibus module license, so confirm which sources are provisioned before building against them
CORS is enabled by default, but production deployments should still restrict allowed origins
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?