/docs/services documents all external service integrations, their operations, and where they are used across the app.
Services overview
The overview table lists every service operation in the app with its type (mutation/read-only) and which procedures and workflows invoke it.
Service overview table with operations, types, and cross-references to endpoints and workflows
Operation detail
Clicking an operation scrolls to its detail view, which shows:- Operation name — formatted as
service.operation(e.g.,slack.sendMessage) - Type badge — mutation or read-only
- Cross-references — linked badges showing which procedures call this operation (“Called By”) and which workflows invoke it (“Invoked In”), with links to the API and Workflows docs pages
- Input parameters — the operation’s parameter schema with field names, types, required/optional status, and descriptions
- Output schema — the response shape with the same field-level detail

Service operation detail with parameter schemas and linked callers

