Vantio AI Zero-Trust Execution Interceptor
Project description
Vantio Enterprise AI Agent SDK (Python)
Strictly opt-in observability tooling for enterprise AI workloads.
Overview
This SDK provides a lightweight session-boundary layer for AI API traffic
tracing. It is a developer-configured utility — it does nothing unless
you explicitly instantiate and enter a VantioSession context.
Configuration
Two environment variables must be present before the SDK is meaningful in your deployment:
| Variable | Purpose |
|---|---|
VANTIO_API_KEY |
Your Vantio enterprise credential, used to authenticate with the Vantio control plane. |
VANTIO_PROXY_ENDPOINT |
The endpoint your AI traffic is routed through. No proxy is active without this value. |
Usage
from vantio.session import VantioSession
with VantioSession(agent_name="my-agent") as session:
# Within this block, VANTIO_TRACE_ID is set in the process environment.
# Your AI API calls made here are associated with session.trace_id.
print("Trace ID:", session.trace_id)
# ... make AI API calls ...
When engaged, the SDK prints a read-only trace link to the terminal for
real-time debugging. The VANTIO_TRACE_ID environment variable is set only
for the duration of the with block and is removed on exit.
Enterprise opt-in model
- Installation alone produces no side effects.
- No network connections are made by the SDK itself.
- Session tracing is activated only by explicitly entering a
VantioSessioncontext. - Developers retain full control of which code paths are instrumented.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vantio_agent_sdk-2.0.0.tar.gz.
File metadata
- Download URL: vantio_agent_sdk-2.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3369398545259f8638bed20c575ef13fdbfbf009a72c1f85871d363e23cbc29
|
|
| MD5 |
f4264fd7bf21826341b82fd8c955b5a0
|
|
| BLAKE2b-256 |
ba076249847dc9973ab6f7c867348578136f5fa520f23ee060fa83a362ed50e2
|
File details
Details for the file vantio_agent_sdk-2.0.0-py3-none-any.whl.
File metadata
- Download URL: vantio_agent_sdk-2.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12a08eff3cf3380b4f3aeef95b8830428bf3c80132750a33ae6663348dbe80b9
|
|
| MD5 |
1402f1e98c033e0339130a0fcbb432b3
|
|
| BLAKE2b-256 |
5f9027611a517bdd2006683c321e287e1e59ff719f217c9c090d0d614a94b57f
|