AITracer Python SDK for verification and trace retrieval
Project description
AITracer SDK
Python SDK for AITracer verification and trace retrieval primitives.
Designed for teams that need simple, programmatic access to AITracer records and verification checks.
Install
pip install aitracer-sdk
Latest release: 0.1.1
Quickstart
from aitracer_sdk import AITracerClient
client = AITracerClient(base_url="https://aitracer.app", bearer_token="<token>")
# Service availability check
print(client.verify_service())
# Retrieve a trace/interaction record
print(client.get_chat_raw("<interaction_id>"))
Core capabilities
- Service verification (
verify_service) - Trace retrieval (
get_chat_raw) - Attestation verification (
verify_attestation)
Simple usage pattern
result = client.verify_attestation(attestation_id="<attestation_id>")
print(result)
Notes
- Keep bearer tokens secure and out of source control.
- This repository intentionally keeps implementation details minimal in public-facing documentation.
Local package smoke test
Use the smoke script to verify build/install/import in a fresh environment:
./scripts/smoke-install-test.sh
Project details
Release history Release notifications | RSS feed
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 aitracer_sdk-0.1.1.tar.gz.
File metadata
- Download URL: aitracer_sdk-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57fe74ad73d517a71000c792997f213a5d7bfe44b3692a9d3245d45acecd33ad
|
|
| MD5 |
a5f428dd8a5b938257b509b836986c15
|
|
| BLAKE2b-256 |
5afc564852c6c11d59c831bccc485738105743f26cee40586067eb9312bb5cf4
|
File details
Details for the file aitracer_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: aitracer_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc0438db84731d712c4abe5813d933805d66e5274be96346960a07306232dbee
|
|
| MD5 |
0963442f8cc519efa9abc6bd7e7e79d8
|
|
| BLAKE2b-256 |
9ff5361ba2e3346f68250bfab80d490d8eac1b5c9cc9dc38b74c0382f6efba71
|