AgentWall
Auth Protocol v1.0Now in Production

Control what
AI agents can do.

AgentWall is the runtime control plane for AI agents — scoped identity, enforced policies, approval workflows, and spend limits across every MCP server and tool API.

Developer interacting with AI protocol
< 1ms
Policy enforcement
100%
MCP compatible
The Control Stack

Five layers.
Complete governance.

setup.ts
import { AgentWall } from '@agentwall/sdk'

const wall = new AgentWall({
  apiKey: process.env.AW_KEY
})

const agent = await wall.register({
  name: 'research-agent-v2',
  capabilities: ['search_docs', 'read_github'],
  policy: {
    deny: ['transfer_money', 'delete_*'],
    requireApproval: ['send_email'],
    budget: { daily: 5.00 }
  }
})

// One middleware — wraps any MCP server or REST API
app.use(wall.middleware())
Capabilities

Everything required
for production.

Not just authentication — the full runtime control layer that enterprise AI workloads need.

Auth Protocol
Agent Identity

Short-lived signed JWTs per agent instance. Revoke any agent in under 1ms without touching user sessions.

Enforcement
Governance Layer

Dynamic policies without redeployments. Allow, deny, rate-limit by capability name.

MCP
MCP Server Security

Protect Model Context Protocol servers. Add auth and governance in a single middleware call.

Human in the Loop
Approval Workflows

Pause and route sensitive agent actions for explicit human sign-off via Slack, email, or your own UI.

Compliance
Audit Logs

Tamper-proof cryptographically signed execution history. Every grant, denial, and approval recorded.

Cost
Budget Controls

Hard spend caps per agent per API per day. Enforced before any external call is made.

Adapters
Identity Adapters

Plug in alongside Better Auth, Auth0, generic JWTs, or AgentWall's own issuer. No migration needed.

Comparison

Beyond authentication.

CapabilitiesAPI KeysGeneric JWTAgentWall
Agent identity~
Scoped capabilities
Runtime policy enforcement
Approval workflows
Budget / spend controls
Cryptographic audit logs~
MCP server support
Get Started

Ship secure AI agents
with AgentWall.

Go beyond authentication. Add the policy, approval, and audit layer that production AI workloads require.