Skip to main content

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 VantioSession context.
  • 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

vantio_agent_sdk-2.0.0.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

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

vantio_agent_sdk-2.0.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

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

Hashes for vantio_agent_sdk-2.0.0.tar.gz
Algorithm Hash digest
SHA256 d3369398545259f8638bed20c575ef13fdbfbf009a72c1f85871d363e23cbc29
MD5 f4264fd7bf21826341b82fd8c955b5a0
BLAKE2b-256 ba076249847dc9973ab6f7c867348578136f5fa520f23ee060fa83a362ed50e2

See more details on using hashes here.

File details

Details for the file vantio_agent_sdk-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vantio_agent_sdk-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 12a08eff3cf3380b4f3aeef95b8830428bf3c80132750a33ae6663348dbe80b9
MD5 1402f1e98c033e0339130a0fcbb432b3
BLAKE2b-256 5f9027611a517bdd2006683c321e287e1e59ff719f217c9c090d0d614a94b57f

See more details on using hashes here.

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