Skip to content

TapPass Documentation

Connect any agent to any model — with one governance layer you control.

Four steps from an ungoverned call to full compliance evidence.

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)

Or, no code at all:

Terminal window
export OPENAI_BASE_URL=https://tappass.example.com/v1
export OPENAI_API_KEY=tp_...

Every call — from Cursor, Copilot, LangChain, CrewAI, or curl — now flows through your governance pipeline.