GitDeployHub

run-llama/invoice-extraction-vibe-coding

github.com/run-llama/invoice-extraction-vibe-coding ↗
Python
4 environment variables found in .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")
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/run-llama/invoice-extraction-vibe-coding
Or deploy to a different host
← Try another repo