Skip to content

Providers

TapPass works as a proxy in front of any LLM provider. Route through TapPass by setting the base URL.

ProviderBase URLConfig
OpenAIhttp://tappass:9620/v1OPENAI_API_KEY
Anthropichttp://tappass:9620ANTHROPIC_API_KEY
Azure OpenAIhttp://tappass:9620/v1Azure credentials
Google Geminihttp://tappass:9620/v1GOOGLE_API_KEY
AWS Bedrockhttp://tappass:9620/v1AWS credentials
Ollamahttp://tappass:9620/v1Local, no key needed
vLLMhttp://tappass:9620/v1Self-hosted
LM Studiohttp://tappass:9620/v1Local, no key needed

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.

Set TAPPASS_EU_DATA_RESIDENCY=true to restrict routing to EU-hosted providers only.