Developer Access
API Keys
Use API keys to query your Knowledge Base programmatically or connect Draft to external tools like Claude Desktop via MCP.
Create New Key
Active Keys
MCP Integration
Add Draft to Claude Desktop or any MCP-compatible client to query your Knowledge Base directly from your AI assistant.
// claude_desktop_config.json
{
"mcpServers": {
"draft": {
"url": "https://draft-vejk.onrender.com/mcp",
"headers": {
"Draft-API-Key": "dk_live_YOUR_KEY_HERE"
}
}
}
}