Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.davia.ai/llms.txt

Use this file to discover all available pages before exploring further.

davia init
command
Initialize Davia in current directory. Creates .davia folder and project configuration.
OptionDescription
--agent=<name>Specify AI coding agent (cursor, claude-code, github-copilot, windsurf, open-code)
davia open
command
Start web server and open browser. Finds available port if specified port is in use.
OptionDescription
--port=<number>Specify port number (default: 3005)
davia push
command
Upload documentation to remote workspace. Authenticates, links workspace, uploads files.
davia docs
command
Generate documentation using AI agent. Checks API key, runs agent, starts web server. Outputs files to .davia/assets/.
OptionDescription
--overwriteOverwrite existing documentation files
--no-browserDon’t open browser after generation
--port=<number>Specify port number (default: 3005)