Azure OpenAI
Configuration
Section titled “Configuration”# Server-side (TapPass stores the key in its encrypted vault)AZURE_API_KEY + AZURE_API_BASE + AZURE_API_VERSIONfrom tappass import Agent
agent = Agent("https://tappass.example.com", "tp_...")response = agent.chat("Hello", model="azure/gpt-4o-mini")Zero-code
Section titled “Zero-code”export OPENAI_BASE_URL=https://tappass.example.com/v1export OPENAI_API_KEY=tp_...# Any OpenAI-compatible tool now routes through TapPassRequires Azure deployment name as the model.
All requests pass through the full governance pipeline regardless of provider.