v1.4

FowyldAI Documentation

Everything you need to deploy, configure, and operate sovereign AI infrastructure.

What is FowyldAI? FowyldAI is a sovereign intelligence engine that runs entirely on your infrastructure. No cloud calls, no data exfiltration, no vendor lock-in. Your data never leaves your environment — that's not a feature, it's the architecture.

Quick Install

Docker (recommended)

docker pull fowyldai/engine:latest
docker run -d -p 8000:8000 --gpus all fowyldai/engine:latest

Shell installer

curl -sSL https://install.fowyld.ai | bash

Verify

curl http://localhost:8000/health
{
  "status": "healthy",
  "version": "1.4.0",
  "models_loaded": 1,
  "sovereign": true
}

Core Concepts

ConceptDescription
Orchestration EngineMulti-model orchestrator that routes queries to the optimal local model based on complexity, domain, and resource availability.
SovereigntyAll processing happens on your infrastructure. No telemetry, no cloud calls, no data leaves the boundary.
Deliberation FrameworkMultiple models deliberate on complex queries, cross-validating responses for accuracy.
Air-Gap ModeFull operation with zero network access — models, config, and updates delivered via sealed packages.
OpenAI CompatibilityDrop-in replacement for OpenAI API — use existing tools and libraries without code changes.

API at a Glance

POST /ask Send a query, get a reasoned response
GET /health Engine health and model status
GET /models List loaded models and capabilities
POST /v1/chat/completions OpenAI-compatible chat endpoint
POST /v1/embeddings Generate text embeddings locally
GET /sovereignty/status Verify zero-exfiltration compliance

System Requirements

ComponentMinimumRecommended
CPU8 vCPU16+ vCPU
RAM32 GB64 GB
Storage100 GB500 GB SSD
GPUOptional (CPU fallback)NVIDIA with 8+ GB VRAM
OSUbuntu 22.04+, RHEL 9+Ubuntu 24.04 LTS
NetworkNone requiredInternal LAN only

Editions

EditionUsersKey FeaturesPrice
Starter1Crown Engine, unlimited local inference, basic workflows$49/mo
ProUp to 5Multi-agent workflows, Institutional Memory, Admin Console$149/mo
BusinessUp to 20Governance, audit logging, Gateway & MCP, cloud augmentation$399/mo
EnterpriseUnlimitedCustom integrations, compliance support, dedicated deploymentContact Sales

Annual billing saves 17%. See full pricing for details.

Need help? Check the FAQ, visit Support, or email support@fowyld.ai.