Quick Start
Create your first workflow and run it via API in under 5 minutes.
API Reference
Full reference for the Knouds REST API — run workflows, call models, manage workflows.
Node Types
Learn about every node type available on the canvas: inputs, generators, LLMs, and more.
Plans & Billing
Understand credits, tier plans, and how to top up your balance.
How Knouds works
Knouds is built around three ideas: nodes, workflows, and deployments.- Nodes are the building blocks — each one represents an operation like generating an image, running an LLM prompt, or accepting an input from your API caller.
- Workflows are collections of connected nodes. You wire them together on the canvas to form a pipeline.
- Deployments make a workflow callable as an API endpoint. Any approved Knouds account can call a deployed workflow via
POST /api/workflows/:slug/runusing an API key.
Sign up and get approved
Create an account at knouds.ai. New accounts go through a brief approval step before you can run workflows.
Build a workflow on the canvas
Drag nodes from the sidebar, connect them with wires, and configure each node’s settings. Add a Request Input node to define the inputs your API callers will provide.
Generate your API key
Open the Developer Dashboard, click Create Key, and pick a preset (Read-only / Workflow Deploy / Webhook receiver / Full deploy). Copy the plaintext value — it’s shown once. Pro tier or higher is required to create usable keys.
Build your first pipeline
Step-by-step guide to building and running a real workflow.
Deploy as API
Learn how to make your workflow callable from any external system.
Authentication
How to create API keys and authenticate your requests.
Credits & usage
Understand how credits work and how each model consumes them.