> ## 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.

# What is Jinba?

> Build, run, and deploy AI-powered workflows with natural language

export const Logo = ({product = 'flow', mode = 'lockup', size = 56}) => <img src={mode === 'glyph' ? product === 'app' ? '/logo/jinba_app_logo_no_text.svg' : product === 'toolbox' ? '/logo/jinba_toolbox_logo.svg' : '/logo/jinba_flow_logo_no_text.svg' : `/logo/jinba_${product}_logo_with_text.svg`} alt={`Jinba ${product} ${mode === 'glyph' ? 'glyph' : 'logo'}`} style={mode === 'glyph' ? {
  height: size,
  width: size
} : {
  height: size,
  width: 'auto'
}} />;

Jinba is a platform that enables you to build, run, and deploy reusable business workflows with AI—all in one seamless experience.

<img src="https://mintcdn.com/jinba/B0KuFPdq9oF6s05P/en/images/what_is_jinba_en.png?fit=max&auto=format&n=B0KuFPdq9oF6s05P&q=85&s=29eec4094778d39d62f20f38c6155a2f" alt="Jinba Overview" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="1224" height="532" data-path="en/images/what_is_jinba_en.png" />

Jinba consists of three products:

<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
  <a href="./pages/basics/what-is-jinba-flow" className="h-full" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div className="border rounded-lg p-4 dark:border-gray-700 hover:border-primary transition-colors cursor-pointer h-full" style={{ textAlign: 'center' }}>
      <div style={{ display: 'flex', justifyContent: 'center', marginBottom: '12px' }}>
        <Logo product="flow" size={56} />
      </div>

      <h3 style={{ display: 'block', textAlign: 'center', marginTop: 0 }}>Build with AI</h3>
      <p>**Design and build** workflows.</p>

      <div style={{ textAlign: 'left' }}>
        * Build tools via chat-based interface
        * Review and edit with flowcharts
        * Integrate with external services
        * Publish as APIs or batch processes
      </div>
    </div>
  </a>

  <a href="./pages/jinba_app/introduction" className="h-full" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div className="border rounded-lg p-4 dark:border-gray-700 hover:border-primary transition-colors cursor-pointer h-full" style={{ textAlign: 'center' }}>
      <div style={{ display: 'flex', justifyContent: 'center', marginBottom: '12px' }}>
        <Logo product="app" size={56} />
      </div>

      <h3 style={{ display: 'block', textAlign: 'center', marginTop: 0 }}>Use with AI</h3>
      <p>**Invoke and execute** workflows and services.</p>

      <div style={{ textAlign: 'left' }}>
        * Execute external services via chat
        * Call Jinba Flow workflows easily
        * Auto-generate input forms from data
        * AI-powered via MCP integration
      </div>
    </div>
  </a>

  <a href="./pages/toolbox/what-is-jinba-toolbox" className="h-full" style={{ textDecoration: 'none', color: 'inherit' }}>
    <div className="border rounded-lg p-4 dark:border-gray-700 hover:border-primary transition-colors cursor-pointer h-full" style={{ textAlign: 'center' }}>
      <div style={{ display: 'flex', justifyContent: 'center', marginBottom: '12px' }}>
        <Logo product="toolbox" size={56} />
      </div>

      <h3 style={{ display: 'block', textAlign: 'center', marginTop: 0 }}>Tools for AI <span style={{ fontSize: '0.75em', padding: '2px 8px', borderRadius: '4px', backgroundColor: '#342115', color: 'white' }}>Beta</span></h3>
      <p>**Manage and execute** AI agent tools.</p>

      <div style={{ textAlign: 'left' }}>
        * Centralized tool registry
        * Sandbox execution in containers
        * REST API, SDK, and MCP support
        * Semver versioning and publishing
      </div>
    </div>
  </a>
</div>

***

## Jinba Flow

<img src="https://mintcdn.com/jinba/B0KuFPdq9oF6s05P/en/images/flow_editor_en.png?fit=max&auto=format&n=B0KuFPdq9oF6s05P&q=85&s=89b52eec9376c61b2da96cc7b0b27cff" alt="Jinba Flow Editor" style={{ width: '100%', borderRadius: '8px', margin: '32px 0' }} width="2928" height="1838" data-path="en/images/flow_editor_en.png" />

Jinba Flow lets you design and build workflows. Generate flows automatically through chat, then visually review and edit them with an intuitive flowchart interface. Workflows can be published as APIs or batch processes for easy reuse.

<Card title="What is Jinba Flow?" icon="arrow-right" href="./pages/basics/what-is-jinba-flow">
  Detailed features of Jinba Flow, workflow automation in 3 steps, and use cases
</Card>

***

## Jinba App

Jinba App is the product for invoking and executing your created workflows and external services. Execute via chat, with auto-generated input forms (UI) when needed, providing a safe execution experience even for non-engineers.

Through MCP (Model Context Protocol), AI can access workflows built in Jinba Flow and external services to achieve user goals.

<Card title="What is Jinba App?" icon="arrow-right" href="./pages/jinba_app/introduction">
  Learn about Jinba App's screen layout, main features, and how to use MCP
</Card>

Its successor, **Jinba App Neo** <span style={{ fontSize: '0.75em', padding: '2px 8px', borderRadius: '4px', backgroundColor: '#342115', color: 'white' }}>Beta</span>, is also available — an agent-centric AI platform built on Anthropic's Claude. Create an agent per use case, attach skills, connectors, and knowledge to it, and put it to work through chat.

<Card title="What is Jinba App Neo?" icon="arrow-right" href="./pages/jinba_app_neo/introduction">
  Agents, skills, connectors, knowledge, and memory in the next-generation Jinba App
</Card>

***

## Jinba Toolbox <span style={{ fontSize: '0.6em', padding: '2px 8px', borderRadius: '4px', backgroundColor: '#342115', color: 'white', verticalAlign: 'middle' }}>Beta</span>

Jinba Toolbox is a centralized tool management and execution platform for AI agents. Register, version, and share tools across your organization, then execute them in isolated sandbox environments.

<Card title="What is Jinba Toolbox?" icon="arrow-right" href="./pages/toolbox/what-is-jinba-toolbox">
  Learn about Jinba Toolbox's centralized registry, sandbox execution, and AI integration
</Card>
