Logic · Hooks, pipelines, automations, integrations, and remotes
Logic
Turn record changes, schedules, multi-step work, and external events into reliable action.
Read the technical documentation
Hooks
Hooks react immediately around a collection mutation. They are the right place for validation, derived updates, and side effects that belong to one record change.
Pipelines
Pipelines coordinate a named sequence of collection operations, keeping multi-step work explicit and reusable instead of scattering it across screens.
Automations
Automations handle scheduled or event-driven background work such as reminders, reconciliation, compliance checks, and processing that should not hold up an operator.
Integrations
Integrations package access to external systems and facilities so credentials, failure handling, and data exchange stay controlled by the workspace.
Remotes
Remotes expose typed request and response operations to tenant apps. They run inside Pod with the same request scope, policies, and collection facilities as the rest of the workspace.
Continue through the product
Interface
Turn one workspace into the right operating surface for every role.