Documentation

Developer Documentation

Everything you need to integrate and use OBEX effectively. Get up and running in minutes with our comprehensive guides and API reference.

Quick Start

Get up and running in minutes

Getting Started
Your first steps with OBEX
  • • Account setup and configuration
  • • API key generation
  • • First API call
  • • Dashboard overview
API Reference
Complete API documentation
  • • Authentication methods
  • • All available endpoints
  • • Request/Response examples
  • • Error codes and handling
SDKs & Tools
Libraries and integrations
  • • JavaScript/TypeScript SDK
  • • Python SDK
  • • Go SDK
  • • CLI tools and utilities

Documentation Categories

Organized by topic and use case

Core Features

AI Governance Framework
Updated

Learn how to implement comprehensive AI governance policies across your organization

Security & Compliance

Configure security policies and compliance frameworks for your AI systems

User Management

Manage users, roles, and permissions across your AI governance platform

Integration Guides

JavaScript Integration

Integrate OBEX into your JavaScript and TypeScript applications

Python Integration

Use OBEX in your Python data science and ML workflows

Enterprise Deployment
New

Deploy OBEX in enterprise environments with advanced configurations

Popular Articles

Most viewed documentation

Setting up your first AI governance policy
8 min read

Learn how to create and deploy your first AI governance policy with OBEX.

Implementing bias detection
12 min read

Configure automatic bias detection and monitoring for your AI models.

API authentication guide
6 min read

Secure your API calls with proper authentication and authorization.

GDPR compliance setup
15 min read

Complete guide to configuring GDPR compliance for your AI systems.

Monitoring and alerting
10 min read

Set up comprehensive monitoring and alerting for your AI infrastructure.

Custom integrations
20 min read

Build custom integrations with OBEX using our comprehensive API.

Quick Example

Get started with just a few lines of code

JavaScript SDK Example
// Install the OBEX SDK
npm install @obex/sdk

// Initialize and use OBEX
import { ObexClient } from '@obex/sdk'

const client = new ObexClient({
apiKey: 'your-api-key',
environment: 'production'
})

// Create a governance policy
const policy = await client.policies.create({
name: 'Data Privacy Policy',
rules: [
{ type: 'pii-detection', enabled: true }
]
})

Need Help?

Our support team is here to help you succeed with OBEX