AI Integration
Give your AI assistant full Overvoid API context in one step.
Point Your AI at a URL
Give your AI coding assistant one of these URLs and it has everything it needs to integrate with the Overvoid API — endpoints, authentication, flows, error codes, and code examples.
| URL | What it is | Best for |
|---|---|---|
| /llms-full.txt | Complete docs in plain text (~12KB) | Paste into any AI chat or context window |
| /llms.txt | Summary with links to each doc section | AI tools that follow links (llmstxt.org spec) |
| /openapi.json | OpenAPI 3.1 spec — all 34 partner endpoints | Code generation, SDK generation, typed clients |
Download and Paste
If your AI tool doesn't fetch URLs, download the file and paste it into the conversation or attach it as context:
# Download the full docs filecurl -O https://developers.overvoid.io/llms-full.txt# Or the OpenAPI speccurl -O https://api.overvoid.io/openapi.json
Then drag it into your AI assistant, or paste the contents directly. The llms-full.txt file is designed to fit in a single context window — it includes authentication, all API flows, webhook setup with code examples, error codes, and rate limits.
MCP Server
For AI tools that support the Model Context Protocol (MCP), Overvoid exposes a live MCP server. Your AI can call the API directly: create entities, check compliance status, run screening, triage alerts.
https://api.overvoid.io/mcp
Connect from Claude Code / Cursor
Add to .claude/settings.json or .cursor/mcp.json:
{"mcpServers": {"cusd": {"url": "https://api.overvoid.io/mcp"}}}
What the AI Gets
| Category | Available Tools |
|---|---|
| Onboarding | Create entity, list entities, get entity, add wallet, list wallets, transfer history with screening results, compliance alerts with dispositions, audit log, compliance checks, download CSV report, download PDF certificate, travel rule detail per transfer |
| Compliance | Entity status, wallet status, batch status, initiate transfer, poll transfer |
| Developer | API keys, webhook endpoints, request logs |
| Graph | Entity network analysis, transaction flow visualization |
| AI Copilot | Risk assessment, alert triage, SAR narrative drafting, investigation |