Getting Started
Install ApolloBot and run your first research session.
Installation
pip install apollobot
Setup
Run the interactive setup wizard:
apollo init
This will configure:
- Your identity (name, affiliation, ORCID)
- API keys (Anthropic or OpenAI)
- Default domain and compute settings
Your First Research Session
Discover Mode
apollo discover "Does gut microbiome diversity correlate with epigenetic age acceleration?"
ApolloBot will:
- Search literature across PubMed, arXiv, and Semantic Scholar
- Acquire relevant datasets from domain-specific databases
- Run statistical analyses with proper correction
- Draft a publication-ready manuscript
- Self-review for statistical validity and methodological soundness
Full Pipeline
apollo pipeline "your research question" --auto-translate
This chains all four modes: Discover → Translate → Implement → Commercialize.
What's Next?
- Discover Mode — Deep dive into autonomous research
- CLI Reference — All available commands
- Configuration — Customize ApolloBot behavior