NOUKAI

Noukai Documentation

Build, version, and deploy AI-powered flows via a single API URL.

What is Noukai?

Noukai is an AI pipeline builder. You design flows of LLM-powered blocks, version them, and call them via a single API URL.

POST /api/v1/seq/{org}/{project}/{flow}/execute

Get Started

Two Ways to Build

Paste the noukai-prompt.md into your project's AI context, then describe what you want:

"Create a pipeline that classifies customer support tickets and generates responses"

Your AI assistant handles the rest: creating the flow, writing prompts, and integrating the API call.

Manual

Use the web UI at app.noukai.xyz to visually design flows, then call the slug URL from your code.

On this page