Skip to main content

AgentVeil

Routed action control for risky AI-agent actions.

AgentVeil's public product path is action control for AI-agent workflows: project connectors, MCP Proxy routing, approval / redirect / block decisions, and bounded local evidence.

For the action-control path, install the MCP Proxy package:

pip install agentveil-mcp-proxy

Quick Start

Route MCP tool calls through AgentVeil:

pip install agentveil-mcp-proxy
agentveil-mcp-proxy init --quickstart-filesystem ./sandbox
agentveil-mcp-proxy doctor --full
agentveil-mcp-proxy run

MCP Proxy gates only tool calls routed through the proxy. It does not control host shell, IDE-native edits, direct git/pip commands, or other actions that bypass the proxy. Actions not routed through AgentVeil are not classified or logged.

Python SDK and advanced protocol primitives

Advanced Python SDK package: agentveil.

The root Python SDK remains available for advanced protocol primitives: local DID identity, delegation receipts, receipt helpers, credential checks, advisory reputation, and optional framework adapter modules when their framework dependencies are installed.

Run a local SDK-only identity and delegation check with no server required:

from datetime import timedelta
from agentveil import AVPAgent

owner = AVPAgent.create(mock=True, name="workflow-owner")
agent = AVPAgent.create(mock=True, name="demo-agent")
agent.register(display_name="Demo Agent")

delegation = owner.issue_delegation_receipt(
    agent_did=agent.did,
    allowed_categories=["deploy"],
    valid_for=timedelta(minutes=15),
)
verification = agent.verify_delegation_receipt(delegation)

print("delegation valid:", verification["valid"])
print("scope:", verification["scope"][0]["value"])

What AgentVeil Provides

  • routed action decisions for allow, approval-required, or block outcomes;
  • approval routing for sensitive routed requests;
  • bounded evidence for local review and offline checks;
  • local privacy defaults for MCP Proxy;
  • protocol primitives for DID identity, delegation receipts, receipt helpers, credential checks, and optional framework adapter modules when their framework dependencies are installed.

Resources

License

The agentveil package is MIT licensed. The separate agentveil-mcp-proxy package is source-available under Business Source License 1.1. See the licensing boundary.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentveil-0.7.22.tar.gz (156.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentveil-0.7.22-py3-none-any.whl (99.6 kB view details)

Uploaded Python 3

File details

Details for the file agentveil-0.7.22.tar.gz.

File metadata

  • Download URL: agentveil-0.7.22.tar.gz
  • Upload date:
  • Size: 156.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for agentveil-0.7.22.tar.gz
Algorithm Hash digest
SHA256 ecfb4873a6b961ff3d8b14e83cb173f905154067a0cd59ff8390773c1c448420
MD5 6bb9e66fc8704bbd410f0f10114053ef
BLAKE2b-256 01ee59815a4f42389385bd39c6263bb76ee92f3f9a4ecb86ff6c74c8e26b9a57

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentveil-0.7.22.tar.gz:

Publisher: publish.yml on agentveil-protocol/agentveil-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentveil-0.7.22-py3-none-any.whl.

File metadata

  • Download URL: agentveil-0.7.22-py3-none-any.whl
  • Upload date:
  • Size: 99.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for agentveil-0.7.22-py3-none-any.whl
Algorithm Hash digest
SHA256 6a21ae4e47dc066ecc97525ae89ce6a49e0fc211844c93ac8d6ed70ee932024b
MD5 71d14600451d426969fb043744ad575f
BLAKE2b-256 a64703ba1a52ab47f4b0799ea81f702a7459a604ac609d105da8217a1780daa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentveil-0.7.22-py3-none-any.whl:

Publisher: publish.yml on agentveil-protocol/agentveil-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page