Dobby Documentation
The Data Policy Platform for AI — one control plane, multiple compliance modules. Start with Module #1 — Fintech AI Evidence (live today) or browse the platform infrastructure underneath.
Start here
Fintech AI Evidence (Module #1)
Audit-ready evidence for AI vendors selling into banks. EU AI Act + DORA + SOC 2 scanning with one collector install.
Platform quickstart
Workspace setup, regions, agents — the 5-minute foundation under every module.
API Reference
Interactive documentation for all 500+ endpoints — Product API and Gateway API.
Your first API call
pip install openaifrom openai import OpenAI
client = OpenAI(
api_key="<YOUR_GATEWAY_KEY>",
base_url="https://dobby-ai.com/api/v1/gateway"
)
response = client.chat.completions.create(
model="claude-sonnet-4-6",
messages=[{"role": "user", "content": "Hello from Dobby!"}]
)
print(response.choices[0].message.content)Uses the standard OpenAI SDK — no custom dependencies. Switch providers by changing the model parameter. Supports Claude, GPT-4, Gemini, Mistral, and 9 more.
Platform infrastructure
Shared building blocks used by every module — out-of-band connectors, the gateway, MCP, agent management, RBAC, audit trail. Not sold separately; included with the platform.
Gateway & LLM Proxy
13+ providers through one endpoint. Cost tracking, rate limiting, kill-switch.
MCP Server
126 tools for Claude Desktop, Cursor, VS Code — manage agents from your IDE.
Agent Management
Register, monitor, and control agents from any framework.
Integrations
50+ connectors — Git, task management, messaging, AI providers.
API Keys & Auth
3 key tiers, 8 scopes, IP allowlist, rate limiting.
Knowledge Base (RAG)
Upload docs, embed, search — inject context into agent workflows.
Governance & Policies
Approval gates, model restrictions, cost caps, audit trail.
Latest updates
See what's new in the platform