430+
REST endpoints covering search, chat, files, users, sync, billing, webhooks.
430+ REST endpoints. 40+ MCP tools. OpenAI-compatible chat. OAuth 2.1.
REST endpoints covering search, chat, files, users, sync, billing, webhooks.
MCP tools ready to plug into Claude Desktop, Cursor, or any MCP client.
OpenAI-compatible chat API. Point your existing OpenAI code at us.
Full provider. Third-party apps connect with scoped, revocable tokens.
Simple REST. Or drop-in OpenAI.
# Search documents
curl -X POST https://api.genomainvault.com/api/v1/search \
-H "X-API-Key: gm_..." \
-d '{"query": "latest invoice from March"}'
# OpenAI-compatible chat
curl -X POST https://api.genomainvault.com/api/v1/chat/completions \
-H "Authorization: Bearer ..." \
-d '{"model": "genomain", "messages": [{"role":"user","content":"Summarize Q1 sales"}]}'
The Genomain MCP server exposes 40+ tools to Claude Desktop, Cursor, and any MCP client. Search documents, read email, check calendars — from a natural conversation.
{
"mcpServers": {
"genomain": {
"command": "npx",
"args": ["@genomain/mcp-server"],
"env": { "GENOMAIN_API_KEY": "gm_..." }
}
}
}
Get notified when documents sync, AI finishes a task, or data changes. POST with HMAC signatures so your endpoint can verify us.
Push data into the vault from anywhere. Trigger syncs, ingest documents, update metadata — all via authenticated webhook endpoints.