Valmis is an OpenClaw alternative that is designed for work. You can think of it as an open-source alternative to Claude Cowork. You can connect to more than 100 business and productivity apps with your AI agent. The system is designed with security in mind, meaning the agent never gets access to your API credentials. All requests are made via proxy. Agents are dockerized so they can't access your host files. Valmis is designed to run on the cloud and collaborate with humans to get work done.
Hi Product Hunt,
I would like to share with you Valmis, an AI agent harness built for work, with the ability to connect to 100+ business and productivity integrations. The system is designed with security in mind, and agents run in isolated containers, meaning AI never gets access to your API credentials or your host files.
I know the first question you are going to ask is: Why another AI agent harness? And here is why I'm building it.
OpenClaw (or many other harnesses) is a great tool for creating personal assistants, but it is not built for work. The biggest concern is security, as agents store credentials in their memory as plain text and sometimes send credentials directly to LLM providers.
Valmis addresses this issue with a proxy system: the Dockerized agent runtime can only make API requests to the host machine by providing the relevant credential ID. The host then makes the actual request and returns the JSON data back to the agent runtime. Even the LLM API calls themselves are made using proxy. With this design, you can even turn off the internet access of the agent container while making it work.
Agents can only work for you when they have access (safely) to your apps. Our proxy system now supports 100+ business and productivity integrations, including all Google Workspace apps, Slack, Notion, Hubspot, Salesforce, and Figma.
Finally, you can automate multi-step workflows using our workflow feature. Each workflow can be triggered by cron, webhooks, app events, and it supports conditions and loops. You can create workflows using our workflow builder UI, or simply ask your agent to create one by providing a description.
Other cool features:
- Agents have cross-session memory: Your agents are able to automatically write memory when you tell them anything worth remembering or when it discovers something that might be useful in the future.
- Browser automation: Agents can operate a headless browser, navigate, fill forms, click, read pages, and take screenshots. Browsers are also managed by the host machine, so agents interact with them using proxy.
- Human in the loop: Whenever there is a critical decision to make, the agent pauses and asks the human for a set of options.
- Team knowledge base and skill system.
Overall, Valmis is designed to run on the cloud and collaborate with humans to get work done (Valmis means "done" and "completed" in Estonian). If you have any questions about the project, please leave a comment, and I'll reply to all questions.
Report
The proxy-based credential handling is a really thoughtful touch, taking the API key anxiety off the table for nontechnical teammates. Love that the agent stays sandboxed via docker too.
@celdirdide97881 Thanks! The sandbox/proxy system is indeed designed to help non-technical users navigate security considerations when using AI agents.
Report
The proxy setup is genuinely clever, no more worrying about handing an agent raw API keys. Connected it to a few of our internal tools and it just worked without me having to babysit it.
Uniquery
The proxy-based credential handling is a really thoughtful touch, taking the API key anxiety off the table for nontechnical teammates. Love that the agent stays sandboxed via docker too.
Uniquery
@celdirdide97881 Thanks! The sandbox/proxy system is indeed designed to help non-technical users navigate security considerations when using AI agents.
The proxy setup is genuinely clever, no more worrying about handing an agent raw API keys. Connected it to a few of our internal tools and it just worked without me having to babysit it.