Documentation
Everything you need to deploy, configure, and operate AI trading agents with Artic.
Quickstart
Install, configure, and launch your first trading agent in under 5 minutes.
Architecture
Hub-and-spoke topology, data flow, Docker containers, and key invariants.
Agent Configuration
All config options, risk parameters, LLM settings, and execution modes.
Strategy Catalog
Browse 30+ quant algorithms across momentum, mean reversion, volatility, volume, and statistical categories.
Hub API Reference
REST endpoints, WebSocket streaming, internal agent push APIs, and rate limits.
Client Guides
Set up and use the TUI, CLI, Telegram bot, and REST API clients.
CLI Reference
Interactive menu-driven CLI for agent creation, monitoring, and management.
TUI Reference
Full keyboard-driven terminal UI with live dashboards, log viewer, and forms.
Telegram Reference
All 14 slash commands for agent control and monitoring from Telegram.
Deployment
Docker Compose setup, PostgreSQL, migrations, environment variables, and production tips.
Authentication & Secrets
JWT and API key auth, AES-encrypted secret storage, and resolution order.
Testing
Test structure, conventions, mocking external services, and strategy contract verification.
