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.23.tar.gz (157.6 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.23-py3-none-any.whl (99.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: agentveil-0.7.23.tar.gz
  • Upload date:
  • Size: 157.6 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.23.tar.gz
Algorithm Hash digest
SHA256 ebd23331c8379d52e6fee04caf1b71ab8862f1bedcb3928a4e4393b6c10da423
MD5 7444a0f85e374f0dbd0a3356af1c41a7
BLAKE2b-256 0fca9dac9cc64711985713c740ee341a17db657738cda728bde8df30bc4e77ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentveil-0.7.23.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.23-py3-none-any.whl.

File metadata

  • Download URL: agentveil-0.7.23-py3-none-any.whl
  • Upload date:
  • Size: 99.8 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.23-py3-none-any.whl
Algorithm Hash digest
SHA256 c732645c3873d7f604f2cb972ad6f2a30506c207cf5e7eb5e25669313b35ee03
MD5 5f72144a443c4f0a1120677474af32f0
BLAKE2b-256 c8cc51682dab07d82758d0686ed118689338112dd549d7cd29e926cabe6f01a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentveil-0.7.23-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