Skip to main content
The Services docs page at /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.
Services docs overview showing all service operations

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 view with input/output schemas and cross-references

Service operation detail with parameter schemas and linked callers

Generated from

This page is populated from the service manifest, which the build pipeline generates by analyzing service client usage across procedures and workflow definitions. Input and output schemas come from the service definition.