GitDeployHub

christian-bromann/deepagents-filesystem-example

github.com/christian-bromann/deepagents-filesystem-example ↗
Node.js API
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ANTHROPIC_API_KEY secret Anthropic API Key (required for agent)
  • AWS_S3_ENDPOINT secret AWS S3 Configuration
  • AWS_S3_BUCKET secret
  • AWS_ACCESS_KEY_ID secret
  • AWS_SECRET_ACCESS_KEY secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/christian-bromann/deepagents-filesystem-example
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/christian-bromann/deepagents-filesystem-example
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/christian-bromann/deepagents-filesystem-example
Or deploy to a different host
← Try another repo