Skip to main content

Services Catalog

Every adapter you connect to Attlaz exposes a set of operations — typed commands you can invoke via the Services API or MCP.

This page is generated directly from the Services API at build time, so it always matches the deployed contract. The schemas below are the same ones validated server-side.

Calling an operation

POST https://api.attlaz.com/services/{adapterConnectionId}/{command}
Authorization: Bearer {TOKEN}
Content-Type: application/json

{
"spreadSheetId": "...",
"range": "Sheet1!A1:B10"
}

The discovery endpoint GET /services/{adapterConnectionId}/capabilities returns the same schemas scoped to a single connection.

Available services

The services catalog has not been fetched yet. Run node scripts/fetch-services-catalog.mjs before building the docs.