Settings
System configuration, API status, and maintenance tools.
API Connection
Backend FastAPI server at localhost:8000
Server Status
Checking connection...
Company-OS Path
Verifying...
API Keys
Manage service credentials stored in backend/.env
Note
Keys are saved to the local .env file and never leave your machine. After saving a key, restart the backend for changes to take effect.
RAG Vector Store
Re-index all Company-OS markdown files into ChromaDB for AI role context.
How RAG Works
All .md files in Company-OS are split into chunks, embedded with HuggingFace sentence-transformers, and stored in a local ChromaDB vector database. When an AI role is invoked, the most relevant chunks are retrieved to provide context.
System Info
Frontend
Next.js 16 + Tailwind CSS
Backend
FastAPI + Anthropic Claude
Embeddings
HuggingFace MiniLM-L6-v2
Vector DB
ChromaDB (local)
AI Model
Claude Sonnet 4.5
Brands
5 active
AI Roles
4 configured
API Endpoint
localhost:8000