Providers
TapPass works as a proxy in front of any LLM provider. Route through TapPass by setting the base URL.
Supported LLM providers
Section titled “Supported LLM providers”| Provider | Base URL | Config |
|---|---|---|
| OpenAI | http://tappass:9620/v1 | OPENAI_API_KEY |
| Anthropic | http://tappass:9620 | ANTHROPIC_API_KEY |
| Azure OpenAI | http://tappass:9620/v1 | Azure credentials |
| Google Gemini | http://tappass:9620/v1 | GOOGLE_API_KEY |
| AWS Bedrock | http://tappass:9620/v1 | AWS credentials |
| Ollama | http://tappass:9620/v1 | Local, no key needed |
| vLLM | http://tappass:9620/v1 | Self-hosted |
| LM Studio | http://tappass:9620/v1 | Local, no key needed |
How it works
Section titled “How it works”TapPass proxies the request to the configured provider after running the governance pipeline. The provider API key is stored in the encrypted vault agents never see it.
EU data residency
Section titled “EU data residency”Set TAPPASS_EU_DATA_RESIDENCY=true to restrict routing to EU-hosted providers only.