Connect — Restormel Connect
Connect is how you stand up agent-ready knowledge infrastructure without building a bespoke RAG stack. Ingest documents into a structured graph, then expose that graph to copilots and agents through retrieve and verify APIs — all scoped to your Keys workspace and BYOK on every LLM stage.
What you build
- Knowledge graph — extracted ideas, relationships, groups, and embeddings validated against your sources (not flat chunk stores).
- Retrieval layer — depth-controlled context for agents via
POST /connect/v1/retrieveor MCPconnect.search. - Graph reasoning layer — higher-order operations via
POST /connect/v1/graphor MCPconnect.graph.*: vector + graph retrieval, expansion from seed nodes, path-finding, and causal/temporal reasoning-mode subgraphs. Trust-filtered to supported claims by default and token-budgeted to fit any context window. - Grounding layer — claim verification before answers ship via
POST /connect/v1/verifyor MCPconnect.verify.
Where to start
Operators: guided setup in the Connect hub — graph store, keys, domain design, documents, ingest runs. Integrators: API & MCP reference when wiring agents.