Skip to main content
Toolkit slug: flowra. Use these tools to build project-scoped toolkits and tools (custom integrations) without leaving Flowra.

Building custom tools

Typical flow today:
  1. FLOWRA_TEST_HTTP_REQUEST — probe the API and inspect the response shape.
  2. FLOWRA_CREATE_OR_UPDATE_TOOLKIT — create the toolkit (auth scheme, metadata).
  3. FLOWRA_CREATE_OR_UPDATE_TOOL — define slug, input/output schema, and executor script.
  4. FLOWRA_GET_TOOL_DETAILS — verify before attaching to a workflow.
Older session-based slugs (FLOWRA_ADD_FILE_ENDPOINTS_TO_TOOLS, FLOWRA_PREVIEW_TOOLS_ENDPOINTS, etc.) are not registered as native tools anymore.