Developer API
Portal de desarrolladores
REST API · Webhooks · Sandbox
Qué podés hacer con la API
Enviá investigaciones
POST /api/v1/investigations — lanzá análisis programáticamente con nombre, país y tax_id.
Recibí resultados vía webhook
Configurá una URL y recibís el resultado completo cuando la investigación termina. Sin polling obligatorio.
Consultá entidades e inteligencia
GET /api/v1/entities — accedé a señales, grafo de relaciones y timeline de cualquier entidad investigada.
# REST API — iniciá una investigación
curl -X POST https://app.knownfy.ai/api/v1/investigations \
-H "Authorization: Bearer knfx_live_..." \
-d '{"name":"Juan Pérez","country":"AR"}'
MCP ServerNuevo
Integrá Knownfy en Claude, Cursor o cualquier agente AI compatible con MCP
investigate_entity
Lanza investigación completa
get_entity_intelligence
Inteligencia completa de una entidad
search_entities
Busca entidades del workspace
get_entity_graph
Grafo de relaciones de una entidad
get_tenant_graph
Grafo consolidado del workspace
link_entities
Link manual auditado entre entidades
watch_entity
Suscribe a cambios vía webhook
list_watchlist
Lista el watchlist del workspace
list_alerts
Alertas directas y de riesgo relacional
submit_bulk_batch
Submit hasta 500 entidades en paralelo
get_bulk_status
Progreso del batch en tiempo real
get_bulk_intelligence
Inteligencia completa de todo el batch
get_report
Reporte completo de un caso
Necesitás una API Key
El MCP usa la misma key que la REST API. Generala en Settings → API Keys y pegála en el config.
# claude_desktop_config.json / .cursor/mcp.json
{
"mcpServers": {
"knownfy": {
"command": "npx",
"args": ["knownfy-mcp"],
"env": {
"KNOWNFY_API_URL": "https://api.knownfy.ai",
"KNOWNFY_API_TOKEN": "kfy_live_..." ← tu key
}
}
}
}
El MCP usa el mismo contador de investigaciones que el dashboard. PAYG paga por investigación; Starter y Pro usan su cuota mensual.
Disponible en planes Pro y Teams · Sandbox incluido sin costo adicional