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.retrieve. - 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.