Skip to content

Getting Started

Get TapPass running in under 5 minutes. No cloud account needed, everything runs locally.

By the end of this guide, you’ll have:

  • A running TapPass server on your machine
  • An agent registered with governance flags
  • Your first governed LLM call with PII detection, classification, and audit logging
#PageWhat you’ll do
1InstallationInstall the SDK and CLI with pip install tappass
2Quick StartStart the server and make your first governed call
3Your First AgentRegister an agent with governance flags and a pipeline
4Core ConceptsUnderstand pipelines, capability tokens, and trust tiers
  • Python 3.11+ (check with python3 --version)
  • An LLM API key from OpenAI, Anthropic, or any OpenAI-compatible provider

One command to see TapPass in action:

Terminal window
pip install tappass && tappass quickstart

This starts the server, registers a demo agent, and prints working Python code you can run immediately.

After Getting Started, explore:

  • Python SDK for the full API reference
  • Providers to connect OpenAI, Anthropic, Azure, Ollama, and more
  • Server for configuration, pipeline engine, and API reference
  • Playbooks for client onboarding, deployment, and incident response