LM Studio
Configuration
Section titled “Configuration”# Server-side (TapPass stores the key in its encrypted vault)None (local)from tappass import Agent
agent = Agent("http://localhost:9620", "tp_...")response = agent.chat("Hello", model="lm-studio/your-model")Zero-code
Section titled “Zero-code”export OPENAI_BASE_URL=http://localhost:9620/v1export OPENAI_API_KEY=tp_...# Any OpenAI-compatible tool now routes through TapPassSet base URL to your LM Studio server.
All requests pass through the full governance pipeline regardless of provider.