Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jinba.io/llms.txt

Use this file to discover all available pages before exploring further.

Understanding these core concepts will help you build effective workflows in Jinba Flow.

Key Terms

TermDefinitionExample
FlowA workflow that connects multiple Steps with dependenciesEmail received → AI summarizes → Slack notification. This refers to the entire sequence of processing.
StepAn individual unit of processing that makes up a FlowEach individual process like receiving email, AI summarization, Slack notification.
ToolA component that performs a specific actionAI models, API integrations, file processing
SecretsSecurely stored sensitive valuesAPI keys, OAuth tokens
WorkspaceA space to organize your Flows, Secrets, and team resourcesProject workspace
The diagram below shows how these concepts relate to each other:
  • A single Workspace can be shared by multiple Accounts, and one Account can belong to several Workspaces.
  • Each Workspace contains one or more Flows, and every Flow is composed of ordered Steps.
  • Each Step implements its functionality through exactly one Tool.
  • Secrets live at the Workspace level, but the same Secret can be reused across multiple Flows and Steps inside that Workspace.
  • Secrets are how Steps reach External Services (APIs, OAuth integrations) without exposing credentials in flow definitions.
Relationship between Flow, Step, and Tool

What’s Next?

Workflow Creation Overview

Learn about the three ways to create workflows

Chat Panel

Create workflows using natural language