Documentation Index
Fetch the complete documentation index at: https://docs.docex.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Authenticate with GitHub, top up your wallet, get an API key, and run your first vision analysis — from zero to results in minutes.This guide walks you through the agent-first onboarding flow. By the end you will have a working API key and a successful
docex.run() call.
Run docex setup
The setup command authenticates via GitHub, provisions a wallet, and returns an API key:The
--top-up value is a USD wallet recharge amount. If you are running this as an agent, show the approval URL to the human and wait for them to approve the wallet recharge in the browser.Run your first analysis
Call
docex.run() with a file path and a prompt describing what you want to analyze:Testing in CI? Use the mock provider to run end-to-end tests at zero cost. The mock provider returns realistic fixture responses without calling live models or deducting from your wallet. See the CI testing guide for details.