Can eve be self hosted? #83
Replies: 3 comments 1 reply
|
ye, self-hosting is fully supported.
one thing tho: a reverse proxy must forward both What you give up are the Vercel-only conveniences: the Agent Runs dashboard (use the OpenTelemetry exporters for tracing instead), Vercel Cron, sandbox prewarm, latest-deployment routing, and domain-level sandbox network allow-lists (the Docker backend is allow-all/deny-all only). Core runtime behaviour is identical either way. Personally I would just run on vercel, I love the AI gateway for testing different models. In general tho I use a gemini api key. Running on vercel makes CI/CD and management super easy for me and doesn't cost anything for a small personal project. But that's just my opinion of course :) |
|
Can I use eve with aws agentcore runtime? |
|
Yes, self-hosting eve would be interesting. The main things you would likely miss are the managed infrastructure pieces: sandbox provisioning, container lifecycle management, scaling, security isolation, and operational tooling. It would be helpful if Vercel could document which parts are fully open-source and which parts rely on Vercel-managed services. That would make it easier to understand what a complete self-hosted deployment would require. |
Uh oh!
There was an error while loading. Please reload this page.
Can i self host eve on my own infrastructure? What would i be missing out on? could Vercel expose that piece?
All reactions