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
9 providers through one endpoint. Cost tracking, rate limiting, kill-switch.
MCP Server
144 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.
Google ADK
Connect Agent Development Kit agents for monitoring, governance, cost tracking and approval gates — via MCP, A2A or BYOA.
CrewAI Cloud
The customer-side last mile: the webhook config that goes inside your kickoff request body.
Managed hosting
Run your agent on Dobby as a managed container — package, preflight, deploy, invoke. Design-partner only.
Key management
Which key to use for what — gateway keys, sk_live_, dobby_pat_, the dsdk_ collector token — and how to rotate them.
Enterprise data policy
Turn written data policies into enforced, audit-ready controls, mapped to ISO 27001, NIST CSF and GDPR.
SDKs & Collectors
One page per framework — how to get an agent's runs into Dobby out-of-band, from Python, Node, CrewAI, Gemini or the Claude Code CLI.
SDK overview
Dobby ships two SDK families — start here to pick the one your stack needs.
Python SDK
Call the Dobby Gateway from Python. Requires a gateway key.
JavaScript SDK
Call the Dobby Gateway from Node or the browser. Requires a gateway key.
Python Collector
Capture telemetry from any Python AI agent and stream it to Dobby for governance, compliance and observability.
Node Collector
Capture telemetry from any Node.js / TypeScript AI agent and stream it to Dobby for governance, compliance and observability.
Collector: CrewAI
Add Dobby governance and observability to a locally-running CrewAI crew.
Collector: Google GenAI
Add Dobby governance and evidence to any agent that calls Gemini directly.
Connect Claude Code
Monitor the Claude Code CLI's own model calls out-of-band — per-turn model, tokens and cost, never in the request path.
Latest updates
See what's new in the platform