Skip to content

Azure OpenAI

Terminal window
# Server-side (TapPass stores the key in its encrypted vault)
AZURE_API_KEY + AZURE_API_BASE + AZURE_API_VERSION
from tappass import Agent
agent = Agent("http://localhost:9620", "tp_...")
response = agent.chat("Hello", model="azure/gpt-4o-mini")
Terminal window
export OPENAI_BASE_URL=http://localhost:9620/v1
export OPENAI_API_KEY=tp_...
# Any OpenAI-compatible tool now routes through TapPass

Requires Azure deployment name as the model.

All requests pass through the full governance pipeline regardless of provider.