M

MINDFLARE AI

Neural Orchestration Engine v2.0

INITIALIZING SYSTEM...0%
SECURE_BOOT_ACTIVENODE_SYNC_STABLE
ENTERPRISE RAG DOCUMENTATION

Orchestrate Intelligence

Integrate grounded AI into your enterprise applications in minutes using our professional CLI and SDKs. Manage multiple pipelines, RAG ingestion, and neural orchestration from a single source.

CLI Installation

Our command-line interface allows you to manage applications and knowledge bases directly from your terminal. Perfect for CI/CD and rapid prototyping.

bash
# Install the CLI globally npm install -g mindflare-cli # Or run directly with npx npx mindflare-cli --help

Authentication

Authenticate your session using your CLI Access Token from the Mindflare dashboard (Settings → Developer API).

mindflare-cli
mindflare login ? Paste your CLI Token: ****************************** ✔ Success! Authenticated as srizdebnath (sriz@mindflare.ai)

Core Commands

mindflare apps create -n "My App"

Create a new AI application

mindflare apps list

View all your AI applications

mindflare apps use <appId>

Set default app for future commands

mindflare kb list

List all knowledge bases

mindflare kb create -n "Docs" -t website -u URL

Ingest a source

mindflare kb status <kbId> --wait

Watch ingestion progress

mindflare chat

Start interactive RAG chat session

mindflare chat -m "hi"

Single-shot message mode

mindflare config

View/update CLI configuration

mindflare whoami

Check active session status

Need help?

Our developer success team is here to help you scale your AI infra.

Discord: srizdebnath