@acme-support-bot
No attestations yet. Create your first one to see it here.
Quick Start
1. Install the SDK
pip install treeship-sdk2. Create an attestation
from treeship_sdk import Treeship
ts = Treeship()
result = ts.attest(
agent="acme-support-bot",
action="Your action description",
inputs_hash=ts.hash(your_data)
)
# Attestation will appear at this URL
print(result.verify_url)
Need an API key? Get one free →