🔨 In Development — This section is still being developed and may change.
Retrieve a list of available automation workflows and Flow-Plate integrations that can be triggered by Freddy AI assistants.
GEThttps://api.freddy.aitronos.com/v1/toolbox/streamline-tools
category string optional
Filter streamline tools by category. Values: marketing, sales, hr, it, operations, communication, data_processing.
workflow_type string optional
Filter by workflow execution type. Values: sequential, parallel, conditional, event_driven.
is_template boolean optional
Filter to show only template workflows that can be customized.
A list of Streamline Tool objects.
Bash
- Bash
- Python
- JavaScript
curl https://api.freddy.aitronos.com/v1/toolbox/streamline-tools \
-H "Authorization: Bearer $FREDDY_API_KEY"