TapPass Documentation
Connect your AI agents to TapPass in minutes.
Quick Start Install the SDK, connect to your TapPass server, and make your first governed call.
Governance Flags Control PII masking, email restrictions, budget caps, and more from code.
Frameworks OpenAI, Anthropic, LangChain, CrewAI, LlamaIndex, Pydantic AI, Cursor.
HTTP API OpenAI-compatible REST API. Works from any language.
Quick install
Section titled “Quick install”pip install tappassfrom tappass import Agent
agent = Agent("https://tappass.example.com", "tp_...")response = agent.chat("What are the GDPR requirements?")print(response.content)