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.
Authentication
Authenticate your session using your CLI Access Token from the Mindflare dashboard (Settings → Developer API).
Core Commands
mindflare apps create -n "My App"Create a new AI application
mindflare apps listView all your AI applications
mindflare apps use <appId>Set default app for future commands
mindflare kb listList all knowledge bases
mindflare kb create -n "Docs" -t website -u URLIngest a source
mindflare kb status <kbId> --waitWatch ingestion progress
mindflare chatStart interactive RAG chat session
mindflare chat -m "hi"Single-shot message mode
mindflare configView/update CLI configuration
mindflare whoamiCheck active session status
