agentrhq

Infrastructure forautonomous agents.

Agentr builds the infrastructure autonomous agents need to operate reliably at scale—from deterministic web automation to identity and credentials.

open sourcebrowser infrastructureidentity / credentials
runtimeagent_01online
webcmd01
browser command layer
learn · compile · run
authsome02
credential broker
oauth · keys · vault
deterministic systems / safe access
[ 2 systems active ]
all systems operational
/ Products

Two hard problems.
One agent layer.

Browser automation and identity are where autonomous agents meet the real world. We make both deterministic, observable, and open.

system / 01Available now

Webcmd_

Self-learning browser infrastructure for AI agents

Webcmd learns how websites work as agents use them, then turns that knowledge into deterministic commands. Agents can control a live browser, reuse site memory, and graduate repeated workflows into reliable CLI adapters—cutting navigation overhead, token usage, and variance.

Live browser controlSite memoryCLI adaptersStructured outputOpen source
webcmd · deterministic weblive output
$webcmd hackernews top --limit 3
>Strategy: PUBLIC · browser: none
1Show HN: A local-first agent runtime
2Building reliable browser agents
3SQLite on the edge
3 rows · structured output · 412ms
>No page inspection or rediscovery needed
exit 0ready
system / 02Available now

Authsome_

Credential broker and vault for AI Agents

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 proxylive output
$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
exit 0ready