<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: roadhog</title>
    <description>The latest articles on DEV Community by roadhog (@roadhogwhatever).</description>
    <link>https://dev.to/roadhogwhatever</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4130995%2Fc74b31e5-e5d5-4379-8682-5d7770ada400.png</url>
      <title>DEV Community: roadhog</title>
      <link>https://dev.to/roadhogwhatever</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roadhogwhatever"/>
    <language>en</language>
    <item>
      <title>Better way to let agent access your secrets with safetly</title>
      <dc:creator>roadhog</dc:creator>
      <pubDate>Fri, 18 Sep 2026 06:53:36 +0000</pubDate>
      <link>https://dev.to/roadhogwhatever/better-way-to-let-agent-access-your-secrets-with-safetly-2oeh</link>
      <guid>https://dev.to/roadhogwhatever/better-way-to-let-agent-access-your-secrets-with-safetly-2oeh</guid>
      <description>&lt;p&gt;AI agents are rapidly becoming a core part of people workflows. They write code, run deployments, manage infrastructure, and interact with third-party services on our behalf. But there’s a persistent problem standing in the way: how do you give agents access to your sensitive credentials without exposing them?&lt;/p&gt;

&lt;p&gt;Most approaches today are either insecure or overly complex. Developers often hardcode secrets into agent prompts, pass them through environment variables, or set up full enterprise vaults just to let an agent call an API. Hardcoding leaks credentials in logs and chat history. Environment variables get passed to every process the agent spawns. And traditional secrets managers require heavy integration work that defeats the speed advantage of using agents in the first place.&lt;/p&gt;

&lt;p&gt;What we need is something simple, local, and purpose-built for agent workflows.&lt;/p&gt;

&lt;p&gt;infolio: A Simpler Approach to Secret Access for Agents&lt;br&gt;
infolio solves this with a straightforward two-part design: encrypted local secret storage + CLI-based access + Auth by device. It stores your passwords, API keys, and tokens securely on your machine, and exposes them through a clean command-line interface that agents can call natively.&lt;/p&gt;

&lt;p&gt;Here’s how it works.&lt;/p&gt;

&lt;p&gt;First, you store your secrets in infolio’s encrypted vault. Everything is encrypted at rest on your local device — no third-party servers, no middleman. You retain full control over your data.&lt;/p&gt;

&lt;p&gt;Become a Medium member&lt;br&gt;
Second, you grant agents access through the infolio CLI. Instead of pasting keys into chat windows or injecting them globally, agents simply run a command like infolio get openai-api-key when they need a credential. The secret is returned directly to the agent process, used for the specific call, and never persisted in the agent’s conversation history or log files.&lt;/p&gt;

&lt;p&gt;This model has three key advantages over alternatives.&lt;/p&gt;

&lt;p&gt;It’s secure by default. Secrets stay in one encrypted place. They’re not scattered across agent prompts, terminal histories, or project files. Access happens on-demand, on your machine, under your permissions.&lt;/p&gt;

&lt;p&gt;It’s trivial for agents to use. Every AI agent that can run shell commands — from coding assistants to automation agents — can work with infolio immediately. There’s no SDK to install, no API to integrate, no auth flow to debug. A single CLI command is all it takes.&lt;/p&gt;

&lt;p&gt;It stays out of your way. You don’t need to rearchitect your workflow or adopt a new secrets platform. infolio runs locally, works alongside your existing tools, and adds virtually zero overhead to agent operations.&lt;/p&gt;

&lt;p&gt;Why This Matters&lt;br&gt;
As agents take on more responsibility, the attack surface for secrets grows. A leaked API key in an agent chat log can lead to compromised accounts, unexpected charges, or data breaches. At the same time, developers don’t want to slow down their agent workflows with enterprise-grade security infrastructure.&lt;/p&gt;

&lt;p&gt;infolio strikes the right balance: strong encryption for your secrets, and a simple CLI interface that agents already know how to use. It’s the kind of tool that feels obvious once you see it — the safe, sane way to connect agents to the credentials they need.&lt;/p&gt;

&lt;p&gt;If you’re already using agents and tired of juggling API keys in chat windows, give Infolio a try. It turns your local machine into a secure secret broker that every agent can talk to.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
  </channel>
</rss>
