Back to Home
Core Architecture
Twin Engine API
Build a comprehensive Digital Twin of any commercial prospect. Connect your CRM, ERP, and public data sources into a single, unified GraphQL endpoint that predicts behavior before it happens.
Real-time Sync
Webhooks keep the digital twin synchronized with actual client operations.
Multi-modal Input
Ingest PDFs, CSVs, and REST API data seamlessly into the twin.
POST /v1/twin/generate
mutation GenerateTwin {
createDigitalTwin(input: {
companyId: "nexus-logistics-88",\n dataSources: ["SALESFORCE", "PLAID"]\n }) {
twinId\n status\n confidenceScore\n projectedRevenue {
q1\n q2\n }\n }
}