Skip to content

TapPass Documentation

Connect your AI agents to TapPass in minutes.
Terminal window
pip install tappass
from tappass import Agent
agent = Agent("https://tappass.example.com", "tp_...")
response = agent.chat("What are the GDPR requirements?")
print(response.content)