Custom API
Import an OpenAPI description or define an HTTP operation, configure its connection, and expose the approved action to workflows.
Integrations
Turn approved API operations and data transformations into reusable workflow tools with explicit connections, inputs, and outputs.
Tool catalog
Keep external actions and data shaping explicit, testable, and reusable across workflow definitions.
Import an OpenAPI description or define an HTTP operation, configure its connection, and expose the approved action to workflows.
Select specific values from structured output using explicit paths, then give downstream nodes a smaller, stable result.
Reshape data between systems with a defined transformation and preview the result before using it in a workflow.
Perform focused computation with Python, NumPy, and pandas inside a network-isolated sandbox.
Connection lifecycle
Taskmesh separates the reusable operation, organization-specific connection, workflow mapping, and individual invocation.
Define the API operation and its request and response shapes.
Attach the organization’s endpoint and authentication method.
Approve the operation and resources the installation may use.
Bind workflow data to explicit tool inputs.
Execute in the context of a versioned workflow run.
Integration policy
Taskmesh works through published APIs. This preserves the external platform’s validation, permissions, lifecycle rules, and audit boundaries.
External application databases remain behind the application’s own service boundary.
An installation can be limited to approved operations and resources.
Accepted context is checked against the selected published workflow before execution.
Credential boundaries
Credentials belong to configured connections and remain outside broadly readable workflow definitions and routine node output.
Review the security model