Agentvalet

Created By
AgentValet13 days ago
AgentValet is a governed credential broker for AI agents. It lets an agent call approved SaaS platforms through a proxy that checks permissions, holds sensitive actions for human approval, and records every call in an append-only audit log, so the agent never holds a raw token.
Overview

AgentValet

AgentValet is a governed credential broker for AI agents. Instead of handing an agent a raw API key, you connect a platform once to AgentValet, grant the agent a narrow scope, and let it call the platform through a proxy that checks the permission, holds sensitive actions for human approval, and records every call in an append-only audit log. The agent never holds a raw token.

What it does

  • Scoped permissions per agent and platform, deny by default
  • Human approval for sensitive actions, the call is held transparently until you approve
  • Append-only audit log of every action
  • Encrypted credential vault, credentials never reach the agent
  • Automatic suspension of an agent after repeated auth failures

Install

Register an agent to get your AGENT_ID, OWNER_ID, and key:

npx @agentvalet/register

Then add it to your MCP client:

{
  "mcpServers": {
    "agentvalet": {
      "command": "npx",
      "args": ["-y", "@agentvalet/mcp-server"],
      "env": {
        "AGENT_ID": "agt_...",
        "OWNER_ID": "...",
        "PROXY_URL": "https://api.agentvalet.ai",
        "AGENT_PRIVATE_KEY_PATH": "/path/to/agent.key"
      }
    }
  }
}

Server Config

{
  "mcpServers": {
    "agentvalet": {
      "command": "npx",
      "args": [
        "-y",
        "@agentvalet/mcp-server"
      ],
      "env": {
        "AGENT_ID": "agt_...",
        "OWNER_ID": "...",
        "PROXY_URL": "https://api.agentvalet.ai",
        "AGENT_PRIVATE_KEY_PATH": "/path/to/agent.key"
      }
    }
  }
}
Project Info
Created At
13 days ago
Updated At
13 days ago
Author Name
AgentValet
Star
-
Language
-
License
-
Category

Recommend Servers

View All