Integrations Overview
Three ways to integrate VeldrixAI — pick the one that fits your stack.
Integration options
Python SDK
Full-featured: guard decorator, middleware, interceptors, background evaluation.
TypeScript / Node
Call the REST API from any JS runtime with a thin typed client.
REST API
Language-agnostic HTTP — works anywhere.
Choosing an approach
| If you… | Use |
|---|---|
| Run Python services and want zero-latency background guards | Python SDK |
| Work in Node/Next.js/Deno | TypeScript + REST |
| Use Go, Ruby, Java, or anything else | REST API |
Authentication
Every integration authenticates with an API key (vx-live- / vx-test-) sent as a bearer token. The base URL is https://api.veldrixai.ca. See Manage API keys.
Was this page helpful?