<?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: KeepAI</title>
    <description>The latest articles on DEV Community by KeepAI (@keepai).</description>
    <link>https://dev.to/keepai</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%2F3982424%2Fa1e67610-340f-4a2b-8d9c-2e4735423223.png</url>
      <title>DEV Community: KeepAI</title>
      <link>https://dev.to/keepai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keepai"/>
    <language>en</language>
    <item>
      <title>KeepAI: a local, open-source API hub that lets AI agents use your apps safely</title>
      <dc:creator>KeepAI</dc:creator>
      <pubDate>Sat, 13 Jun 2026 09:05:35 +0000</pubDate>
      <link>https://dev.to/keepai/keepai-a-local-open-source-api-hub-that-lets-ai-agents-use-your-apps-safely-a6i</link>
      <guid>https://dev.to/keepai/keepai-a-local-open-source-api-hub-that-lets-ai-agents-use-your-apps-safely-a6i</guid>
      <description>&lt;p&gt;AI agents are getting good at doing things — triaging your inbox, updating a Notion doc, opening a GitHub issue, moving a Trello card. But to do any of that, an agent needs access to your accounts. And that's where most setups quietly become a problem: you hand an agent a long-lived API key or an OAuth token with broad scopes, and from that moment you have very little say over what it actually does with them.&lt;/p&gt;

&lt;p&gt;KeepAI is an attempt to fix that part. It's a local API hub for AI agents — a desktop app plus a CLI (npx keepai) that sits between your agents and your apps, so agents connect to Gmail, Notion, GitHub, Trello, or Airtable through a layer you control.&lt;/p&gt;

&lt;p&gt;The core idea: connect once, stay in control&lt;/p&gt;

&lt;p&gt;Instead of giving each agent raw credentials, you connect your apps to KeepAI once. Agents then talk to KeepAI, and KeepAI enforces three things on every request:&lt;/p&gt;

&lt;p&gt;Fine-grained permissions. You scope exactly what each agent is allowed to do — which apps, which actions, which resources. A summarizer agent can read your inbox without being able to send mail; a triage agent can label issues without being able to delete repos.&lt;br&gt;
Human approvals. Sensitive or irreversible actions (sending an email, deleting data, posting publicly) can require an explicit OK from you before they go through. The agent proposes; you approve.&lt;br&gt;
A full audit trail. Every request an agent makes is logged. If something looks off, you can see exactly what was requested, when, and whether it was approved.&lt;/p&gt;

&lt;p&gt;The mental model is simple: the agent gets capabilities, not credentials.&lt;/p&gt;

&lt;p&gt;Your keys stay on your machine&lt;/p&gt;

&lt;p&gt;KeepAI runs locally. Your credentials and API keys never leave your device — they're stored locally with end-to-end encryption rather than sitting in a third-party cloud. That's a meaningful difference if you're uneasy about pasting production tokens into yet another hosted service just to let an agent send a message.&lt;/p&gt;

&lt;p&gt;Getting started&lt;/p&gt;

&lt;p&gt;The fastest way to try it is the CLI:&lt;/p&gt;

&lt;p&gt;bashnpx keepai&lt;/p&gt;

&lt;p&gt;That brings up the hub locally; from there you connect the apps you want to expose and point your agent at KeepAI. There's also a desktop app if you'd rather manage permissions, approvals, and the audit log from a UI.&lt;/p&gt;

&lt;p&gt;Open source and free in beta&lt;/p&gt;

&lt;p&gt;KeepAI is open source under AGPL-3.0, and it's free during the open beta. If you want to read the code, file an issue, or just see how the permission/approval model is implemented, the repo is public.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://www.getkeep.ai" rel="noopener noreferrer"&gt;https://www.getkeep.ai&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/nostrband/KeepAI" rel="noopener noreferrer"&gt;https://github.com/nostrband/KeepAI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're building with agents and you've been hesitating to give them real access to your tools, this is exactly the gap KeepAI is trying to close — give agents room to act, without giving up visibility or control.&lt;/p&gt;

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