Settings

Theme

Show HN: WardGate, give AI agents API access without giving them credentials

github.com

1 points by avoutic 2 months ago · 0 comments · 1 min read

Reader

WardGate is my project to solve the issue of having something nice as OpenClaw, but not having to share my precious credentials and all access that comes with that.

WardGate is a go binary, for which you can define endpoints that your AI Agent can use. It passes the request on as-is (as long as it's allowed), so the agent can just do its regular curl calls or use API libraries (but with a different endpoint URL).

And you can then limit the endpoint (e.g. Google Calendar), to just allow reading, but not deleting.

It has special adapters for SMTP and IMAP, so you can allow access to certain folders, or only send e-mail (via the official hooman's account) after said human's approval.

It's making my life with OpenClaw (and Claude, Codex, etc) much more bearable.

Open for contributions, additional API presets, suggestions, improvements, et al!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection