the0 Documentation
This documentation covers everything you need to build, deploy, and manage algorithmic trading bots on the0 platform.
Getting Started
New to the0? Start here to understand the platform and set up your environment.
- Welcome to the0 - Platform overview, architecture, and supported languages
- Terminology - Key concepts: bots, custom bots, and deployments
CLI Reference
The the0 CLI is the primary tool for deploying bots and managing instances.
- Installation - Install the CLI
- Authentication - Configure API credentials
- Bot Commands - Manage bot instances
- Custom Bot Commands - Deploy custom bots
- Secrets - Configure private dependencies
Bot Development
Guides for building trading bots in your preferred language.
Language Quick Starts
Core Concepts
- Development Overview - Bot development workflow
- Configuration - bot-config.yaml and schemas
- Bot Types - Scheduled vs realtime execution
- Metrics - Emit data to the dashboard
- Custom Frontends - Build custom dashboards
- Testing - Local testing strategies
- Deployment - Deploy to the platform
Integrations
- MCP Server - Model Context Protocol integration