Skip to main content
Workflow templates are reusable workflow packages. They are designed to share structure without sharing live secrets or concrete resource IDs.

Template Categories

What A Template Contains

A template package contains:
  • workflow definition
  • interface
  • metadata
  • binding manifest
  • setup summary
  • risk summary
Bindings are replaced with placeholders so importing teams can map their own agents, channels, connectors, credentials, resources, endpoints, or models.

Required Setup

Before a template can run, remap required placeholders. Examples:
  • choose the Slack channel binding
  • choose the agent that performs research
  • connect the CRM connector
  • provide the endpoint used by an HTTP action

Risk Review

Review risk labels and validation warnings before using a template. Pay special attention to:
  • connector actions
  • HTTP requests
  • send-message steps
  • user code runner steps
  • high-risk fleet or collaboration steps

Best Practices

  • Use templates to standardize repeatable operations.
  • Keep secrets out of templates.
  • Rename imported workflows clearly.
  • Test before publishing.
  • Review bindings after every import.