Flownix
Sections

Entity types

The full list of product objects — in the interface and over MCP.

The full set of objects you work with in Flownix — in the interface and over MCP.

01

Organization

Top-level container. A user belongs to organizations; projects live inside them.

02

Project

A product with a KEY and a Markdown spec. The root of the node tree.

03

Node

A unit of work of any kind (epic/feature/plan/task/doc). Carries content, status, progress, tags and links.

04

Slug

A human-readable id like KEY-KIND-N (e.g. AF-TASK-30). You can address a node by it instead of the UUID.

05

Tag

A label for filtering and routing work: backend, frontend, db, infra, decision…

06

Comment

An entry in the node feed from a user or an agent. The audit trail: [plan]/[progress]/[decision]/[review]/[done].

07

Dependency

A directed “A depends on B” edge. Defines execution order between tasks.

08

Reference

A cross-link between nodes. Bidirectional: outgoing references and incoming backlinks.

09

Typed relation

A semantic bidirectional edge between nodes: blocks/blocked_by, depends_on, related_to, duplicates, parent_of/child_of. Rendered on the graph.

10

Document

A doc-kind node — a Markdown page in the project’s “Documentation” section.

11

Code review

A code review of a branch with iterations (each run is a new iteration with a commit and body). Links to nodes and lives in the “Reviews” tab.

12

Review iteration

A single review run: number, commit hash and a Markdown verdict. A review accrues iterations as fixes land.

13

Release

A grouping of tasks for shipping. The tree can be viewed grouped by release.

14

Access token (PAT)

A Personal Access Token for MCP. Shown once on creation; used as a Bearer token.

15

Skill

A reusable instruction for an AI agent (SKILL.md) that teaches correct AI-Flow usage.