agentrhq

Infrastructure for autonomous agents.

Agentr builds the foundation autonomous agents need to operate safely and at scale. Identity, credentials, governance. Our first product is Authsome, an Agent Identity system.

Products

What we ship.

Authsome

Credential broker and vault for AI Agents

Available now

An open-source credential broker that sits between your agents and the services they call. Instead of sharing credentials with every agent, log in once via OAuth2 or API keys. Authsome stores credentials securely and injects them via an HTTP proxy. You get one place to manage access, rotate keys, and see what every agent is doing.

OAuth2 & API keysHTTP proxyAudit logCredential vaultOpen source
authsome · agent proxy
$authsome proxy --port 4000
>Secure proxy listening on :4000
>Credential vault: ready
agent:my-bot → api.github.com
Authorization injected (ghp_•••••ab12f)
agent:my-bot → api.openai.com
Authorization injected (sk-•••••••cd34e)
agent:my-bot → api.slack.com
Authorization injected (xoxb-•••••bc56)
>Audit log: 3 requests recorded