.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLAMA_CLOUD_API_KEY
secret
Your LlamaCloud API key (required)
LLAMA_CLOUD_PROJECT_ID
Your LlamaCloud project ID (required)
LLAMA_CLOUD_ORGANIZATION_ID
Your LlamaCloud organization ID (required)
LLAMA_CLOUD_AGENT_NAME
Name for your extraction agent (optional defaults to "invoice_extraction_agent")
brew install flyctl && fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding